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-13T02:06:57.520Z||main|||||INFO|500||The following profiles are active: basic 2022-04-13T02:07:06.520Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-13T02:07:06.521Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-13T02:07:06.610Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-13T02:07:08.860Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-13T02:07:09.069Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-13T02:07:09.387Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-13T02:07:09.393Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-13T02:07:09.471Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-13T02:07:09.594Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-13T02:07:09.967Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-13T02:07:10.797Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-13T02:07:12.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-13T02:07:12.668Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-13T02:07:13.246Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-13T02:07:13.619Z||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-13T02:07:14.688Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-13T02:07:15.641Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-13T02:07:15.656Z||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$$925054bd.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-13T02:07:15.657Z||main|||||WARN|500||The sdc end point is not alive 2022-04-13T02:07:18.157Z||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-13T02:07:20.666Z||main|||||WARN|500||--- 2022-04-13T02:07:20.667Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-13T02:07:20.668Z||main|||||WARN|500||--- 2022-04-13T02:07:21.156Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-13T02:07:25.231Z||main|||||INFO|500||Started Application in 31.865 seconds (JVM running for 32.965) 2022-04-13T02:07:25.243Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-13T02:07:25.245Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-13T02:07:25.256Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-13T02:07:25.308Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-13T02:07:25.345Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0da6c6b3-5ba5-46b2-a2ee-c1b7b39ecc87 url= /sdc/v1/artifactTypes 2022-04-13T02:07:25.345Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-13T02:07:25.629Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-13T02:07:25.652Z||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-13T02:07:25.674Z||scheduling-1|||||DEBUG|500||create keys 2022-04-13T02:07:25.681Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-13T02:07:26.662Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:07:26.677Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 37dcbe02-7dfe-4987-8f65-e7f21fcd6b71 url= /sdc/v1/registerForDistribution 2022-04-13T02:07:27.317Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 37dcbe02-7dfe-4987-8f65-e7f21fcd6b71 url= /sdc/v1/registerForDistribution 2022-04-13T02:07:27.317Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-13T02:07:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:07:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:07:27.331Z||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-13T02:07:27.330Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-13T02:07:27.331Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:07:27.331Z||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-13T02:07:27.331Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:07:40.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:07:40.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:08:27.324Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:08:27.325Z||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-13T02:08:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:08:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:08:27.327Z||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-13T02:08:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:08:36.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:08:36.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:09:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:09:27.325Z||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-13T02:09:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:09:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:09:27.326Z||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-13T02:09:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:09:36.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:09:36.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:10:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:10:27.325Z||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-13T02:10:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:10:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:10:27.327Z||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-13T02:10:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:10:36.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:10:36.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:11:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:11:27.325Z||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-13T02:11:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:11:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:11:27.327Z||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-13T02:11:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:11:36.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:11:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:12:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:12:27.325Z||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-13T02:12:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:12:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:12:27.326Z||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-13T02:12:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:12:36.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:12:36.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:13:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:13:27.325Z||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-13T02:13:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:13:27.326Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:13:27.326Z||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-13T02:13:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:13:36.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:13:36.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:14:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:14:27.325Z||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-13T02:14:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:14:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:14:27.326Z||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-13T02:14:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:14:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:14:36.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:15:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:15:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:15:27.326Z||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-13T02:15:27.326Z||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-13T02:15:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:15:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:15:36.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:15:36.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:16:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:16:27.325Z||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-13T02:16:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:16:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:16:27.326Z||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-13T02:16:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:16:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:16:36.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:17:10.906Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-13T02:17:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:17:27.325Z||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-13T02:17:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:17:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:17:27.326Z||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-13T02:17:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:17:36.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:17:36.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:18:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:18:27.325Z||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-13T02:18:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:18:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:18:27.327Z||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-13T02:18:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:18:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:18:36.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:19:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:19:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:19:27.326Z||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-13T02:19:27.326Z||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-13T02:19:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:19:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:19:36.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:19:36.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:20:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:20:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:20:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:20:27.326Z||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-13T02:20:27.326Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:20:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:20:36.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:20:36.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:21:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:21:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:21:27.326Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:21:27.326Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:21:27.326Z||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-13T02:21:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:21:36.864Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:21:36.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:22:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:22:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:22:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:22:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:22:27.326Z||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-13T02:22:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:22:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:22:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:23:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:23:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:23:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:23:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:23:27.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-13T02:23:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:23:36.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:23:36.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:24:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:24:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:24:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:24:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:24:27.326Z||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-13T02:24:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:24:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:24:36.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:25:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:25:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:25:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:25:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:25:27.326Z||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-13T02:25:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:25:36.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:25:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:26:27.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:26:27.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:26:27.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:26:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:26:27.327Z||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-13T02:26:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:26:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:26:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:27:27.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:27:27.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:27:27.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:27:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:27:27.326Z||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-13T02:27:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:27:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:27:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:28:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:28:27.325Z||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-13T02:28:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:28:27.326Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:28:27.326Z||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-13T02:28:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:28:36.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:28:36.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:29:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:29:27.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-13T02:29:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:29:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:29:27.326Z||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-13T02:29:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:29:36.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:29:36.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:30:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:30:27.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-13T02:30:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:30:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:30:27.326Z||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-13T02:30:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:30:36.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:30:36.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:31:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:31:27.325Z||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-13T02:31:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:31:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:31:27.326Z||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-13T02:31:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:31:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:31:36.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:32:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:32:27.325Z||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-13T02:32:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:32:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:32:27.327Z||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-13T02:32:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:32:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:32:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:33:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:33:27.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:33:27.325Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:33:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:33:27.326Z||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-13T02:33:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:33:36.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:33:36.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:34:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:34:27.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:34:27.325Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:34:27.326Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:34:27.326Z||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-13T02:34:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:34:36.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:34:36.865Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:35:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:35:27.325Z||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-13T02:35:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:35:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:35:27.326Z||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-13T02:35:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:35:36.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:35:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:36:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:36:27.325Z||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-13T02:36:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:36:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:36:27.326Z||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-13T02:36:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:36:36.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:36:36.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:37:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:37:27.325Z||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-13T02:37:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:37:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:37:27.326Z||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-13T02:37:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:37:36.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:37:36.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:38:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:38:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:38:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:38:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:38:27.327Z||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-13T02:38:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:38:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:38:36.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:39:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:39:27.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:39:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:39:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:39:27.326Z||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-13T02:39:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:39:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:39:36.859Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:40:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:40:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:40:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:40:27.326Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:40:27.326Z||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-13T02:40:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:40:36.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:40:36.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:41:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:41:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:41:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:41:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:41:27.326Z||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-13T02:41:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:41:36.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:41:36.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:42:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:42:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:42:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:42:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:42:27.326Z||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-13T02:42:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:42:36.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:42:36.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:43:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:43:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:43:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:43:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:43:27.326Z||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-13T02:43:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:43:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:43:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:44:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:44:27.324Z||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-13T02:44:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:44:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:44:27.326Z||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-13T02:44:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:44:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:44:36.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:45:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:45:27.325Z||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-13T02:45:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:45:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:45:27.326Z||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-13T02:45:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:45:36.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:45:36.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:46:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:46:27.325Z||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-13T02:46:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:46:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:46:27.326Z||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-13T02:46:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:46:36.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:46:36.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:47:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:47:27.324Z||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-13T02:47:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:47:27.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:47:27.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-13T02:47:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:47:36.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:47:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:48:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:48:27.325Z||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-13T02:48:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:48:27.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:48:27.326Z||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-13T02:48:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:48:36.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:48:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:49:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:49:27.325Z||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-13T02:49:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:49:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:49:27.326Z||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-13T02:49:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:49:36.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:49:36.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:50:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:50:27.324Z||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-13T02:50:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:50:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:50:27.326Z||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-13T02:50:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:50:36.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:50:36.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:51:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:51:27.324Z||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-13T02:51:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:51:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:51:27.326Z||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-13T02:51:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:51:36.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:51:36.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:52:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:52:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:52:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:52:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:52:27.326Z||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-13T02:52:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:52:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:52:36.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:53:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:53:27.325Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T02:53:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T02:53:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:53:27.326Z||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-13T02:53:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:53:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:53:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:54:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:54:27.325Z||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-13T02:54:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:54:27.325Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:54:27.326Z||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-13T02:54:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:54:36.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:54:36.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:55:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:55:27.325Z||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-13T02:55:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:55:27.326Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:55:27.327Z||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-13T02:55:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:55:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:55:36.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:56:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:56:27.325Z||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-13T02:56:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:56:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:56:27.326Z||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-13T02:56:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:56:36.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:56:36.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:57:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:57:27.325Z||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-13T02:57:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:57:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:57:27.326Z||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-13T02:57:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:57:36.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:57:36.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:58:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:58:27.325Z||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-13T02:58:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:58:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:58:27.327Z||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-13T02:58:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:58:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:58:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:59:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:59:27.325Z||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-13T02:59:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:59:27.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T02:59:27.326Z||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-13T02:59:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T02:59:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T02:59:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:00:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:00:27.325Z||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-13T03:00:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:00:27.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:00:27.326Z||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-13T03:00:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:00:36.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:00:36.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:01:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:01:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:01:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:01:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:01:27.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-13T03:01:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:01:36.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:01:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:02:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:02:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:02:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:02:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:02:27.326Z||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-13T03:02:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:02:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:02:36.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:03:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:03:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:03:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:03:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:03:27.326Z||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-13T03:03:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:03:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:03:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:04:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:04:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:04:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:04:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:04:27.326Z||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-13T03:04:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:04:36.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:04:36.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:05:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:05:27.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:05:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:05:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:05:27.326Z||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-13T03:05:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:05:36.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:05:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:06:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:06:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:06:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:06:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:06:27.326Z||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-13T03:06:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:06:36.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:06:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:07:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:07:27.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:07:27.324Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:07:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:07:27.326Z||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-13T03:07:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:07:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:07:36.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:08:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:08:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:08:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:08:27.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:08:27.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-13T03:08:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:08:36.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:08:36.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:09:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:09:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:09:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:09:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:09:27.326Z||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-13T03:09:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:09:36.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:09:36.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:10:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:10:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:10:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:10:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:10:27.326Z||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-13T03:10:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:10:36.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:10:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:11:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:11:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:11:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:11:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:11:27.326Z||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-13T03:11:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:11:36.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:11:36.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:12:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:12:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:12:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:12:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:12:27.326Z||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-13T03:12:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:12:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:12:36.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:13:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:13:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:13:27.326Z||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-13T03:13:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:27.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:27.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:27.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"662fd6ed-fbdc-458f-b681-1d762725e586","serviceName":"vFW 2022-04-13 03-10-12","serviceVersion":"1.0","serviceUUID":"576eff90-d2bc-484a-a590-560b23b93621","serviceDescription":"catalog service description","serviceInvariantUUID":"ebed1251-ad6f-4047-8f38-a7eff46b8653","resources":[{"resourceInstanceName":"vFW cbe262bc-227b 0","resourceName":"vFW cbe262bc-227b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb75d619-1081-4167-ae87-81d37eb79258","resourceInvariantUUID":"cf924a58-561e-44fa-9e74-ff344fc7ff13","resourceCustomizationUUID":"1c6a0e3b-f8ef-4375-8ccd-889b446b35e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml","artifactChecksum":"Y2YzNjg1MTgwYzk5NDk1YmNkODJjMGRhMTIxYzc3NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d8cfdb-ef63-4364-9153-80981071285e","artifactVersion":"1"},{"artifactName":"vfwcbe262bc227b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json","artifactChecksum":"YTk4MmNkODE2N2I1NGQ4NmE3NThmMjE5ZWI4NGU5ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"614e9d56-71ae-4372-bf05-985cc5b3b705","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68281c70-58c0-4c25-947a-73475e71f260","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODg2ZDY4OGIzMDZmY2U1MDNiZTdmMWI4YjdjNWNiMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d49a8d1c-4283-42a8-bc4d-825861589f7e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d086738a-5649-4eea-bdee-913a540f9aef","artifactVersion":"2","generatedFromUUID":"68281c70-58c0-4c25-947a-73475e71f260"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220413031012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml","artifactChecksum":"NjA0NzkwOTNkMmM2OGFlY2NmNDE5M2I3MjMzMWQ3OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5a07fe2-c51f-45c6-851a-7ad66d756d50","artifactVersion":"1"},{"artifactName":"service-Vfw20220413031012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar","artifactChecksum":"NmE4OWJjNmI5MTJlMjZhZTAwZjJmZTcwYmEzOWU4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be66ac3e-2443-4645-8e71-040ac5c3d1b5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:13:27.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:27.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.967Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.967Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "ves-openapi-manager", "timestamp": 1649819561330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819570590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819578392, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819574134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819574499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819582096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819582400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:27.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "cds", "timestamp": 1649819583114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-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-13T03:13:28.067Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-13T03:13:28.071Z||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-13T03:13:28.071Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-13T03:13:28.085Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:28.086Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-13T03:13:28.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586 2022-04-13T03:13:28.152Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-13T03:13:28.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819583274, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:13:28.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:28.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-13T03:13:28.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:28.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819584279, "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-13T03:13:28.189Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586 2022-04-13T03:13:28.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-13T03:13:28.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:28.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:28.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819579219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819587068, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819588465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:28.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819589659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:28.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819590733, "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-13T03:13:28.203Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586 2022-04-13T03:13:28.204Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-13T03:13:28.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "multicloud-k8s-id", "timestamp": 1649819591738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:13:28.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819596042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:13:28.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "aai-ml", "timestamp": 1649819597046, "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-13T03:13:28.219Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586 2022-04-13T03:13:28.219Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-13T03:13:28.972Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:28.973Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:28.974Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:28.974Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:13:29.075Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:29.076Z||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-13T03:13:29.076Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:29.085Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:29.086Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:29.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:29.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:29.977Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:29.977Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-13T03:13:30.077Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:30.078Z||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-13T03:13:30.078Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:30.088Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:30.088Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:13:30.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:30.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:30.980Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:30.980Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:31.080Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:31.081Z||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-13T03:13:31.081Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:31.092Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:31.092Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:13:31.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:31.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:31.983Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:31.983Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-13T03:13:32.083Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:32.084Z||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-13T03:13:32.084Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:32.095Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:32.097Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:32.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:32.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:32.986Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:32.986Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:13:33.086Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:33.087Z||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-13T03:13:33.087Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:33.097Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:33.097Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:13:33.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:13:33.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:33.989Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:33.989Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:13:34.089Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:34.090Z||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-13T03:13:34.090Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:34.099Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:34.099Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:34.990Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "serviceName": "vFW 2022-04-13 03-10-12", "serviceVersion": "1.0", "serviceUUID": "576eff90-d2bc-484a-a590-560b23b93621", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ebed1251-ad6f-4047-8f38-a7eff46b8653", "resources": [ { "resourceInstanceName": "vFW cbe262bc-227b 0", "resourceCustomizationUUID": "1c6a0e3b-f8ef-4375-8ccd-889b446b35e2", "resourceName": "vFW cbe262bc-227b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bb75d619-1081-4167-ae87-81d37eb79258", "resourceInvariantUUID": "cf924a58-561e-44fa-9e74-ff344fc7ff13", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcbe262bc227b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "artifactChecksum": "YTk4MmNkODE2N2I1NGQ4NmE3NThmMjE5ZWI4NGU5ZDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "614e9d56-71ae-4372-bf05-985cc5b3b705", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68281c70-58c0-4c25-947a-73475e71f260", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d086738a-5649-4eea-bdee-913a540f9aef", "generatedFromUUID": "68281c70-58c0-4c25-947a-73475e71f260" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d086738a-5649-4eea-bdee-913a540f9aef", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220413031012-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "artifactChecksum": "NmE4OWJjNmI5MTJlMjZhZTAwZjJmZTcwYmEzOWU4ODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be66ac3e-2443-4645-8e71-040ac5c3d1b5" } ], "workloadContext": "Production" } 2022-04-13T03:13:34.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:13:34.992Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 576eff90-d2bc-484a-a590-560b23b93621 ASDC 2022-04-13T03:13:35.110Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:662fd6ed-fbdc-458f-b681-1d762725e586 ServiceName:vFW 2022-04-13 03-10-12 ServiceVersion:1.0 ServiceUUID:576eff90-d2bc-484a-a590-560b23b93621 ServiceInvariantUUID:ebed1251-ad6f-4047-8f38-a7eff46b8653 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220413031012-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar ArtifactUUID:be66ac3e-2443-4645-8e71-040ac5c3d1b5 ArtifactChecksum:NmE4OWJjNmI5MTJlMjZhZTAwZjJmZTcwYmEzOWU4ODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cbe262bc-227b 0 ResourceCustomizationUUID:1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 ResourceInvariantUUID:cf924a58-561e-44fa-9e74-ff344fc7ff13 ResourceName:vFW cbe262bc-227b ResourceType:VF ResourceUUID:bb75d619-1081-4167-ae87-81d37eb79258 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcbe262bc227b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json ArtifactUUID:614e9d56-71ae-4372-bf05-985cc5b3b705 ArtifactChecksum:YTk4MmNkODE2N2I1NGQ4NmE3NThmMjE5ZWI4NGU5ZDM= 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/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml ArtifactUUID:68281c70-58c0-4c25-947a-73475e71f260 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/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env ArtifactUUID:d086738a-5649-4eea-bdee-913a540f9aef 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/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env ArtifactUUID:d086738a-5649-4eea-bdee-913a540f9aef ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:13:35.110Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 576eff90-d2bc-484a-a590-560b23b93621 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-13T03:13:35.161Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:13:35.161Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-13T03:13:35.162Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-13T03:13:35.162Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: be66ac3e-2443-4645-8e71-040ac5c3d1b5 from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:35.163Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:13:35.163Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:35.382Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:13:35.411Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar be66ac3e-2443-4645-8e71-040ac5c3d1b5 98993 2022-04-13T03:13:35.413Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar ASDC sendASDCNotification 2022-04-13T03:13:35.413Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:35.414Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:13:35.415Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:35.417Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:35.417Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819615411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:35.517Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:13:35.518Z||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-13T03:13:35.518Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:35.528Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:35.528Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:36.418Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:13:36.421Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-13T03:13:36.421Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: be66ac3e-2443-4645-8e71-040ac5c3d1b5, URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar to file: /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:36.421Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220413031012-csar.csar 2022-04-13T03:13:36.478Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:36.478Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:37.413Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2939260493507481478/Definitions/service-Vfw20220413031012-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-13T03:13:39.795Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbe262bc-227b 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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-Vfw20220413031012-csar.csar 2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-13T03:13:39.805Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.806Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.809Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:39.809Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-13T03:13:39.810Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:13:39.811Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a47a14d-1783-449a-a9f1-4804b198b8ef 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e144fe4-0327-4b0a-96ca-e60916b5140e 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7ee6c189-e0bd-47b4-a879-88f347f5b5c7 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-13 03-10-12 Description:catalog service description Model UUID:576eff90-d2bc-484a-a590-560b23b93621 Model Version:NULL Model InvariantUuid:ebed1251-ad6f-4047-8f38-a7eff46b8653 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cbe262bc-227b Model UUID:282c608e-71c9-47a1-b2e1-24740d90a72f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:cf924a58-561e-44fa-9e74-ff344fc7ff13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb5e6f86-6161-4171-9ec6-499585a1eb99 ModelName:VfwCbe262bc227b..base_vfw..module-0 ModelUuid:3639373a-011e-445f-9e8c-521762f0ee01 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a47a14d-1783-449a-a9f1-4804b198b8ef ModelInvariantUuid:2bd947d7-efcc-4748-9ccd-290c32b2d33f ModelName:vFW cbe262bc-227b-nodes.vfwCvfc ModelUuid:714f11b4-fc2e-4823-8ac6-9a8062a5e88f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0a329f6f-5b11-48c7-8d52-1d4b03ee1be1 ModelInvariantUuid:b8e38352-b9dd-4ae8-a0a8-daf70f46d9af ModelName:VfwCbe262bc227b.compute.nodes.heat.vfw ModelUuid:5f42d836-6791-40de-b8cf-e7773c2ca110 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4e144fe4-0327-4b0a-96ca-e60916b5140e ModelInvariantUuid:d15d30c1-4ef2-43f6-a198-9a179278537f ModelName:vFW cbe262bc-227b-nodes.vsnCvfc ModelUuid:3d5b9595-8974-4f28-8cc9-0c0f01e73ac3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:591e3a3a-efa8-4c42-b0a8-0fd95ee2914f ModelInvariantUuid:ad65f095-d4ef-48b5-a293-97dd6708f356 ModelName:VfwCbe262bc227b.compute.nodes.heat.vsn ModelUuid:4c5a35fc-1d51-4ad7-aed0-d576f438b4db ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7ee6c189-e0bd-47b4-a879-88f347f5b5c7 ModelInvariantUuid:8ed17661-660c-41f4-b947-a25f1efc2dc5 ModelName:vFW cbe262bc-227b-nodes.vpgCvfc ModelUuid:d0918309-3b84-43bc-a03e-886bbe16359b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:04657648-1534-4bef-8d60-272a40302b2f ModelInvariantUuid:53ee1038-d427-4d6d-8b2f-a93186a00d88 ModelName:VfwCbe262bc227b.compute.nodes.heat.vpg ModelUuid:98659270-ab3f-4103-9db0-ce9c9630e8ae 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-13T03:13:39.835Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bb75d619-1081-4167-ae87-81d37eb79258 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-13T03:13:39.907Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||vFW cbe262bc-227b 0 2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb75d619-1081-4167-ae87-81d37eb79258 2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 614e9d56-71ae-4372-bf05-985cc5b3b705 from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json 2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json 2022-04-13T03:13:40.229Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:13:40.229Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json 614e9d56-71ae-4372-bf05-985cc5b3b705 785 2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json ASDC sendASDCNotification 2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json 2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:40.233Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:40.233Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819620230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:40.333Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:40.333Z||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-13T03:13:40.334Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:40.342Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:40.343Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:41.234Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCbe262bc227b..base_vfw..module-0", "vfModuleModelInvariantUUID": "eb5e6f86-6161-4171-9ec6-499585a1eb99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3639373a-011e-445f-9e8c-521762f0ee01", "vfModuleModelCustomizationUUID": "fe8a28e2-b72e-42cd-b1f1-1da9edd3b123", "isBase": true, "artifacts": [ "68281c70-58c0-4c25-947a-73475e71f260", "d086738a-5649-4eea-bdee-913a540f9aef" ], "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-13T03:13:41.248Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCbe262bc227b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3639373a-011e-445f-9e8c-521762f0ee01 VfModuleModelInvariantUUID:eb5e6f86-6161-4171-9ec6-499585a1eb99 VfModuleModelDescription:NULL Artifacts UUID List:{ 68281c70-58c0-4c25-947a-73475e71f260 , d086738a-5649-4eea-bdee-913a540f9aef } 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-13T03:13:41.250Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCbe262bc227b..base_vfw..module-0", "vfModuleModelInvariantUUID": "eb5e6f86-6161-4171-9ec6-499585a1eb99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3639373a-011e-445f-9e8c-521762f0ee01", "vfModuleModelCustomizationUUID": "fe8a28e2-b72e-42cd-b1f1-1da9edd3b123", "isBase": true, "artifacts": [ "68281c70-58c0-4c25-947a-73475e71f260", "d086738a-5649-4eea-bdee-913a540f9aef" ], "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-13T03:13:41.250Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCbe262bc227b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3639373a-011e-445f-9e8c-521762f0ee01 VfModuleModelInvariantUUID:eb5e6f86-6161-4171-9ec6-499585a1eb99 VfModuleModelDescription:NULL Artifacts UUID List:{ 68281c70-58c0-4c25-947a-73475e71f260 , d086738a-5649-4eea-bdee-913a540f9aef } 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-13T03:13:41.251Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68281c70-58c0-4c25-947a-73475e71f260 from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml 2022-04-13T03:13:41.251Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:13:41.251Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml 2022-04-13T03:13:41.441Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:13:41.442Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml 68281c70-58c0-4c25-947a-73475e71f260 20368 2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml 2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:41.445Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:41.445Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819621443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:41.545Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:41.546Z||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-13T03:13:41.546Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:41.554Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:41.554Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:42.446Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d086738a-5649-4eea-bdee-913a540f9aef from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env 2022-04-13T03:13:42.446Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:13:42.447Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env 2022-04-13T03:13:43.294Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:13:43.294Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env d086738a-5649-4eea-bdee-913a540f9aef 2098 2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env 2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:43.298Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:43.298Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819623295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:13:43.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:43.399Z||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-13T03:13:43.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:43.408Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:43.409Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:44.298Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 576eff90-d2bc-484a-a590-560b23b93621 2022-04-13T03:13:44.299Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbe262bc-227b 0 bb75d619-1081-4167-ae87-81d37eb79258 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-13T03:13:44.331Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb23857, org.onap.sdc.toscaparser.api.parameters.Input@421bf80d, org.onap.sdc.toscaparser.api.parameters.Input@4c22cce7, org.onap.sdc.toscaparser.api.parameters.Input@120589af, org.onap.sdc.toscaparser.api.parameters.Input@5f386b38] 2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 matches Tosca VF Customization UUID: 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 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-13T03:13:44.340Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.340Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2: {\"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-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e8586f 2022-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:13:44.342Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe8a28e2-b72e-42cd-b1f1-1da9edd3b123 2022-04-13T03:13:44.342Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe8a28e2-b72e-42cd-b1f1-1da9edd3b123 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-13T03:13:44.347Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.347Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:44.347Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.351Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a47a14d-1783-449a-a9f1-4804b198b8ef 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-13T03:13:44.356Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.356Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:44.356Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e144fe4-0327-4b0a-96ca-e60916b5140e 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-13T03:13:44.360Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.361Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:44.361Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:44.363Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.363Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria 2022-04-13T03:13:44.363Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7ee6c189-e0bd-47b4-a879-88f347f5b5c7 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-13T03:13:44.367Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.367Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria 2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 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-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 576eff90-d2bc-484a-a590-560b23b93621: vFW cbe262bc-227b 2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:13:44.372Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-13 03-10-12 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-13T03:13:44.604Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbe262bc-227b bb75d619-1081-4167-ae87-81d37eb79258 1 ASDC deployResourceStructure 2022-04-13T03:13:44.604Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json ASDC sendASDCNotification 2022-04-13T03:13:44.605Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json 2022-04-13T03:13:44.605Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:13:44.605Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:44.606Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:44.606Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819624604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:13:44.706Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:13:44.707Z||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-13T03:13:44.707Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:44.717Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:44.717Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:13:45.607Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-13T03:13:45.608Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml 2022-04-13T03:13:45.608Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:13:45.608Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:45.610Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:45.610Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819625607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:13:45.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:45.711Z||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-13T03:13:45.711Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:45.721Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:45.721Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:13:46.615Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-13T03:13:46.615Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env 2022-04-13T03:13:46.616Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:13:46.616Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:46.618Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:46.618Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819626615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-13T03:13:46.718Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:13:46.719Z||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-13T03:13:46.719Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:46.728Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:46.729Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:47.619Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar ASDC sendASDCNotification 2022-04-13T03:13:47.620Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar 2022-04-13T03:13:47.620Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:13:47.620Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:13:47.622Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:13:47.622Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819627619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:13:47.722Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:13:47.723Z||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-13T03:13:47.723Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:13:47.732Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:13:47.732Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:13:48.624Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 662fd6ed-fbdc-458f-b681-1d762725e586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:13:48.640Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 662fd6ed-fbdc-458f-b681-1d762725e586 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-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-13T03:13:48.652Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:14:18.652Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 662fd6ed-fbdc-458f-b681-1d762725e586 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-13T03:14:18.661Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 662fd6ed-fbdc-458f-b681-1d762725e586 and serviceModelVersionId: 576eff90-d2bc-484a-a590-560b23b93621 2022-04-13T03:14:18.661Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebed1251-ad6f-4047-8f38-a7eff46b8653 2022-04-13T03:14:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:14:27.326Z||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-13T03:14:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:14:27.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:14:27.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:14:27.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:14:27.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:14:30.021Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0 2022-04-13T03:14:30.108Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:14:30.492Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|INFO|500||Invoke 2022-04-13T03:14:30.498Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[662fd6ed-fbdc-458f-b681-1d762725e586], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63180276-d210-4904-8c20-766880fb8114], X-ECOMP-RequestID=[662fd6ed-fbdc-458f-b681-1d762725e586], X-TransactionId=[], X-ONAP-RequestID=[662fd6ed-fbdc-458f-b681-1d762725e586], Content-Type=[application/merge-patch+json]} 2022-04-13T03:14:30.693Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:14:30.986Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?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/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220413-03:14:30:701-58596], vertex-id=[188608], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:14:30 GMT], Content-Type=[application/json]} 2022-04-13T03:14:30.988Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:14:30.988Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|INFO|500||InvokeReturn 2022-04-13T03:14:30.991Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:14:30.991Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-13T03:14:30.996Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||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-13T03:14:31.005Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 662fd6ed-fbdc-458f-b681-1d762725e586 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:14:31.006Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:14:31.007Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:14:31.009Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:14:31.009Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819671005, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:14:31.109Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:14:31.110Z||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-13T03:14:31.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:14:31.120Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:14:31.120Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-13T03:14:32.027Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:14:32.028Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:14:32.028Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:14:41.554Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:15:27.324Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:15:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:15:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:15:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:15:27.326Z||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-13T03:15:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:15:27.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:15:27.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:15:27.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:15:27.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819607324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819615411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819620230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819621443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819623295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819624604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819625607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819626615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819627619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:15:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:15:36.857Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:27.324Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:16:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:16:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:16:27.326Z||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-13T03:16:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:27.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:27.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:16:27.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819671005, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:16:27.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:16:27.947Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:27.948Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-13T03:16:27.948Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"104d8985-f2ce-4be9-8750-821d7f308b2d","serviceName":"basic_onboard_ncDqgF","serviceVersion":"1.0","serviceUUID":"19c83d46-59ec-4563-9fa5-45e75649bdae","serviceDescription":"service","serviceInvariantUUID":"6a99519b-9564-40d1-b5d0-c59725a7da07","resources":[{"resourceInstanceName":"basic_onboard_ncDqgF 0","resourceName":"basic_onboard_ncDqgF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4defc9a5-811c-4f8a-bd7c-b423bd3d38f6","resourceInvariantUUID":"4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8","resourceCustomizationUUID":"8bf36a53-a8c6-467e-88f6-c14817156fd7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml","artifactChecksum":"YTNjNWIxMjc0ZWQxZTNjY2FiNmM3MTgzMWQ1NzlmZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc80f968-e02f-49a5-b3b5-fc337c1273d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e06c2a55-2050-4df3-bfe8-4f30013b7412","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cae7843c-41e9-4d8c-a0f4-8f1d2cdabec6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39dae951-27c3-48eb-87c3-f20ee73cabf4","artifactVersion":"2","generatedFromUUID":"e06c2a55-2050-4df3-bfe8-4f30013b7412"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcdqgf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml","artifactChecksum":"OWYxOWZjOGI0YTlmMWRiYWE5ZGU2MGQ3NmE5MmNiMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ad69832-edb8-4e22-9095-60fc7ace3497","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcdqgf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar","artifactChecksum":"YTljOGNjMzAwOTRlNDMxODE5MWQ5ZGQ2MmYwOTUyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:16:27.950Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:16:27.950Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:27.952Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:27.952Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:16:28.052Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:28.053Z||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-13T03:16:28.053Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:28.062Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:28.063Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:28.953Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:16:28.953Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:28.955Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:28.955Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-13T03:16:29.055Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:29.057Z||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-13T03:16:29.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:29.066Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:29.067Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:29.955Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:16:29.956Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:29.958Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:29.958Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:16:30.058Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:30.059Z||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-13T03:16:30.059Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:30.068Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:30.069Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:30.958Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:16:30.959Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:30.961Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:30.961Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-13T03:16:31.061Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:31.062Z||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-13T03:16:31.062Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:31.072Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:31.073Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:31.962Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:16:31.962Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:31.964Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:31.965Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:16:32.065Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:32.065Z||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-13T03:16:32.065Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:32.075Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:32.075Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:32.965Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:16:32.966Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:32.967Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:32.967Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:16:33.067Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:33.068Z||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-13T03:16:33.068Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:33.079Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:33.080Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:16:33.969Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "serviceName": "basic_onboard_ncDqgF", "serviceVersion": "1.0", "serviceUUID": "19c83d46-59ec-4563-9fa5-45e75649bdae", "serviceDescription": "service", "serviceInvariantUUID": "6a99519b-9564-40d1-b5d0-c59725a7da07", "resources": [ { "resourceInstanceName": "basic_onboard_ncDqgF 0", "resourceCustomizationUUID": "8bf36a53-a8c6-467e-88f6-c14817156fd7", "resourceName": "basic_onboard_ncDqgF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4defc9a5-811c-4f8a-bd7c-b423bd3d38f6", "resourceInvariantUUID": "4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e06c2a55-2050-4df3-bfe8-4f30013b7412", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39dae951-27c3-48eb-87c3-f20ee73cabf4", "generatedFromUUID": "e06c2a55-2050-4df3-bfe8-4f30013b7412" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39dae951-27c3-48eb-87c3-f20ee73cabf4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNcdqgf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "artifactChecksum": "YTljOGNjMzAwOTRlNDMxODE5MWQ5ZGQ2MmYwOTUyNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf" } ], "workloadContext": "Production" } 2022-04-13T03:16:33.969Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:16:33.969Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 2 19c83d46-59ec-4563-9fa5-45e75649bdae ASDC 2022-04-13T03:16:33.970Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:104d8985-f2ce-4be9-8750-821d7f308b2d ServiceName:basic_onboard_ncDqgF ServiceVersion:1.0 ServiceUUID:19c83d46-59ec-4563-9fa5-45e75649bdae ServiceInvariantUUID:6a99519b-9564-40d1-b5d0-c59725a7da07 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNcdqgf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar ArtifactUUID:e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf ArtifactChecksum:YTljOGNjMzAwOTRlNDMxODE5MWQ5ZGQ2MmYwOTUyNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ncDqgF 0 ResourceCustomizationUUID:8bf36a53-a8c6-467e-88f6-c14817156fd7 ResourceInvariantUUID:4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8 ResourceName:basic_onboard_ncDqgF ResourceType:VF ResourceUUID:4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml ArtifactUUID:e06c2a55-2050-4df3-bfe8-4f30013b7412 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/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env ArtifactUUID:39dae951-27c3-48eb-87c3-f20ee73cabf4 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/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env ArtifactUUID:39dae951-27c3-48eb-87c3-f20ee73cabf4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:16:33.970Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19c83d46-59ec-4563-9fa5-45e75649bdae 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-13T03:16:33.997Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf from URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:34.175Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf 70867 2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar ASDC sendASDCNotification 2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:34.180Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:34.180Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819794178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:16:34.280Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:34.281Z||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-13T03:16:34.282Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:34.292Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:34.292Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:16:35.180Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:16:35.181Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-13T03:16:35.182Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf, URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar to file: /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:35.182Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:35.183Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:35.183Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:35.296Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP710670384372765838/Definitions/service-BasicOnboardNcdqgf-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-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ncDqgF 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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is not matching search criteria 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria 2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is not matching search criteria 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=edbbc2d6-2e2a-49e3-93ae-ed2402c14785 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ncDqgF Description:service Model UUID:19c83d46-59ec-4563-9fa5-45e75649bdae Model Version:NULL Model InvariantUuid:6a99519b-9564-40d1-b5d0-c59725a7da07 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ncDqgF Model UUID:6bfaec8a-c14c-4fe6-b40e-62d0442af5e5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8bf36a53-a8c6-467e-88f6-c14817156fd7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:edd874a2-9fee-4b9a-8f59-d7466ea65785 ModelName:BasicOnboardNcdqgf..base_ubuntu18..module-0 ModelUuid:8554c31e-78ac-47dd-a241-ba46a23ae46c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:edbbc2d6-2e2a-49e3-93ae-ed2402c14785 ModelInvariantUuid:117e39ec-4585-4410-b13b-fd9fd7858cb5 ModelName:basic_onboard_ncDqgF-nodes.ubuntu18Cvfc ModelUuid:642ed9b4-0132-498d-9e89-7dff19e97092 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:518252ab-b713-47b5-bc2a-5a7da78be575 ModelInvariantUuid:f3735572-d9c4-42b1-b8be-5ee0055c8d64 ModelName:BasicOnboardNcdqgf.compute.nodes.heat.ubuntu18 ModelUuid:13e8510e-bada-432b-b041-9aba435f99d0 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-13T03:16:36.593Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 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-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||basic_onboard_ncDqgF 0 2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e06c2a55-2050-4df3-bfe8-4f30013b7412 from URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml 2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml 2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml e06c2a55-2050-4df3-bfe8-4f30013b7412 5033 2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml 2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:16:36.872Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:36.873Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:36.873Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819796871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:16:36.973Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:36.974Z||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-13T03:16:36.974Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:36.985Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:36.985Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:37.875Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39dae951-27c3-48eb-87c3-f20ee73cabf4 from URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env 2022-04-13T03:16:37.875Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-13T03:16:37.875Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env 2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env 39dae951-27c3-48eb-87c3-f20ee73cabf4 909 2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env 2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:16:38.193Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:38.194Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:38.194Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819798192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:16:38.294Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:38.295Z||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-13T03:16:38.295Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:38.305Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:38.306Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:39.195Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 19c83d46-59ec-4563-9fa5-45e75649bdae 2022-04-13T03:16:39.195Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ncDqgF 0 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 ASDC 2022-04-13T03:16:39.195Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures 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-13T03:16:39.205Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a021803, org.onap.sdc.toscaparser.api.parameters.Input@86f37c2, org.onap.sdc.toscaparser.api.parameters.Input@110a7743, org.onap.sdc.toscaparser.api.parameters.Input@4001137f, org.onap.sdc.toscaparser.api.parameters.Input@2a29d97c] 2022-04-13T03:16:39.206Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.206Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8bf36a53-a8c6-467e-88f6-c14817156fd7 2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bf36a53-a8c6-467e-88f6-c14817156fd7 matches Tosca VF Customization UUID: 8bf36a53-a8c6-467e-88f6-c14817156fd7 2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8bf36a53-a8c6-467e-88f6-c14817156fd7 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-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8bf36a53-a8c6-467e-88f6-c14817156fd7: {\"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-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria 2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=8bf36a53-a8c6-467e-88f6-c14817156fd7 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-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 19c83d46-59ec-4563-9fa5-45e75649bdae: basic_onboard_ncDqgF 2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ncDqgF 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-13T03:16:39.239Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ncDqgF 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 0 ASDC deployResourceStructure 2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml(The artifact has not been used by the modules defined in the resource) 2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:39.245Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:39.245Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819799240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:16:39.345Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:39.346Z||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-13T03:16:39.346Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:39.354Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:39.354Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env(The artifact has not been used by the modules defined in the resource) 2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:40.248Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:40.248Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819800246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:16:40.348Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:40.349Z||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-13T03:16:40.349Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:40.357Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:40.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar ASDC sendASDCNotification 2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar 2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:16:41.251Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:16:41.251Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819801249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:16:41.351Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:16:41.352Z||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-13T03:16:41.352Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:16:41.360Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:16:41.360Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:16:42.252Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:16:42.263Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:16:42.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:16:42.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:16:42.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:17:12.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:17:12.274Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:17:12.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:17:12.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:17:12.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:17:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:17:27.326Z||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-13T03:17:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:17:27.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:17:27.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819754499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819759219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "ves-openapi-manager", "timestamp": 1649819761330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819754134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819754499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819759219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "ves-openapi-manager", "timestamp": 1649819761330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819754134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819754499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819759219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819754134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "ves-openapi-manager", "timestamp": 1649819761330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819754499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819759219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "ves-openapi-manager", "timestamp": 1649819761330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819754134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819754499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "ves-openapi-manager", "timestamp": 1649819761330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819759219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819754134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819754499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819754134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:17:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819759219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:17:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "ves-openapi-manager", "timestamp": 1649819761330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "multicloud-k8s-id", "timestamp": 1649819768113, "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-13T03:17:27.366Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d 2022-04-13T03:17:27.366Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:17:27.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819768770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:17:27.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819768941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:17:27.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "cds", "timestamp": 1649819769775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-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-13T03:17:27.380Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d 2022-04-13T03:17:27.381Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819776430, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:17:27.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "aai-ml", "timestamp": 1649819777434, "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-13T03:17:27.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d 2022-04-13T03:17:27.393Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819780590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819780590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819780590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819780590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819780590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819780590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:17:27.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:17:42.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:17:42.287Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:18:12.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:18:12.304Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:18:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:18:27.326Z||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-13T03:18:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:18:27.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:18:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:18:27.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:18:27.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:18:42.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:18:42.316Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:18:42.319Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:18:42.319Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:18:42.320Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:18:42.320Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:19:12.320Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:19:12.331Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:19:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:19:27.326Z||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-13T03:19:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:19:27.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:19:27.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819789472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649819790475, "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-13T03:19:27.855Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d 2022-04-13T03:19:27.855Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-13T03:19:27.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:19:27.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819787324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819794178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819796871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819798192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819799240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819800246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649819801249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:19:27.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:19:42.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:19:42.346Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-13T03:19:42.353Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:20:12.354Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-13T03:20:12.358Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 104d8985-f2ce-4be9-8750-821d7f308b2d and serviceModelVersionId: 19c83d46-59ec-4563-9fa5-45e75649bdae 2022-04-13T03:20:12.359Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a99519b-9564-40d1-b5d0-c59725a7da07 2022-04-13T03:20:12.359Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0 2022-04-13T03:20:12.365Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:20:12.401Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|INFO|500||Invoke 2022-04-13T03:20:12.402Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[104d8985-f2ce-4be9-8750-821d7f308b2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed710885-0d86-4a3f-ba42-7cdedfabb4af], X-ECOMP-RequestID=[104d8985-f2ce-4be9-8750-821d7f308b2d], X-TransactionId=[], X-ONAP-RequestID=[104d8985-f2ce-4be9-8750-821d7f308b2d], Content-Type=[application/merge-patch+json]} 2022-04-13T03:20:12.429Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:20:13.029Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?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/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-03:20:12:435-68219], vertex-id=[249960], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:20:12 GMT], Content-Type=[application/json]} 2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|INFO|500||InvokeReturn 2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||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-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 104d8985-f2ce-4be9-8750-821d7f308b2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:20:13.038Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:20:13.038Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820013036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:20:13.138Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:20:13.139Z||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-13T03:20:13.139Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:20:13.151Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:20:13.151Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-13T03:20:14.049Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:20:14.049Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:20:14.050Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:20:24.819Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:20:24.819Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:20:24.820Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:20:24.820Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:20:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:20:27.326Z||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-13T03:20:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:20:27.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:20:27.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-13T03:20:27.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820013036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:20:27.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:20:34.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:20:34.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:20:34.350Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:20:34.350Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:20:43.877Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:20:43.878Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:20:43.878Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:20:43.879Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:20:53.408Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:21:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:21:27.324Z||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-13T03:21:27.324Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:21:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:21:27.327Z||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-13T03:21:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:21:36.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:21:36.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:22:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:22:27.324Z||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-13T03:22:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:22:27.325Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:22:27.326Z||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-13T03:22:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:22:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:22:36.859Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:23:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:23:27.325Z||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-13T03:23:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:23:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:23:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-13T03:23:27.327Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:23:36.859Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:23:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:24:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:24:27.325Z||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-13T03:24:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:24:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:24:27.326Z||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-13T03:24:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:24:36.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:24:36.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:25:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:25:27.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-13T03:25:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:25:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:25:27.326Z||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-13T03:25:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:25:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:25:36.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:26:27.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-13T03:26:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:26:27.326Z||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-13T03:26:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:27.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:27.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:26:27.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:27.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-13T03:26:27.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4147744a-71d1-4a5a-b2da-2731ffd501b1","serviceName":"Demo_pNF_eVj9wVYVnYDJEOJmD1a9","serviceVersion":"1.0","serviceUUID":"cf5375ff-373e-41f7-9a41-e3a06b693b10","serviceDescription":"catalog service description","serviceInvariantUUID":"ad92933d-815c-4af4-9510-98aa6daf3917","resources":[{"resourceInstanceName":"pNF f03bbdfe-335f 0","resourceName":"pNF f03bbdfe-335f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"468de2a6-a8e5-4f42-b9b2-5b31f1241402","resourceInvariantUUID":"69a6a39e-3775-4a04-acc1-33ee1be6d196","resourceCustomizationUUID":"3eef64e2-5096-439e-8e57-1318f70e3151","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml","artifactChecksum":"MjQzMjEzMGVjOGQ1YzhjYzBhZTFjOWU3MDMzZDkyZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5815c9e-18d5-46b4-b078-73a4dc8c1f6c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar","artifactChecksum":"ZWY0YzhhYTBkNTQ4MGY4MGE4ZThhN2FkN2MxYzk5MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d92c1dc-1820-4cc2-9c07-b8fc4cf0cfd6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42bf8562-58df-4265-82c3-0589d6e1c031","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml","artifactChecksum":"YjgzMWQyMzBiN2U5ZGQ2NmY3OGNjYmYzMDNmZDJlMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27d56158-32f9-45a2-aee6-3eb996596019","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44af34fe-e20c-4ed1-9f65-0be17d6815c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfc81757-29cc-4527-94d9-6e65c24a1c76","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml","artifactChecksum":"OTVmNWJmYmI5ZDBmYmJlYjc1ZTZiMGEzNWM0MWY5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ebdfa62a-75a9-4660-8280-5d6a74df4b30","artifactVersion":"1"},{"artifactName":"service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar","artifactChecksum":"OGZkNjJjOTRjMTE3ZDc1NTcxMWY0ZGMyYTA4YjQ0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcb72213-6487-449f-a534-f8e1ac65810a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:26:27.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:27.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:27.951Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:27.951Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:28.051Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:28.052Z||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-13T03:26:28.052Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:28.063Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:28.063Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:26:28.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:28.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:28.954Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:28.955Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:29.055Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:29.055Z||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-13T03:26:29.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:29.067Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:29.067Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:26:29.955Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:29.956Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:29.957Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:29.957Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:30.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:30.058Z||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-13T03:26:30.058Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:30.069Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:30.070Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:26:30.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:30.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:30.960Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:30.960Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:31.060Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:31.061Z||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-13T03:26:31.061Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:31.071Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:31.071Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:26:31.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:31.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:31.963Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:31.963Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:32.063Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:32.064Z||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-13T03:26:32.064Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:32.073Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:32.073Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:26:32.963Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:32.964Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:32.966Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:32.966Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:33.067Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:26:33.068Z||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-13T03:26:33.068Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:33.078Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:33.079Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:26:33.967Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:33.968Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:33.969Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:33.969Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:26:34.069Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:34.071Z||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-13T03:26:34.071Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:34.080Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:34.081Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:26:34.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:26:34.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:34.972Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:34.972Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:26:35.072Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:35.074Z||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-13T03:26:35.074Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:35.086Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:35.086Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:26:35.975Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "serviceName": "Demo_pNF_eVj9wVYVnYDJEOJmD1a9", "serviceVersion": "1.0", "serviceUUID": "cf5375ff-373e-41f7-9a41-e3a06b693b10", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ad92933d-815c-4af4-9510-98aa6daf3917", "resources": [ { "resourceInstanceName": "pNF f03bbdfe-335f 0", "resourceCustomizationUUID": "3eef64e2-5096-439e-8e57-1318f70e3151", "resourceName": "pNF f03bbdfe-335f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "468de2a6-a8e5-4f42-b9b2-5b31f1241402", "resourceInvariantUUID": "69a6a39e-3775-4a04-acc1-33ee1be6d196", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "artifactChecksum": "OGZkNjJjOTRjMTE3ZDc1NTcxMWY0ZGMyYTA4YjQ0MzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fcb72213-6487-449f-a534-f8e1ac65810a" } ], "workloadContext": "Production" } 2022-04-13T03:26:35.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:26:35.975Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf5375ff-373e-41f7-9a41-e3a06b693b10 ASDC 2022-04-13T03:26:35.975Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4147744a-71d1-4a5a-b2da-2731ffd501b1 ServiceName:Demo_pNF_eVj9wVYVnYDJEOJmD1a9 ServiceVersion:1.0 ServiceUUID:cf5375ff-373e-41f7-9a41-e3a06b693b10 ServiceInvariantUUID:ad92933d-815c-4af4-9510-98aa6daf3917 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar ArtifactUUID:fcb72213-6487-449f-a534-f8e1ac65810a ArtifactChecksum:OGZkNjJjOTRjMTE3ZDc1NTcxMWY0ZGMyYTA4YjQ0MzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f03bbdfe-335f 0 ResourceCustomizationUUID:3eef64e2-5096-439e-8e57-1318f70e3151 ResourceInvariantUUID:69a6a39e-3775-4a04-acc1-33ee1be6d196 ResourceName:pNF f03bbdfe-335f ResourceType:PNF ResourceUUID:468de2a6-a8e5-4f42-b9b2-5b31f1241402 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-13T03:26:35.975Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf5375ff-373e-41f7-9a41-e3a06b693b10 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-13T03:26:35.999Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcb72213-6487-449f-a534-f8e1ac65810a from URL: /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:36.168Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-13T03:26:36.173Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar fcb72213-6487-449f-a534-f8e1ac65810a 82643 2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar ASDC sendASDCNotification 2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:36.176Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:36.176Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820396174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:26:36.277Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:36.278Z||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-13T03:26:36.278Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:36.290Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:36.290Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:26:37.177Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fcb72213-6487-449f-a534-f8e1ac65810a, URL: /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar to file: /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.260Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17216376630237538784/Definitions/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f03bbdfe-335f 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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Node template pNF f03bbdfe-335f 0 is matching search criteria 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f03bbdfe-335f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Node template pNF f03bbdfe-335f 0 is matching search criteria 2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f03bbdfe-335f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_eVj9wVYVnYDJEOJmD1a9 Description:catalog service description Model UUID:cf5375ff-373e-41f7-9a41-e3a06b693b10 Model Version:NULL Model InvariantUuid:ad92933d-815c-4af4-9510-98aa6daf3917 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-13T03:26:37.922Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 468de2a6-a8e5-4f42-b9b2-5b31f1241402 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-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||pNF f03bbdfe-335f 0 2022-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 468de2a6-a8e5-4f42-b9b2-5b31f1241402 2022-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: cf5375ff-373e-41f7-9a41-e3a06b693b10 2022-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cf5375ff-373e-41f7-9a41-e3a06b693b10 2022-04-13T03:26:37.927Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f03bbdfe-335f 0 468de2a6-a8e5-4f42-b9b2-5b31f1241402 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-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aa49a8, org.onap.sdc.toscaparser.api.parameters.Input@29dba61b, org.onap.sdc.toscaparser.api.parameters.Input@5b8f79ff, org.onap.sdc.toscaparser.api.parameters.Input@2b9f62e9, org.onap.sdc.toscaparser.api.parameters.Input@7f2c893b] 2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cf5375ff-373e-41f7-9a41-e3a06b693b10: pNF f03bbdfe-335f 2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Processing PNF resource: 468de2a6-a8e5-4f42-b9b2-5b31f1241402 2022-04-13T03:26:37.933Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:26:37.933Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:26:37.933Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Resource customization UUID: 3eef64e2-5096-439e-8e57-1318f70e3151 is the same as notified resource customizationUUID: 3eef64e2-5096-439e-8e57-1318f70e3151 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-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f03bbdfe-335f 468de2a6-a8e5-4f42-b9b2-5b31f1241402 0 ASDC deployResourceStructure 2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar ASDC sendASDCNotification 2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar 2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:26:37.991Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:26:37.992Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:26:37.992Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820397990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:26:38.093Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:26:38.093Z||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-13T03:26:38.093Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:26:38.103Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:26:38.103Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:26:38.993Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:26:39.003Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:26:39.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:26:39.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:26:39.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:27:09.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:27:09.014Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:27:09.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:27:09.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:27:09.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:27:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:27:27.326Z||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-13T03:27:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:27:27.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:27:27.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:27:27.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:27:27.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:27:39.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:27:39.028Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:27:39.032Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:27:39.032Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:27:39.033Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:28:09.033Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:28:09.043Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:28:09.045Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:28:09.045Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:28:09.045Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:28:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:28:27.326Z||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-13T03:28:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:28:27.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:28:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:28:27.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:28:27.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:28:39.046Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:28:39.055Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:28:39.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:28:39.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:28:39.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:29:09.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:29:09.067Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:29:09.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:29:09.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:29:09.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:29:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:29:27.326Z||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-13T03:29:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:29:27.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:29:27.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "multicloud-k8s-id", "timestamp": 1649820379219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820381330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820380590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820391188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820391275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820384134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820384499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820392503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820392972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820392978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820393281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "ves-openapi-manager", "timestamp": 1649820393507, "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-13T03:29:27.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1 2022-04-13T03:29:27.863Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:29:27.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:29:27.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820393975, "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-13T03:29:27.874Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1 2022-04-13T03:29:27.874Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:29:27.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "cds", "timestamp": 1649820393983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-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-13T03:29:27.885Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1 2022-04-13T03:29:27.885Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820387324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:29:27.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820396174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:29:27.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820397567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820397990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "aai-ml", "timestamp": 1649820398570, "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-13T03:29:27.896Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1 2022-04-13T03:29:27.896Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:29:39.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:29:39.080Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:29:39.087Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:30:09.087Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-13T03:30:09.092Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 and serviceModelVersionId: cf5375ff-373e-41f7-9a41-e3a06b693b10 2022-04-13T03:30:09.092Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad92933d-815c-4af4-9510-98aa6daf3917 2022-04-13T03:30:09.092Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0 2022-04-13T03:30:09.096Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:30:09.132Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|INFO|500||Invoke 2022-04-13T03:30:09.133Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4147744a-71d1-4a5a-b2da-2731ffd501b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[213912d1-d475-44e1-b79f-3e98025a8784], X-ECOMP-RequestID=[4147744a-71d1-4a5a-b2da-2731ffd501b1], X-TransactionId=[], X-ONAP-RequestID=[4147744a-71d1-4a5a-b2da-2731ffd501b1], Content-Type=[application/merge-patch+json]} 2022-04-13T03:30:09.151Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:30:09.253Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?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/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-03:30:09:158-7590], vertex-id=[405720], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:30:09 GMT], Content-Type=[application/json]} 2022-04-13T03:30:09.253Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:30:09.254Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|INFO|500||InvokeReturn 2022-04-13T03:30:09.254Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:30:09.254Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4147744a-71d1-4a5a-b2da-2731ffd501b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:30:09.259Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:30:09.259Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820609258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:30:09.360Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:30:09.360Z||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-13T03:30:09.361Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:30:09.372Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:30:09.373Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-13T03:30:10.273Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:30:10.273Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:30:10.274Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:30:21.073Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:30:21.073Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:30:21.074Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:30:21.074Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:30:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:30:27.326Z||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-13T03:30:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:30:27.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:30:27.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:30:27.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820609258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:30:27.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:30:30.604Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:30:30.604Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:30:30.605Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:30:30.605Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:30:40.135Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:30:40.135Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:30:40.136Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:30:40.136Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:30:49.664Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:31:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:31:27.325Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:31:27.325Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:31:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:31:27.326Z||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-13T03:31:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:31:36.855Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:31:36.855Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:32:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:32:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:32:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:32:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-13T03:32:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:32:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:32:36.857Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:32:36.860Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:33:27.325Z||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-13T03:33:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:33:27.326Z||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-13T03:33:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:27.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:27.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820789134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820804934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:33:27.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "cds", "timestamp": 1649820805938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-13T03:33:27.477Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e601cf52-af2e-4c7e-ab89-da40d46c81d3 2022-04-13T03:33:27.477Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:33:27.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820806919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:27.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:33:27.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:27.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-13T03:33:27.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e601cf52-af2e-4c7e-ab89-da40d46c81d3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5d72a418-8c06-4d10-b556-f5243a6ed973","serviceDescription":"service","serviceInvariantUUID":"d0e6c438-2459-4e08-ad77-591dd72ba3f3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd","resourceInvariantUUID":"204e6b02-5ce9-41a2-b5b0-254340adb45b","resourceCustomizationUUID":"170e5841-81cc-4847-8cc5-53f516a3a82c","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":"MTIyYjBkY2M3Yjg0NGJlNDNjNDkwN2VhZmVkNDBkNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbc1b546-1537-40ab-898b-fbc9292141a9","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":"ZWFlMWQ0OWRhMjNjZDQ5OTQ0NDMyMDk4NDFkYzNlYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4eff3e7-822d-4048-baf4-01fc4fe3c92d","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":"25070d0d-48ef-442e-ace3-a988dd98bcda","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":"699e56de-a02d-4dbd-87c5-1f83e70fc4a7","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":"434dddec-f265-4fdb-9cd7-8599c602b10d","artifactVersion":"2","generatedFromUUID":"25070d0d-48ef-442e-ace3-a988dd98bcda"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjQyZjMwNmYyN2UzODY2ZjY3MGVlYjFkNzM4MDZjMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d0d2c95-efe4-4e1a-91d3-cdd067090f51","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTNlNTIwMDczMDY5N2Y0OTJkNzJjMmQyMDFjNzQyNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:33:27.952Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:27.952Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:27.955Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:27.956Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:28.056Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:28.056Z||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-13T03:33:28.057Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:28.066Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:28.066Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:28.956Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:28.957Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:28.958Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:28.958Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:33:29.059Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:29.059Z||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-13T03:33:29.059Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:29.068Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:29.068Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:29.959Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:29.960Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:29.961Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:29.961Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-13T03:33:30.061Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:30.062Z||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-13T03:33:30.062Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:30.071Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:30.071Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:30.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:30.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:30.964Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:30.964Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:31.065Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:31.065Z||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-13T03:33:31.065Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:31.073Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:31.074Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:31.965Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:31.965Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:31.968Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:31.968Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-13T03:33:32.068Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:33:32.068Z||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-13T03:33:32.068Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:32.076Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:32.077Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:32.968Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:32.969Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:32.972Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:32.972Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:33:33.072Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:33.072Z||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-13T03:33:33.072Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:33.081Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:33.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:33.972Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:33:33.974Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:33.975Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:33.976Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:33:34.076Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:34.076Z||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-13T03:33:34.077Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:34.089Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:34.089Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":3,"count":1} 2022-04-13T03:33:34.977Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "5d72a418-8c06-4d10-b556-f5243a6ed973", "serviceDescription": "service", "serviceInvariantUUID": "d0e6c438-2459-4e08-ad77-591dd72ba3f3", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "170e5841-81cc-4847-8cc5-53f516a3a82c", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd", "resourceInvariantUUID": "204e6b02-5ce9-41a2-b5b0-254340adb45b", "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": "ZWFlMWQ0OWRhMjNjZDQ5OTQ0NDMyMDk4NDFkYzNlYWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4eff3e7-822d-4048-baf4-01fc4fe3c92d", "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": "25070d0d-48ef-442e-ace3-a988dd98bcda", "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": "434dddec-f265-4fdb-9cd7-8599c602b10d", "generatedFromUUID": "25070d0d-48ef-442e-ace3-a988dd98bcda" }, "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": "434dddec-f265-4fdb-9cd7-8599c602b10d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTNlNTIwMDczMDY5N2Y0OTJkNzJjMmQyMDFjNzQyNDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9" } ], "workloadContext": "Production" } 2022-04-13T03:33:34.977Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:33:34.977Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d72a418-8c06-4d10-b556-f5243a6ed973 ASDC 2022-04-13T03:33:34.978Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e601cf52-af2e-4c7e-ab89-da40d46c81d3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:5d72a418-8c06-4d10-b556-f5243a6ed973 ServiceInvariantUUID:d0e6c438-2459-4e08-ad77-591dd72ba3f3 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:1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9 ArtifactChecksum:NTNlNTIwMDczMDY5N2Y0OTJkNzJjMmQyMDFjNzQyNDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:170e5841-81cc-4847-8cc5-53f516a3a82c ResourceInvariantUUID:204e6b02-5ce9-41a2-b5b0-254340adb45b ResourceName:basic_vm ResourceType:VF ResourceUUID:b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd 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:b4eff3e7-822d-4048-baf4-01fc4fe3c92d ArtifactChecksum:ZWFlMWQ0OWRhMjNjZDQ5OTQ0NDMyMDk4NDFkYzNlYWM= 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:25070d0d-48ef-442e-ace3-a988dd98bcda 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:434dddec-f265-4fdb-9cd7-8599c602b10d 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:434dddec-f265-4fdb-9cd7-8599c602b10d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:33:34.978Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d72a418-8c06-4d10-b556-f5243a6ed973 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-13T03:33:35.009Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:33:35.009Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-13T03:33:35.167Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:33:35.170Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9 71058 2022-04-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:35.173Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:35.173Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820815171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:33:35.273Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:35.274Z||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-13T03:33:35.274Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:35.283Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:35.283Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:33:36.173Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:33:36.174Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-13T03:33:36.175Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-13T03:33:36.175Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-13T03:33:36.175Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-13T03:33:36.176Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-13T03:33:36.390Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15926511746668130095/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-13T03:33:37.361Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=205867f4-db08-49c6-97e3-596a74459992 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:37.368Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:5d72a418-8c06-4d10-b556-f5243a6ed973 Model Version:NULL Model InvariantUuid:d0e6c438-2459-4e08-ad77-591dd72ba3f3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e0635288-3a76-44de-8785-da6f45d0407b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:204e6b02-5ce9-41a2-b5b0-254340adb45b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:170e5841-81cc-4847-8cc5-53f516a3a82c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a241376-dbba-4fe5-9aa4-eca34414da09 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4f6c2283-3829-4072-862b-d940a40794bd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:205867f4-db08-49c6-97e3-596a74459992 ModelInvariantUuid:21caeaf6-44e2-4ce5-846b-0c1435fa81b2 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e7f57fb7-d865-4914-8373-65e83ae4586b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:645c1cc1-e378-4392-bed5-4a0d3f76d29d ModelInvariantUuid:3928d7b1-e950-41fe-b603-99d88e2ca50b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c12c2c40-8a96-4330-8ae6-88b172bb1d3c 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-13T03:33:37.376Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd 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-13T03:33:37.378Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd 2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b4eff3e7-822d-4048-baf4-01fc4fe3c92d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.573Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b4eff3e7-822d-4048-baf4-01fc4fe3c92d 787 2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:37.576Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:37.576Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820817574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:33:37.676Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:37.677Z||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-13T03:33:37.677Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:37.686Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:37.686Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:33:38.577Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7a241376-dbba-4fe5-9aa4-eca34414da09", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f6c2283-3829-4072-862b-d940a40794bd", "vfModuleModelCustomizationUUID": "b9941067-7c0f-404c-9ae5-dbf11fbf7555", "isBase": true, "artifacts": [ "25070d0d-48ef-442e-ace3-a988dd98bcda", "434dddec-f265-4fdb-9cd7-8599c602b10d" ], "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-13T03:33:38.580Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f6c2283-3829-4072-862b-d940a40794bd VfModuleModelInvariantUUID:7a241376-dbba-4fe5-9aa4-eca34414da09 VfModuleModelDescription:NULL Artifacts UUID List:{ 25070d0d-48ef-442e-ace3-a988dd98bcda , 434dddec-f265-4fdb-9cd7-8599c602b10d } 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-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7a241376-dbba-4fe5-9aa4-eca34414da09", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f6c2283-3829-4072-862b-d940a40794bd", "vfModuleModelCustomizationUUID": "b9941067-7c0f-404c-9ae5-dbf11fbf7555", "isBase": true, "artifacts": [ "25070d0d-48ef-442e-ace3-a988dd98bcda", "434dddec-f265-4fdb-9cd7-8599c602b10d" ], "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-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f6c2283-3829-4072-862b-d940a40794bd VfModuleModelInvariantUUID:7a241376-dbba-4fe5-9aa4-eca34414da09 VfModuleModelDescription:NULL Artifacts UUID List:{ 25070d0d-48ef-442e-ace3-a988dd98bcda , 434dddec-f265-4fdb-9cd7-8599c602b10d } 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-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 25070d0d-48ef-442e-ace3-a988dd98bcda from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:39.329Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 25070d0d-48ef-442e-ace3-a988dd98bcda 5033 2022-04-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:33:39.331Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:39.333Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:39.333Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820819330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:33:39.433Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:39.433Z||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-13T03:33:39.433Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:39.442Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:39.442Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:40.333Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 434dddec-f265-4fdb-9cd7-8599c602b10d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-13T03:33:40.334Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:33:40.334Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:40.528Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 434dddec-f265-4fdb-9cd7-8599c602b10d 903 2022-04-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:33:40.530Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:40.531Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:40.532Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820820529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:33:40.632Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:40.633Z||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-13T03:33:40.633Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:40.641Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:40.641Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:41.532Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5d72a418-8c06-4d10-b556-f5243a6ed973 2022-04-13T03:33:41.533Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd 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-13T03:33:41.546Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a1f5a1f, org.onap.sdc.toscaparser.api.parameters.Input@1cbdad25, org.onap.sdc.toscaparser.api.parameters.Input@27b7a6b7, org.onap.sdc.toscaparser.api.parameters.Input@39ead2f2, org.onap.sdc.toscaparser.api.parameters.Input@1985a872] 2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 170e5841-81cc-4847-8cc5-53f516a3a82c 2022-04-13T03:33:41.548Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 170e5841-81cc-4847-8cc5-53f516a3a82c matches Tosca VF Customization UUID: 170e5841-81cc-4847-8cc5-53f516a3a82c 2022-04-13T03:33:41.548Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 170e5841-81cc-4847-8cc5-53f516a3a82c 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-13T03:33:41.549Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 170e5841-81cc-4847-8cc5-53f516a3a82c: {\"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-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d2a4ab8 2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:33:41.551Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9941067-7c0f-404c-9ae5-dbf11fbf7555 2022-04-13T03:33:41.551Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9941067-7c0f-404c-9ae5-dbf11fbf7555 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-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:33:41.554Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.554Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-13T03:33:41.554Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-13T03:33:41.554Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-13T03:33:41.554Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=205867f4-db08-49c6-97e3-596a74459992 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-13T03:33:41.556Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.556Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:41.556Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:33:41.556Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.557Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-13T03:33:41.557Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=170e5841-81cc-4847-8cc5-53f516a3a82c 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-13T03:33:41.558Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.558Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.559Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5d72a418-8c06-4d10-b556-f5243a6ed973: basic_vm 2022-04-13T03:33:41.559Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.559Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.559Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.559Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.559Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.560Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.560Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.560Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.560Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:33:41.560Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:33:41.560Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:41.630Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd 1 ASDC deployResourceStructure 2022-04-13T03:33:41.630Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:41.630Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:41.630Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:33:41.630Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:41.631Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:41.632Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820821630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:33:41.732Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:41.732Z||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-13T03:33:41.732Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:41.740Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:41.741Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:42.633Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:42.633Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:42.633Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:33:42.633Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:42.634Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:42.634Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820822632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:33:42.734Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:42.735Z||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-13T03:33:42.735Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:42.742Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:42.742Z||pool-55-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:43.635Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:43.635Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:43.636Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:33:43.636Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:43.637Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:43.637Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820823635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-13T03:33:43.737Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:43.738Z||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-13T03:33:43.738Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:43.746Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:43.747Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:44.638Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:44.638Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:33:44.638Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:33:44.639Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:33:44.640Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:33:44.640Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820824638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:33:44.740Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:33:44.741Z||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-13T03:33:44.741Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:33:44.749Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:33:44.749Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:33:45.641Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:33:45.652Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:33:45.654Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:33:45.654Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:33:45.654Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:34:15.654Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:34:15.664Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:34:15.666Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:34:15.666Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:34:15.666Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:34:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:34:27.326Z||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-13T03:34:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:34:27.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:34:27.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:34:27.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:34:27.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:34:45.666Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:34:45.678Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:34:45.680Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:34:45.680Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:34:45.681Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:35:15.681Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:35:15.691Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:35:15.694Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:35:15.694Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:35:15.694Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:35:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:35:27.326Z||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-13T03:35:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:35:27.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:35:27.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:35:27.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:35:27.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:35:45.694Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:35:45.705Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:35:45.707Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:35:45.707Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:35:45.707Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:36:15.707Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:36:15.717Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:36:15.718Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:36:15.718Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:36:15.719Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:36:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:36:27.326Z||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-13T03:36:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:36:27.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:36:27.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820807965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820808297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820809077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-13T03:36:27.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820810095, "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-13T03:36:27.861Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e601cf52-af2e-4c7e-ab89-da40d46c81d3 2022-04-13T03:36:27.861Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:36:27.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820810667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "multicloud-k8s-id", "timestamp": 1649820811099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820811672, "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-13T03:36:27.875Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e601cf52-af2e-4c7e-ab89-da40d46c81d3 2022-04-13T03:36:27.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:36:27.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820812283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820815171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820806942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-13T03:36:27.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "ves-openapi-manager", "timestamp": 1649820801330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820817072, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820817574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "cds", "timestamp": 1649820818076, "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-13T03:36:27.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 2022-04-13T03:36:27.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 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-13T03:36:27.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-13T03:36:27.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820819330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820799219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820820133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820820529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820800590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "aai-ml", "timestamp": 1649820821136, "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-13T03:36:27.915Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e601cf52-af2e-4c7e-ab89-da40d46c81d3 2022-04-13T03:36:27.915Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:36:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820821274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820821630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820821996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820822632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820822798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820823635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820823895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820824007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820824638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649820825009, "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-13T03:36:27.927Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 2022-04-13T03:36:27.928Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 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-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820825326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820826369, "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-13T03:36:27.939Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 2022-04-13T03:36:27.939Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 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-13T03:36:27.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "multicloud-k8s-id", "timestamp": 1649820827371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820804499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820831214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820835786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:36:27.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "aai-ml", "timestamp": 1649820836790, "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-13T03:36:27.952Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 2022-04-13T03:36:27.952Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 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-13T03:36:45.719Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:36:45.731Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:36:45.732Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:36:45.733Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:36:45.737Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:37:15.737Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-13T03:37:15.743Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e601cf52-af2e-4c7e-ab89-da40d46c81d3 and serviceModelVersionId: 5d72a418-8c06-4d10-b556-f5243a6ed973 2022-04-13T03:37:15.743Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0e6c438-2459-4e08-ad77-591dd72ba3f3 2022-04-13T03:37:15.744Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0e6c438-2459-4e08-ad77-591dd72ba3f3/model-vers/model-ver/5d72a418-8c06-4d10-b556-f5243a6ed973?depth=0 2022-04-13T03:37:15.747Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:37:15.778Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e6c438-2459-4e08-ad77-591dd72ba3f3/model-vers/model-ver/5d72a418-8c06-4d10-b556-f5243a6ed973?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-13T03:37:15.779Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e6c438-2459-4e08-ad77-591dd72ba3f3/model-vers/model-ver/5d72a418-8c06-4d10-b556-f5243a6ed973?depth=0|INFO|500||Invoke 2022-04-13T03:37:15.796Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e6c438-2459-4e08-ad77-591dd72ba3f3/model-vers/model-ver/5d72a418-8c06-4d10-b556-f5243a6ed973?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:37:16.194Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e6c438-2459-4e08-ad77-591dd72ba3f3/model-vers/model-ver/5d72a418-8c06-4d10-b556-f5243a6ed973?depth=0|INFO|500||InvokeReturn 2022-04-13T03:37:16.194Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e6c438-2459-4e08-ad77-591dd72ba3f3/model-vers/model-ver/5d72a418-8c06-4d10-b556-f5243a6ed973?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220413-03:37:15:802-64237], vertex-id=[430296], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:37:15 GMT], Content-Type=[application/json]} 2022-04-13T03:37:16.195Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:37:16.195Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:37:16.195Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:37:16.202Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-13T03:37:16.202Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e601cf52-af2e-4c7e-ab89-da40d46c81d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:37:16.202Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:37:16.202Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:16.203Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:16.204Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821036202, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:37:16.304Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:16.305Z||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-13T03:37:16.305Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:16.317Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:16.318Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-13T03:37:17.217Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-13T03:37:17.217Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e4845cb-39d6-4f79-8d40-e3e10dabfa85","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4","serviceDescription":"service","serviceInvariantUUID":"8dbba114-2d2d-4c1c-ac44-e4235b516fa4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c3893a2-23be-41c3-b0be-df24e8518efc","resourceInvariantUUID":"93b1d3ec-b753-4cf4-8abd-a2796419da42","resourceCustomizationUUID":"48b63978-e5cd-4613-8fea-37eee4d31a3c","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":"ZTdlY2M0NzIyMWQxOTFiYjBjZTY1YmFiMGMxM2RmNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd701b1b-22ed-4ad8-b9db-9780e7cc7fc5","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":"a654e8fb-56e4-4be6-90f9-6f7e5ba4213e","artifactVersion":"2","generatedFromUUID":"50603f2b-8d1a-4d3f-b724-3244f3c6e295"},{"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":"50603f2b-8d1a-4d3f-b724-3244f3c6e295","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":"OGU0NTBkMzY3MzMzZTUxN2FiZjBkMzZjZGM3OGMxZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b5070d6-2171-4f6e-9654-38d8518c680b","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":"fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4","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":"4cc7d046-b707-4445-b9e0-45a3d2248f8b","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":"b05a49c6-8ea2-43a0-85ca-97faef9007a7","artifactVersion":"2","generatedFromUUID":"fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2QzOTk3MjIzYjJhOGY2YmZiMjQ5ZmFmZTgyMDNmMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc287d72-b0ca-4e01-9f76-5b9c042112cf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJkMmNhOTQ1MTc0YTEwZDBhNmQ1NWU1ZjMwNTU4ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0c2be2e-7be1-4cdd-b2fb-ac9a4927fb77","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:37:17.218Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:17.218Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:17.219Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:17.219Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:37:17.320Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:37:17.321Z||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-13T03:37:17.321Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:17.331Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:17.331Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:18.220Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:18.221Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:18.222Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:18.222Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-13T03:37:18.323Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:37:18.323Z||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-13T03:37:18.324Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:18.333Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:18.333Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:19.223Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:19.223Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:19.225Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:19.225Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-13T03:37:19.325Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:19.326Z||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-13T03:37:19.326Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:19.334Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:19.335Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:20.226Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:20.226Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:20.228Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:20.228Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:37:20.328Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:20.329Z||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-13T03:37:20.329Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:20.339Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:20.340Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:21.229Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:21.229Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:21.231Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:21.231Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-13T03:37:21.332Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:37:21.333Z||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-13T03:37:21.333Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:21.343Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:21.343Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:22.231Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:22.232Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:22.233Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:22.233Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:37:22.334Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:22.334Z||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-13T03:37:22.334Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:22.343Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:22.344Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:37:23.234Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:23.235Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:23.236Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:23.237Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-13T03:37:23.337Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:23.337Z||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-13T03:37:23.338Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:23.348Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:23.349Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:24.237Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:24.238Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:24.239Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:24.239Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:37:24.340Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:37:24.340Z||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-13T03:37:24.341Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:24.350Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:24.350Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:25.240Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:37:25.241Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:25.242Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:25.242Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:37:25.342Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:25.343Z||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-13T03:37:25.343Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:25.352Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:25.352Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:37:26.243Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4", "serviceDescription": "service", "serviceInvariantUUID": "8dbba114-2d2d-4c1c-ac44-e4235b516fa4", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "48b63978-e5cd-4613-8fea-37eee4d31a3c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5c3893a2-23be-41c3-b0be-df24e8518efc", "resourceInvariantUUID": "93b1d3ec-b753-4cf4-8abd-a2796419da42", "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": "a654e8fb-56e4-4be6-90f9-6f7e5ba4213e", "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": "50603f2b-8d1a-4d3f-b724-3244f3c6e295", "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": "OGU0NTBkMzY3MzMzZTUxN2FiZjBkMzZjZGM3OGMxZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b5070d6-2171-4f6e-9654-38d8518c680b", "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": "fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4", "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": "b05a49c6-8ea2-43a0-85ca-97faef9007a7", "generatedFromUUID": "fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4" }, "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": "b05a49c6-8ea2-43a0-85ca-97faef9007a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjJkMmNhOTQ1MTc0YTEwZDBhNmQ1NWU1ZjMwNTU4ZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0c2be2e-7be1-4cdd-b2fb-ac9a4927fb77" } ], "workloadContext": "Production" } 2022-04-13T03:37:26.243Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:37:26.243Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4 ASDC 2022-04-13T03:37:26.244Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4e4845cb-39d6-4f79-8d40-e3e10dabfa85 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4 ServiceInvariantUUID:8dbba114-2d2d-4c1c-ac44-e4235b516fa4 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:f0c2be2e-7be1-4cdd-b2fb-ac9a4927fb77 ArtifactChecksum:YjJkMmNhOTQ1MTc0YTEwZDBhNmQ1NWU1ZjMwNTU4ZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:48b63978-e5cd-4613-8fea-37eee4d31a3c ResourceInvariantUUID:93b1d3ec-b753-4cf4-8abd-a2796419da42 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5c3893a2-23be-41c3-b0be-df24e8518efc 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:a654e8fb-56e4-4be6-90f9-6f7e5ba4213e 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:50603f2b-8d1a-4d3f-b724-3244f3c6e295 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:3b5070d6-2171-4f6e-9654-38d8518c680b ArtifactChecksum:OGU0NTBkMzY3MzMzZTUxN2FiZjBkMzZjZGM3OGMxZGU= 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:fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4 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:b05a49c6-8ea2-43a0-85ca-97faef9007a7 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:b05a49c6-8ea2-43a0-85ca-97faef9007a7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:37:26.244Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4 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-13T03:37:26.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:37:26.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-13T03:37:26.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-13T03:37:26.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0c2be2e-7be1-4cdd-b2fb-ac9a4927fb77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-13T03:37:26.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:37:26.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-13T03:37:26.407Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:37:26.409Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f0c2be2e-7be1-4cdd-b2fb-ac9a4927fb77 68955 2022-04-13T03:37:26.410Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:26.410Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:26.410Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:37:26.410Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:26.411Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:26.411Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:26.511Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:26.512Z||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-13T03:37:26.512Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:26.522Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:26.522Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:37:27.326Z||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-13T03:37:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:27.412Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:37:27.412Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-13T03:37:27.413Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f0c2be2e-7be1-4cdd-b2fb-ac9a4927fb77, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-13T03:37:27.413Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-13T03:37:27.413Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-13T03:37:27.413Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-13T03:37:27.497Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6425889205094907769/Definitions/service-BasicCnf-template.yml 2022-04-13T03:37:27.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821036202, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649820807324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:37:27.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-13T03:37:27.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-13T03:37:27.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821046410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:27.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:37:28.309Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.310Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.311Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-13T03:37:28.311Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.311Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.311Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-13T03:37:28.312Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:37:28.313Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.313Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.313Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.313Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-13T03:37:28.313Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-13T03:37:28.313Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-04-13T03:37:28.314Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:37:28.314Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.314Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:37:28.314Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.314Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:28.315Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:37:28.315Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.315Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:28.315Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:37:28.316Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.316Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:28.316Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:37:28.316Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.316Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-13T03:37:28.317Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-13T03:37:28.317Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ceeddf8d-6f04-43a4-8337-8bdeb6f54ce0 2022-04-13T03:37:28.317Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.317Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.317Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.317Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.318Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.318Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.318Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:28.318Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:28.318Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4 Model Version:NULL Model InvariantUuid:8dbba114-2d2d-4c1c-ac44-e4235b516fa4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:dc2c7589-ea51-4699-8a6d-5eeebb21fab2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:93b1d3ec-b753-4cf4-8abd-a2796419da42 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:48b63978-e5cd-4613-8fea-37eee4d31a3c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:98951b3d-f652-488d-b2c2-6343e3720979 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:c11dc2a9-cc67-4232-86b0-66a87ec4dea1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ceeddf8d-6f04-43a4-8337-8bdeb6f54ce0 ModelInvariantUuid:094a3680-e6cc-4986-85fd-88f45703f2b6 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:368ae41f-a77e-4531-af7f-7bf139f85e9e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:2803927e-dcb4-4cef-9baf-031cd22b0495 ModelInvariantUuid:8963a132-f937-49d0-a470-764b9eeddfa9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:2fb080dd-7577-422e-8a69-a2de893cd360 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-13T03:37:28.326Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c3893a2-23be-41c3-b0be-df24e8518efc 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-13T03:37:28.329Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-04-13T03:37:28.329Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c3893a2-23be-41c3-b0be-df24e8518efc 2022-04-13T03:37:28.329Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a654e8fb-56e4-4be6-90f9-6f7e5ba4213e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-13T03:37:28.329Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:37:28.330Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.371Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:37:28.372Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a654e8fb-56e4-4be6-90f9-6f7e5ba4213e 12 2022-04-13T03:37:28.372Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.372Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:28.372Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:37:28.372Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:28.374Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:28.374Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821048372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:28.474Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:28.475Z||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-13T03:37:28.475Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:28.484Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:28.484Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:37:29.375Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 50603f2b-8d1a-4d3f-b724-3244f3c6e295 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-13T03:37:29.375Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:37:29.375Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:29.563Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:37:29.564Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 50603f2b-8d1a-4d3f-b724-3244f3c6e295 2688 2022-04-13T03:37:29.564Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:29.564Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:29.564Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:37:29.565Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:29.567Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:29.567Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821049564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:29.667Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:29.668Z||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-13T03:37:29.668Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:29.675Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:29.675Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:30.568Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b5070d6-2171-4f6e-9654-38d8518c680b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-13T03:37:30.568Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:37:30.569Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:30.671Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:37:30.672Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3b5070d6-2171-4f6e-9654-38d8518c680b 828 2022-04-13T03:37:30.672Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:30.672Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:30.672Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:37:30.672Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:30.674Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:30.674Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821050672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:30.774Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:30.775Z||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-13T03:37:30.775Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:30.784Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:30.784Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:31.675Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "98951b3d-f652-488d-b2c2-6343e3720979", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c11dc2a9-cc67-4232-86b0-66a87ec4dea1", "vfModuleModelCustomizationUUID": "204ebcbe-4dad-43c5-b145-2cfee6e2c6e2", "isBase": true, "artifacts": [ "fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4", "50603f2b-8d1a-4d3f-b724-3244f3c6e295", "b05a49c6-8ea2-43a0-85ca-97faef9007a7" ], "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-13T03:37:31.677Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c11dc2a9-cc67-4232-86b0-66a87ec4dea1 VfModuleModelInvariantUUID:98951b3d-f652-488d-b2c2-6343e3720979 VfModuleModelDescription:NULL Artifacts UUID List:{ fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4 , 50603f2b-8d1a-4d3f-b724-3244f3c6e295 , b05a49c6-8ea2-43a0-85ca-97faef9007a7 } 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-13T03:37:31.679Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "98951b3d-f652-488d-b2c2-6343e3720979", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c11dc2a9-cc67-4232-86b0-66a87ec4dea1", "vfModuleModelCustomizationUUID": "204ebcbe-4dad-43c5-b145-2cfee6e2c6e2", "isBase": true, "artifacts": [ "fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4", "50603f2b-8d1a-4d3f-b724-3244f3c6e295", "b05a49c6-8ea2-43a0-85ca-97faef9007a7" ], "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-13T03:37:31.679Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c11dc2a9-cc67-4232-86b0-66a87ec4dea1 VfModuleModelInvariantUUID:98951b3d-f652-488d-b2c2-6343e3720979 VfModuleModelDescription:NULL Artifacts UUID List:{ fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4 , 50603f2b-8d1a-4d3f-b724-3244f3c6e295 , b05a49c6-8ea2-43a0-85ca-97faef9007a7 } 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-13T03:37:31.679Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-13T03:37:31.679Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:37:31.679Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:31.785Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:37:31.785Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fc6c9b7b-ed5b-48d0-ba49-2f89b320eaf4 1164 2022-04-13T03:37:31.786Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:31.786Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:31.786Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:37:31.786Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:31.787Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:31.787Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821051786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:31.888Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:31.888Z||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-13T03:37:31.888Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:31.897Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:31.897Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:32.788Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b05a49c6-8ea2-43a0-85ca-97faef9007a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-13T03:37:32.788Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-13T03:37:32.788Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:32.959Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-13T03:37:32.959Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b05a49c6-8ea2-43a0-85ca-97faef9007a7 200 2022-04-13T03:37:32.959Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:32.959Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:32.959Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:37:32.960Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:32.961Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:32.961Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821052959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:37:33.062Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:33.062Z||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-13T03:37:33.062Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:33.072Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:33.072Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:37:33.961Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4 2022-04-13T03:37:33.962Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5c3893a2-23be-41c3-b0be-df24e8518efc ASDC 2022-04-13T03:37:33.967Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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 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 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-13T03:37:33.977Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ffbcf38, org.onap.sdc.toscaparser.api.parameters.Input@7b1f49b2, org.onap.sdc.toscaparser.api.parameters.Input@130de3f9, org.onap.sdc.toscaparser.api.parameters.Input@45865ce6, org.onap.sdc.toscaparser.api.parameters.Input@74b5d961] 2022-04-13T03:37:33.978Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.978Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.978Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:37:33.978Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 48b63978-e5cd-4613-8fea-37eee4d31a3c 2022-04-13T03:37:33.978Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48b63978-e5cd-4613-8fea-37eee4d31a3c matches Tosca VF Customization UUID: 48b63978-e5cd-4613-8fea-37eee4d31a3c 2022-04-13T03:37:33.979Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 48b63978-e5cd-4613-8fea-37eee4d31a3c 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-13T03:37:33.980Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.980Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.981Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 48b63978-e5cd-4613-8fea-37eee4d31a3c: {\"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-13T03:37:33.981Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e1e7749 2022-04-13T03:37:33.981Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.981Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:37:33.981Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 204ebcbe-4dad-43c5-b145-2cfee6e2c6e2 2022-04-13T03:37:33.982Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 204ebcbe-4dad-43c5-b145-2cfee6e2c6e2 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-13T03:37:33.983Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.984Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:33.984Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:37:33.984Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.984Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:33.984Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:37:33.985Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.985Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-13T03:37:33.985Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-13T03:37:33.985Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ceeddf8d-6f04-43a4-8337-8bdeb6f54ce0 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-13T03:37:33.987Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.987Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:33.987Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:37:33.988Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.988Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-13T03:37:33.988Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=48b63978-e5cd-4613-8fea-37eee4d31a3c 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-13T03:37:33.990Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.990Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.990Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4: basic_cnf 2022-04-13T03:37:33.990Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.990Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.991Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.991Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.991Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.991Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.992Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.992Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.992Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:37:33.992Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:37:33.992Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:34.075Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5c3893a2-23be-41c3-b0be-df24e8518efc 1 ASDC deployResourceStructure 2022-04-13T03:37:34.075Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:34.075Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:34.075Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-13T03:37:34.075Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:34.077Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:34.077Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821054075, "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-13T03:37:34.177Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:34.177Z||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-13T03:37:34.178Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:34.188Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:34.188Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:37:35.078Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:35.078Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:35.078Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-13T03:37:35.078Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:35.080Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:35.080Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821055078, "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-13T03:37:35.180Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:35.181Z||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-13T03:37:35.181Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:35.189Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:35.189Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:36.081Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:36.081Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:36.081Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:37:36.081Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:36.083Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:36.083Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821056081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:37:36.183Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:36.184Z||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-13T03:37:36.184Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:36.193Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:36.194Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:37.083Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:37.084Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:37.084Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:37:37.084Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:37.086Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:37.086Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821057083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:37:37.186Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:37.187Z||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-13T03:37:37.187Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:37.196Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:37.196Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:38.087Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:38.087Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:38.087Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:37:38.088Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:38.089Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:38.089Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821058087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-13T03:37:38.189Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:38.190Z||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-13T03:37:38.190Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:38.199Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:38.199Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:39.090Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:39.090Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:39.091Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:37:39.091Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:37:39.092Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:37:39.092Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821059090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:37:39.192Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:37:39.193Z||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-13T03:37:39.193Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:37:39.201Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:37:39.202Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:37:40.093Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:37:40.104Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 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-13T03:37:40.106Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:37:40.106Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:37:40.106Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:37:40.106Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:37:40.106Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:37:40.107Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:37:40.107Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:37:40.107Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:37:40.107Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:37:40.107Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:37:40.111Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:38:10.111Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 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-13T03:38:10.118Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 and serviceModelVersionId: a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4 2022-04-13T03:38:10.118Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8dbba114-2d2d-4c1c-ac44-e4235b516fa4 2022-04-13T03:38:10.118Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8dbba114-2d2d-4c1c-ac44-e4235b516fa4/model-vers/model-ver/a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4?depth=0 2022-04-13T03:38:10.121Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:38:10.150Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbba114-2d2d-4c1c-ac44-e4235b516fa4/model-vers/model-ver/a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4?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-13T03:38:10.151Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbba114-2d2d-4c1c-ac44-e4235b516fa4/model-vers/model-ver/a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4?depth=0|INFO|500||Invoke 2022-04-13T03:38:10.174Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbba114-2d2d-4c1c-ac44-e4235b516fa4/model-vers/model-ver/a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:38:10.627Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbba114-2d2d-4c1c-ac44-e4235b516fa4/model-vers/model-ver/a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4?depth=0|INFO|500||InvokeReturn 2022-04-13T03:38:10.627Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dbba114-2d2d-4c1c-ac44-e4235b516fa4/model-vers/model-ver/a966b5c4-bcd4-49b4-a6a7-c9d97dead3e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220413-03:38:10:181-57770], vertex-id=[241808], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:38:10 GMT], Content-Type=[application/json]} 2022-04-13T03:38:10.627Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:38:10.627Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:38:10.627Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:38:10.631Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||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-13T03:38:10.631Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e4845cb-39d6-4f79-8d40-e3e10dabfa85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:38:10.631Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:38:10.631Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:38:10.633Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:38:10.633Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821090631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:38:10.733Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:38:10.734Z||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-13T03:38:10.734Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:38:10.746Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:38:10.746Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-13T03:38:11.646Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:38:11.647Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:38:11.647Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:38:22.210Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:38:22.210Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:38:22.211Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:38:22.211Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:38:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:38:27.326Z||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-13T03:38:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:38:27.945Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:38:27.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821048372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821049564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821050672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821051786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821052959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821054075, "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-13T03:38:27.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821055078, "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-13T03:38:27.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821056081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821057083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821058087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821059090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e4845cb-39d6-4f79-8d40-e3e10dabfa85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821090631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:38:27.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:38:31.739Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:38:31.739Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:38:31.740Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:38:31.740Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:38:41.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:38:41.271Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:38:41.272Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:38:41.272Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:38:50.799Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:38:50.799Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:38:50.800Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:38:50.800Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:39:00.330Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:39:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:39:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:39:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:39:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:39:27.326Z||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-13T03:39:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:39:36.855Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:39:36.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:40:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:40:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:40:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:40:27.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:40:27.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-13T03:40:27.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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:40:36.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:40:36.858Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:41:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:41:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:41:27.325Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:41:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:41:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-13T03:41:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:41:36.857Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:41:36.857Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:42:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:42:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:42:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:42:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:42:27.326Z||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-13T03:42:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:42:36.857Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:42:36.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:43:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:43:27.324Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T03:43:27.325Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:43:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:43:27.326Z||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-13T03:43:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:43:36.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:43:36.860Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:44:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:44:27.324Z||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-13T03:44:27.324Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:44:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:44:27.326Z||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-13T03:44:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:44:36.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:44:36.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:45:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:45:27.324Z||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-13T03:45:27.324Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:45:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:45:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-13T03:45:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:45:36.856Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:45:36.856Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:46:27.324Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:46:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:46:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:46:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:46:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:46:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:46:36.860Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:46:36.860Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:27.324Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:47:27.324Z||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-13T03:47:27.325Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:47:27.327Z||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-13T03:47:27.327Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:27.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:27.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821629134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821644652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-13T03:47:27.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "cds", "timestamp": 1649821645656, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-13T03:47:27.473Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 2022-04-13T03:47:27.473Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:47:27.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:27.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:47:27.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:27.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-13T03:47:27.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"34c9a378-7dcb-4dd7-a4ea-27599c46cc4b","serviceDescription":"service","serviceInvariantUUID":"4943b6d4-dee6-4e3b-a394-a2839820a653","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d","resourceInvariantUUID":"71b27a35-78d4-43a5-994f-bb34afe70543","resourceCustomizationUUID":"633f3c12-38f8-4cf6-b70b-c5549b3b1128","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bb2aa20-7b34-43c1-b32f-c34ed19c6b06","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ1ODZjZDZhZTFiMjQ2OWY5NjM5YzgwYmU3NjkwY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa6aa0db-3cb0-44b5-9509-9bc25e4189f4","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YjI4YTgxZDgzMTQ4NGQ2YWY1YWRiNWFkOWEwZTE2YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41dfe4f0-deda-4429-9ba9-295371a72b98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"850313ff-6124-4bca-927b-a3bbaa3d8a1f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33ca1c7f-7cb5-478c-aec3-39cf0a97682c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"314d5bd5-4502-471c-b382-513a8fa420b5","artifactVersion":"2","generatedFromUUID":"850313ff-6124-4bca-927b-a3bbaa3d8a1f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OThiNjQ3NjFmMmYxNmRkOTdiOGU5NmFjNjMyMzgwMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a11459f-c767-45e2-b7ce-2f5c756a9947","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzExODNhMjQ1NDkwMjAyYjNlYjliMDBlMzhmNjA4MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8fb76b9-c2b6-489c-9dd1-8c635744f668","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:47:27.946Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:27.946Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:27.947Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:27.948Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:28.048Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:28.049Z||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-13T03:47:28.049Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:28.056Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:28.057Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:28.948Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:28.949Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:28.950Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:28.950Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:29.050Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:29.051Z||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-13T03:47:29.051Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:29.060Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:29.060Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:29.951Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:29.951Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:29.953Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:29.953Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:47:30.053Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:30.054Z||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-13T03:47:30.054Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:30.062Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:30.062Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:30.954Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:30.954Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:30.956Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:30.956Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-13T03:47:31.056Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:31.056Z||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-13T03:47:31.056Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:31.064Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:31.065Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:31.956Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:31.957Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:31.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:31.958Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:32.059Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:47:32.059Z||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-13T03:47:32.059Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:32.067Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:32.067Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:32.959Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:32.959Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:32.961Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:32.961Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-13T03:47:33.061Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:33.061Z||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-13T03:47:33.062Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:33.069Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:33.069Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:33.961Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:33.962Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:33.963Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:33.964Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:47:34.064Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:34.065Z||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-13T03:47:34.065Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:34.073Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:34.074Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:34.964Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:47:34.965Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:34.967Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:34.967Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:47:35.067Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:35.067Z||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-13T03:47:35.068Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:35.076Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:35.076Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:35.969Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "34c9a378-7dcb-4dd7-a4ea-27599c46cc4b", "serviceDescription": "service", "serviceInvariantUUID": "4943b6d4-dee6-4e3b-a394-a2839820a653", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "633f3c12-38f8-4cf6-b70b-c5549b3b1128", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d", "resourceInvariantUUID": "71b27a35-78d4-43a5-994f-bb34afe70543", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "YjI4YTgxZDgzMTQ4NGQ2YWY1YWRiNWFkOWEwZTE2YjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41dfe4f0-deda-4429-9ba9-295371a72b98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "850313ff-6124-4bca-927b-a3bbaa3d8a1f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "314d5bd5-4502-471c-b382-513a8fa420b5", "generatedFromUUID": "850313ff-6124-4bca-927b-a3bbaa3d8a1f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "314d5bd5-4502-471c-b382-513a8fa420b5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YzExODNhMjQ1NDkwMjAyYjNlYjliMDBlMzhmNjA4MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8fb76b9-c2b6-489c-9dd1-8c635744f668" } ], "workloadContext": "Production" } 2022-04-13T03:47:35.969Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:47:35.970Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34c9a378-7dcb-4dd7-a4ea-27599c46cc4b ASDC 2022-04-13T03:47:35.970Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:34c9a378-7dcb-4dd7-a4ea-27599c46cc4b ServiceInvariantUUID:4943b6d4-dee6-4e3b-a394-a2839820a653 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:a8fb76b9-c2b6-489c-9dd1-8c635744f668 ArtifactChecksum:YzExODNhMjQ1NDkwMjAyYjNlYjliMDBlMzhmNjA4MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:633f3c12-38f8-4cf6-b70b-c5549b3b1128 ResourceInvariantUUID:71b27a35-78d4-43a5-994f-bb34afe70543 ResourceName:basicclamp ResourceType:VF ResourceUUID:c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:41dfe4f0-deda-4429-9ba9-295371a72b98 ArtifactChecksum:YjI4YTgxZDgzMTQ4NGQ2YWY1YWRiNWFkOWEwZTE2YjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:850313ff-6124-4bca-927b-a3bbaa3d8a1f ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:314d5bd5-4502-471c-b382-513a8fa420b5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:314d5bd5-4502-471c-b382-513a8fa420b5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:47:35.970Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34c9a378-7dcb-4dd7-a4ea-27599c46cc4b 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-13T03:47:35.999Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:47:35.999Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:47:35.999Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:47:35.999Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a8fb76b9-c2b6-489c-9dd1-8c635744f668 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-13T03:47:35.999Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:47:35.999Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-13T03:47:36.169Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:47:36.172Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar a8fb76b9-c2b6-489c-9dd1-8c635744f668 73682 2022-04-13T03:47:36.173Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-13T03:47:36.173Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-13T03:47:36.173Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:47:36.173Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:36.174Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:36.174Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821656172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:47:36.274Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:36.275Z||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-13T03:47:36.275Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:36.284Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:36.285Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:37.175Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:47:37.175Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:47:37.176Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a8fb76b9-c2b6-489c-9dd1-8c635744f668, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:37.176Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-04-13T03:47:37.176Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:37.176Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:37.292Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3431400761574071495/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-13T03:47:38.125Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:47:38.125Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.126Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.127Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.127Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.127Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-13T03:47:38.127Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-13T03:47:38.127Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.127Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.128Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:38.128Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-13T03:47:38.128Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:47:38.128Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.128Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.128Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:38.129Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-13T03:47:38.129Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:47:38.129Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.129Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.129Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.129Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.130Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:47:38.131Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.131Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:38.131Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:47:38.131Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.131Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-13T03:47:38.132Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf864899-2f95-45e5-a0c0-7e6860e79a05 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:38.133Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:34c9a378-7dcb-4dd7-a4ea-27599c46cc4b Model Version:NULL Model InvariantUuid:4943b6d4-dee6-4e3b-a394-a2839820a653 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:104c7585-cee1-4d61-b3f5-f6572badce3f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:71b27a35-78d4-43a5-994f-bb34afe70543 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:633f3c12-38f8-4cf6-b70b-c5549b3b1128 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f1e98e6-9a08-4619-9ddf-931ed3cef4a5 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:25e5a89a-bc31-4c05-94db-1005974891c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf864899-2f95-45e5-a0c0-7e6860e79a05 ModelInvariantUuid:9628d017-0f6b-4324-b060-f74fa6643923 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c412f38b-063d-4432-82f4-35c5d1dd3366 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:68488744-14e7-4bb2-99ee-01d8fda4df4a ModelInvariantUuid:ae5638d2-0952-4b15-9473-f26459463cd5 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:c561fa02-8fd6-4963-9c4e-cbbbb7329bfe 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-13T03:47:38.141Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d 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-13T03:47:38.146Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||basicclamp 0 2022-04-13T03:47:38.146Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d 2022-04-13T03:47:38.146Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 41dfe4f0-deda-4429-9ba9-295371a72b98 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-13T03:47:38.146Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:47:38.146Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-13T03:47:38.762Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:47:38.762Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 41dfe4f0-deda-4429-9ba9-295371a72b98 790 2022-04-13T03:47:38.763Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-13T03:47:38.763Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-13T03:47:38.763Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:47:38.763Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:38.765Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:38.765Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821658763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:47:38.865Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:38.865Z||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-13T03:47:38.865Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:38.873Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:38.874Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:39.765Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f1e98e6-9a08-4619-9ddf-931ed3cef4a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25e5a89a-bc31-4c05-94db-1005974891c6", "vfModuleModelCustomizationUUID": "a6825617-37b1-4bf1-99a3-7bf7e8f35f0d", "isBase": true, "artifacts": [ "850313ff-6124-4bca-927b-a3bbaa3d8a1f", "314d5bd5-4502-471c-b382-513a8fa420b5" ], "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-13T03:47:39.768Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25e5a89a-bc31-4c05-94db-1005974891c6 VfModuleModelInvariantUUID:1f1e98e6-9a08-4619-9ddf-931ed3cef4a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 850313ff-6124-4bca-927b-a3bbaa3d8a1f , 314d5bd5-4502-471c-b382-513a8fa420b5 } 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-13T03:47:39.769Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1f1e98e6-9a08-4619-9ddf-931ed3cef4a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25e5a89a-bc31-4c05-94db-1005974891c6", "vfModuleModelCustomizationUUID": "a6825617-37b1-4bf1-99a3-7bf7e8f35f0d", "isBase": true, "artifacts": [ "850313ff-6124-4bca-927b-a3bbaa3d8a1f", "314d5bd5-4502-471c-b382-513a8fa420b5" ], "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-13T03:47:39.769Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25e5a89a-bc31-4c05-94db-1005974891c6 VfModuleModelInvariantUUID:1f1e98e6-9a08-4619-9ddf-931ed3cef4a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 850313ff-6124-4bca-927b-a3bbaa3d8a1f , 314d5bd5-4502-471c-b382-513a8fa420b5 } 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-13T03:47:39.769Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 850313ff-6124-4bca-927b-a3bbaa3d8a1f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-13T03:47:39.770Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:47:39.770Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-13T03:47:40.034Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:47:40.035Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 850313ff-6124-4bca-927b-a3bbaa3d8a1f 5033 2022-04-13T03:47:40.035Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-13T03:47:40.035Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-13T03:47:40.035Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:47:40.036Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:40.037Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:40.037Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821660035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:47:40.137Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:40.138Z||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-13T03:47:40.138Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:40.146Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:40.146Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:41.038Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 314d5bd5-4502-471c-b382-513a8fa420b5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-13T03:47:41.038Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:47:41.038Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-13T03:47:41.325Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:47:41.325Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 314d5bd5-4502-471c-b382-513a8fa420b5 909 2022-04-13T03:47:41.325Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-13T03:47:41.326Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-13T03:47:41.326Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:47:41.326Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:41.328Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:41.328Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821661325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:47:41.428Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:41.429Z||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-13T03:47:41.429Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:41.437Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:41.437Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:42.329Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 34c9a378-7dcb-4dd7-a4ea-27599c46cc4b 2022-04-13T03:47:42.329Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d 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-13T03:47:42.339Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21f7656f, org.onap.sdc.toscaparser.api.parameters.Input@75c6c37, org.onap.sdc.toscaparser.api.parameters.Input@789fc9ae, org.onap.sdc.toscaparser.api.parameters.Input@7dca34cb, org.onap.sdc.toscaparser.api.parameters.Input@678cfa00] 2022-04-13T03:47:42.340Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.340Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.340Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:47:42.341Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 633f3c12-38f8-4cf6-b70b-c5549b3b1128 2022-04-13T03:47:42.341Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 633f3c12-38f8-4cf6-b70b-c5549b3b1128 matches Tosca VF Customization UUID: 633f3c12-38f8-4cf6-b70b-c5549b3b1128 2022-04-13T03:47:42.341Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 633f3c12-38f8-4cf6-b70b-c5549b3b1128 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-13T03:47:42.343Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.343Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.343Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 633f3c12-38f8-4cf6-b70b-c5549b3b1128: {\"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-13T03:47:42.344Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29417468 2022-04-13T03:47:42.344Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.344Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:47:42.344Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6825617-37b1-4bf1-99a3-7bf7e8f35f0d 2022-04-13T03:47:42.344Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6825617-37b1-4bf1-99a3-7bf7e8f35f0d 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-13T03:47:42.346Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.346Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:42.346Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:47:42.347Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.347Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:42.347Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:47:42.347Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.347Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-13T03:47:42.347Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-13T03:47:42.348Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-13T03:47:42.348Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf864899-2f95-45e5-a0c0-7e6860e79a05 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-13T03:47:42.349Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.349Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:42.350Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:47:42.350Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.350Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-13T03:47:42.350Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=633f3c12-38f8-4cf6-b70b-c5549b3b1128 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-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 34c9a378-7dcb-4dd7-a4ea-27599c46cc4b: basicclamp 2022-04-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.352Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:47:42.353Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-13T03:47:42.418Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c586ea72-40d5-4cd8-b819-7a2d9ebe7c1d 1 ASDC deployResourceStructure 2022-04-13T03:47:42.419Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-13T03:47:42.419Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-13T03:47:42.419Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:47:42.419Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:42.422Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:42.422Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821662419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:47:42.522Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:42.523Z||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-13T03:47:42.523Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:42.531Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:42.531Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:47:43.423Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-13T03:47:43.423Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-13T03:47:43.423Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:47:43.423Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:43.425Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:43.425Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821663423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:47:43.525Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:43.526Z||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-13T03:47:43.526Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:43.533Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:43.533Z||pool-94-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:44.426Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-13T03:47:44.426Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-13T03:47:44.426Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:47:44.427Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:44.428Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:44.428Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821664425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-13T03:47:44.528Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:44.529Z||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-13T03:47:44.529Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:44.537Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:44.538Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:45.429Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-13T03:47:45.430Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-13T03:47:45.430Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:47:45.430Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:47:45.431Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:47:45.432Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821665429, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:47:45.532Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:47:45.532Z||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-13T03:47:45.533Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:47:45.542Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:47:45.543Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:47:46.432Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:47:46.444Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:47:46.446Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:47:46.446Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:47:46.446Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:48:16.446Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:48:16.457Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:48:16.459Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:48:16.459Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:48:16.459Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:48:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:48:27.326Z||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-13T03:48:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:48:27.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:48:27.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:48:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:48:27.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:48:46.459Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:48:46.472Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:48:46.474Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:48:46.474Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:48:46.474Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:49:16.475Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:49:16.493Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:49:16.494Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:49:16.494Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:49:16.494Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:49:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:49:27.326Z||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-13T03:49:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:49:27.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:49:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:49:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:49:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:49:46.495Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:49:46.505Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:49:46.507Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:49:46.507Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:49:46.507Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:50:16.511Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:50:16.520Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:50:16.522Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:50:16.522Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:50:16.522Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:50:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:50:27.326Z||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-13T03:50:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:50:27.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821647915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821648982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821649314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821650171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821651190, "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-13T03:50:27.355Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 2022-04-13T03:50:27.355Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:50:27.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821651351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "multicloud-k8s-id", "timestamp": 1649821652192, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821652355, "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-13T03:50:27.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 2022-04-13T03:50:27.370Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:50:27.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821653371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821646660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821655671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821656172, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "ves-openapi-manager", "timestamp": 1649821641330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "cds", "timestamp": 1649821657734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-13T03:50:27.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a1062e4-6f84-4c6a-8ba5-bef13d533542 2022-04-13T03:50:27.391Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a1062e4-6f84-4c6a-8ba5-bef13d533542 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-13T03:50:27.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821658763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821660035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821639219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821661325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821661330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821661431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821661532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "aai-ml", "timestamp": 1649821662335, "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-13T03:50:27.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 2022-04-13T03:50:27.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:50:27.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821662419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821663004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821663423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821663658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821664425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821664626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821664661, "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-13T03:50:27.417Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a1062e4-6f84-4c6a-8ba5-bef13d533542 2022-04-13T03:50:27.417Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a1062e4-6f84-4c6a-8ba5-bef13d533542 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-13T03:50:27.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821665429, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821665643, "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-13T03:50:27.428Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a1062e4-6f84-4c6a-8ba5-bef13d533542 2022-04-13T03:50:27.428Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a1062e4-6f84-4c6a-8ba5-bef13d533542 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-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "multicloud-k8s-id", "timestamp": 1649821666646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821644499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821671406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821676206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "aai-ml", "timestamp": 1649821677209, "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-13T03:50:27.439Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a1062e4-6f84-4c6a-8ba5-bef13d533542 2022-04-13T03:50:27.439Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a1062e4-6f84-4c6a-8ba5-bef13d533542 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-13T03:50:27.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821689134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821703635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-13T03:50:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "cds", "timestamp": 1649821704906, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-13T03:50:27.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 2022-04-13T03:50:27.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 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-13T03:50:27.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:50:27.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:50:46.522Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:50:46.535Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:50:46.537Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:50:46.537Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:50:46.537Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:50:46.537Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:50:46.537Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:50:46.537Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:50:46.538Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:50:46.538Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:50:46.538Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:50:46.538Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-13T03:50:46.542Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:51:16.543Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b 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-13T03:51:16.548Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b and serviceModelVersionId: 34c9a378-7dcb-4dd7-a4ea-27599c46cc4b 2022-04-13T03:51:16.549Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4943b6d4-dee6-4e3b-a394-a2839820a653 2022-04-13T03:51:16.549Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0 2022-04-13T03:51:16.554Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:51:16.586Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0|INFO|500||Invoke 2022-04-13T03:51:16.587Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[155693a0-1b7a-4ef0-9c03-bb69a1505c1e], X-ECOMP-RequestID=[6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b], X-TransactionId=[], X-ONAP-RequestID=[6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b], Content-Type=[application/merge-patch+json]} 2022-04-13T03:51:16.617Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:51:17.027Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?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/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220413-03:51:16:623-98769], vertex-id=[184344], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:51:16 GMT], Content-Type=[application/json]} 2022-04-13T03:51:17.027Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:51:17.028Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4943b6d4-dee6-4e3b-a394-a2839820a653/model-vers/model-ver/34c9a378-7dcb-4dd7-a4ea-27599c46cc4b?depth=0|INFO|500||InvokeReturn 2022-04-13T03:51:17.028Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:51:17.028Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-13T03:51:17.031Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-13T03:51:17.032Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:51:17.032Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:51:17.032Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:17.034Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:17.034Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821877032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:51:17.134Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:17.135Z||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-13T03:51:17.135Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:17.147Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:17.147Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 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-13T03:51:18.049Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-13T03:51:18.050Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a1062e4-6f84-4c6a-8ba5-bef13d533542","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"66c1d674-9915-4236-b8ae-93da0056663d","serviceDescription":"service","serviceInvariantUUID":"1a150bae-51ec-4522-ba10-93f322ca4266","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ae73de2-6b4a-4459-8c64-67c2b3b92a8c","resourceInvariantUUID":"d720e3bb-3f1e-4877-a246-21a06b90215d","resourceCustomizationUUID":"0624a840-73ba-4cd0-b6da-b4ac6beab1cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZlM2UzYmRiMTBmMmNjMDZlMGY2Nzk1MGI0Yjg4Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e443ec2-ef23-4ade-8f9d-d5ea87d6e367","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZmQ4MTU4ODllNDlmOGQ5YWZmZThmZDJkMmQ3N2UyMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d629a08-61d5-4bd1-a886-95814cc688fc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86b716bf-968a-4c52-850b-374a3414f05f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"336bda5d-dcb8-47bd-87ee-cef85bf6b2ad","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"548b8e3d-b79b-479d-b579-78c63c3573bb","artifactVersion":"2","generatedFromUUID":"86b716bf-968a-4c52-850b-374a3414f05f"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YTY0OGRmMTEwOTljZjQ1OTBjMjY4MTcyMDNhZGQ1ZjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bc04777b-a185-4f83-9117-c1dc8a627f95","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MDZmODMzMmZlNDk2YTI1MThhODdjZmIzNWQ0MTQxMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03142412-a49e-4829-a18d-ecf05cbf4eda","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzFhM2ZmODBjYjI5ZjFjOGYyNDMxY2U2YWJjMzkwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68823cbf-0618-4121-8411-ba156d9e6778","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:51:18.050Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:18.050Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:18.052Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:18.052Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:18.152Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:18.153Z||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-13T03:51:18.153Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:18.174Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:18.174Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:19.053Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:19.053Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:19.055Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:19.055Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:51:19.155Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:19.156Z||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-13T03:51:19.156Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:19.165Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:19.165Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:20.056Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:20.057Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:20.058Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:20.058Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-13T03:51:20.158Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:20.159Z||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-13T03:51:20.159Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:20.168Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:20.168Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:21.058Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:21.059Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:21.061Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:21.061Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:21.161Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:21.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-13T03:51:21.162Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:21.170Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:21.171Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:22.061Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:22.062Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:22.063Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:22.063Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-13T03:51:22.164Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:22.164Z||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-13T03:51:22.164Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:22.172Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:22.173Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:23.064Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:23.065Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:23.066Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:23.066Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:23.166Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:51:23.167Z||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-13T03:51:23.167Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:23.175Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:23.176Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:24.067Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:24.068Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:24.069Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:24.069Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:24.169Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:24.170Z||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-13T03:51:24.170Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:24.180Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:24.180Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:25.070Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:51:25.071Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:25.072Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:25.073Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:51:25.173Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:25.173Z||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-13T03:51:25.173Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:25.181Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:25.182Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:26.074Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "66c1d674-9915-4236-b8ae-93da0056663d", "serviceDescription": "service", "serviceInvariantUUID": "1a150bae-51ec-4522-ba10-93f322ca4266", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "0624a840-73ba-4cd0-b6da-b4ac6beab1cd", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4ae73de2-6b4a-4459-8c64-67c2b3b92a8c", "resourceInvariantUUID": "d720e3bb-3f1e-4877-a246-21a06b90215d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZmQ4MTU4ODllNDlmOGQ5YWZmZThmZDJkMmQ3N2UyMTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1d629a08-61d5-4bd1-a886-95814cc688fc", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "86b716bf-968a-4c52-850b-374a3414f05f", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "548b8e3d-b79b-479d-b579-78c63c3573bb", "generatedFromUUID": "86b716bf-968a-4c52-850b-374a3414f05f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "548b8e3d-b79b-479d-b579-78c63c3573bb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzFhM2ZmODBjYjI5ZjFjOGYyNDMxY2U2YWJjMzkwMzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68823cbf-0618-4121-8411-ba156d9e6778" } ], "workloadContext": "Production" } 2022-04-13T03:51:26.074Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:51:26.074Z|6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66c1d674-9915-4236-b8ae-93da0056663d ASDC 2022-04-13T03:51:26.074Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9a1062e4-6f84-4c6a-8ba5-bef13d533542 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:66c1d674-9915-4236-b8ae-93da0056663d ServiceInvariantUUID:1a150bae-51ec-4522-ba10-93f322ca4266 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:68823cbf-0618-4121-8411-ba156d9e6778 ArtifactChecksum:YzFhM2ZmODBjYjI5ZjFjOGYyNDMxY2U2YWJjMzkwMzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:0624a840-73ba-4cd0-b6da-b4ac6beab1cd ResourceInvariantUUID:d720e3bb-3f1e-4877-a246-21a06b90215d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:4ae73de2-6b4a-4459-8c64-67c2b3b92a8c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:1d629a08-61d5-4bd1-a886-95814cc688fc ArtifactChecksum:ZmQ4MTU4ODllNDlmOGQ5YWZmZThmZDJkMmQ3N2UyMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:86b716bf-968a-4c52-850b-374a3414f05f ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:548b8e3d-b79b-479d-b579-78c63c3573bb ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:548b8e3d-b79b-479d-b579-78c63c3573bb ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:51:26.074Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66c1d674-9915-4236-b8ae-93da0056663d 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-13T03:51:26.103Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:51:26.104Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:51:26.104Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:51:26.104Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 68823cbf-0618-4121-8411-ba156d9e6778 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-13T03:51:26.104Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:51:26.104Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-13T03:51:26.220Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:51:26.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 68823cbf-0618-4121-8411-ba156d9e6778 78805 2022-04-13T03:51:26.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-13T03:51:26.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-13T03:51:26.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:51:26.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:26.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:26.225Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821886223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:26.325Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:26.325Z||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-13T03:51:26.325Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:26.334Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:26.334Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:27.225Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:51:27.226Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:51:27.226Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 68823cbf-0618-4121-8411-ba156d9e6778, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:27.227Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-13T03:51:27.227Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:27.227Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:51:27.326Z||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-13T03:51:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:27.328Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5899563639178220738/Definitions/service-BasicVmMacro-template.yml 2022-04-13T03:51:27.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821699219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821710075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821700590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "ves-openapi-manager", "timestamp": 1649821701330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821711269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821711490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821712470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821713524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821713864, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821704499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:51:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:51:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649821714527, "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-13T03:51:27.355Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 2022-04-13T03:51:27.355Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 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-13T03:51:27.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821714919, "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-13T03:51:27.366Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 2022-04-13T03:51:27.366Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 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-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821715302, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "multicloud-k8s-id", "timestamp": 1649821715921, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821724095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:51:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "aai-ml", "timestamp": 1649821725098, "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-13T03:51:27.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 2022-04-13T03:51:27.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 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 (?, ?, ?, ?, ?) 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-13T03:51:28.213Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:51:28.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-13T03:51:28.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-13T03:51:28.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-13T03:51:28.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-13T03:51:28.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:28.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-13T03:51:28.217Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:51:28.217Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.217Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.217Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:28.217Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-13T03:51:28.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:51:28.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-13T03:51:28.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-13T03:51:28.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-13T03:51:28.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-13T03:51:28.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-13T03:51:28.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:51:28.220Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.220Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:51:28.220Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.220Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:28.220Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:51:28.221Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.221Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:28.221Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:51:28.221Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:28.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:51:28.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-13T03:51:28.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-13T03:51:28.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-13T03:51:28.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1e88b2bb-a73b-412d-89e2-7e09de9db3e9 2022-04-13T03:51:28.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:28.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:28.225Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:66c1d674-9915-4236-b8ae-93da0056663d Model Version:NULL Model InvariantUuid:1a150bae-51ec-4522-ba10-93f322ca4266 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4b6c407c-b7a9-4902-9860-f17da07941fe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d720e3bb-3f1e-4877-a246-21a06b90215d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0624a840-73ba-4cd0-b6da-b4ac6beab1cd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3651a7ce-a71e-491d-a7ac-7d990e15ad35 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:34e812ba-1dba-41aa-9aec-bf6e107a1465 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1e88b2bb-a73b-412d-89e2-7e09de9db3e9 ModelInvariantUuid:28a4f31b-219a-43c2-b065-41933f8fdb00 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d5b13db0-81b8-4548-bd5c-aa92cb382125 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:19560710-53e5-43a3-baa7-1a84cdcf6d86 ModelInvariantUuid:10332287-6528-4bdb-988c-8edcfeeb84d5 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:7f8de4da-3428-45c2-a702-ff0ed0ba3097 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-13T03:51:28.230Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ae73de2-6b4a-4459-8c64-67c2b3b92a8c 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-13T03:51:28.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-04-13T03:51:28.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ae73de2-6b4a-4459-8c64-67c2b3b92a8c 2022-04-13T03:51:28.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1d629a08-61d5-4bd1-a886-95814cc688fc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-13T03:51:28.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:51:28.234Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-13T03:51:28.276Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:51:28.276Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1d629a08-61d5-4bd1-a886-95814cc688fc 792 2022-04-13T03:51:28.276Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-13T03:51:28.276Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-13T03:51:28.277Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:51:28.277Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:28.278Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:28.278Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821888276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:28.379Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:28.379Z||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-13T03:51:28.380Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:28.390Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:28.390Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:29.279Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3651a7ce-a71e-491d-a7ac-7d990e15ad35", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34e812ba-1dba-41aa-9aec-bf6e107a1465", "vfModuleModelCustomizationUUID": "7097640f-c70a-4d36-ba3d-89570c65de3d", "isBase": true, "artifacts": [ "86b716bf-968a-4c52-850b-374a3414f05f", "548b8e3d-b79b-479d-b579-78c63c3573bb" ], "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-13T03:51:29.281Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34e812ba-1dba-41aa-9aec-bf6e107a1465 VfModuleModelInvariantUUID:3651a7ce-a71e-491d-a7ac-7d990e15ad35 VfModuleModelDescription:NULL Artifacts UUID List:{ 86b716bf-968a-4c52-850b-374a3414f05f , 548b8e3d-b79b-479d-b579-78c63c3573bb } 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-13T03:51:29.283Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3651a7ce-a71e-491d-a7ac-7d990e15ad35", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34e812ba-1dba-41aa-9aec-bf6e107a1465", "vfModuleModelCustomizationUUID": "7097640f-c70a-4d36-ba3d-89570c65de3d", "isBase": true, "artifacts": [ "86b716bf-968a-4c52-850b-374a3414f05f", "548b8e3d-b79b-479d-b579-78c63c3573bb" ], "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-13T03:51:29.283Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34e812ba-1dba-41aa-9aec-bf6e107a1465 VfModuleModelInvariantUUID:3651a7ce-a71e-491d-a7ac-7d990e15ad35 VfModuleModelDescription:NULL Artifacts UUID List:{ 86b716bf-968a-4c52-850b-374a3414f05f , 548b8e3d-b79b-479d-b579-78c63c3573bb } 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-13T03:51:29.283Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86b716bf-968a-4c52-850b-374a3414f05f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-13T03:51:29.283Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:51:29.284Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-13T03:51:29.466Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:51:29.467Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 86b716bf-968a-4c52-850b-374a3414f05f 5033 2022-04-13T03:51:29.467Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-13T03:51:29.467Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-13T03:51:29.467Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:51:29.467Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:29.469Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:29.469Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821889467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:29.569Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:29.570Z||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-13T03:51:29.570Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:29.650Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:29.651Z||pool-108-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:30.470Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 548b8e3d-b79b-479d-b579-78c63c3573bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-13T03:51:30.470Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:51:30.470Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-13T03:51:30.679Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:51:30.679Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 548b8e3d-b79b-479d-b579-78c63c3573bb 903 2022-04-13T03:51:30.679Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-13T03:51:30.680Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-13T03:51:30.680Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:51:30.680Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:30.681Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:30.681Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821890679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:51:30.781Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:30.782Z||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-13T03:51:30.782Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:30.790Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:30.791Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:31.682Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 66c1d674-9915-4236-b8ae-93da0056663d 2022-04-13T03:51:31.682Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4ae73de2-6b4a-4459-8c64-67c2b3b92a8c 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-13T03:51:31.694Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5efd982d, org.onap.sdc.toscaparser.api.parameters.Input@3f8059fb, org.onap.sdc.toscaparser.api.parameters.Input@4a510a6d, org.onap.sdc.toscaparser.api.parameters.Input@2a61efd, org.onap.sdc.toscaparser.api.parameters.Input@3028c274] 2022-04-13T03:51:31.695Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.696Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.696Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:51:31.696Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0624a840-73ba-4cd0-b6da-b4ac6beab1cd 2022-04-13T03:51:31.696Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0624a840-73ba-4cd0-b6da-b4ac6beab1cd matches Tosca VF Customization UUID: 0624a840-73ba-4cd0-b6da-b4ac6beab1cd 2022-04-13T03:51:31.696Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0624a840-73ba-4cd0-b6da-b4ac6beab1cd 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-13T03:51:31.698Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.698Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.698Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0624a840-73ba-4cd0-b6da-b4ac6beab1cd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-04-13T03:51:31.699Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d79d557 2022-04-13T03:51:31.699Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.699Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:51:31.699Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7097640f-c70a-4d36-ba3d-89570c65de3d 2022-04-13T03:51:31.699Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7097640f-c70a-4d36-ba3d-89570c65de3d 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-13T03:51:31.701Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.701Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:31.701Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:51:31.701Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.701Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:31.701Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:51:31.702Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.702Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-13T03:51:31.702Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-13T03:51:31.702Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-13T03:51:31.702Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1e88b2bb-a73b-412d-89e2-7e09de9db3e9 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-13T03:51:31.704Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.704Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:31.704Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:51:31.704Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.704Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-13T03:51:31.704Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0624a840-73ba-4cd0-b6da-b4ac6beab1cd 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-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 66c1d674-9915-4236-b8ae-93da0056663d: basic_vm_macro 2022-04-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.706Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:51:31.707Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-13T03:51:31.780Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4ae73de2-6b4a-4459-8c64-67c2b3b92a8c 1 ASDC deployResourceStructure 2022-04-13T03:51:31.781Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-13T03:51:31.781Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-13T03:51:31.781Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:51:31.781Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:31.782Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:31.783Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821891781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:51:31.883Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:31.883Z||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-13T03:51:31.883Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:31.891Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:31.891Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:32.784Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-13T03:51:32.784Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-13T03:51:32.784Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:51:32.784Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:32.785Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:32.785Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821892783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:51:32.886Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:32.886Z||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-13T03:51:32.886Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:32.895Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:32.895Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:33.786Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-13T03:51:33.787Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-13T03:51:33.787Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:51:33.787Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:33.788Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:33.788Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821893786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-13T03:51:33.889Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:33.889Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:51:33.889Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:33.897Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:33.897Z||pool-112-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:34.789Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-13T03:51:34.790Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-13T03:51:34.790Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:51:34.790Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:51:34.791Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:51:34.792Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821894789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:51:34.892Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:51:34.892Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:51:34.892Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:51:34.900Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:51:34.900Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:51:35.792Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a1062e4-6f84-4c6a-8ba5-bef13d533542 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:51:35.805Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a1062e4-6f84-4c6a-8ba5-bef13d533542 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-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:51:35.807Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:51:35.808Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:51:35.808Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:51:35.808Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-13T03:51:35.813Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:52:05.813Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a1062e4-6f84-4c6a-8ba5-bef13d533542 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-13T03:52:05.820Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a1062e4-6f84-4c6a-8ba5-bef13d533542 and serviceModelVersionId: 66c1d674-9915-4236-b8ae-93da0056663d 2022-04-13T03:52:05.820Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a150bae-51ec-4522-ba10-93f322ca4266 2022-04-13T03:52:05.820Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0 2022-04-13T03:52:05.824Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:52:05.864Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0|INFO|500||Invoke 2022-04-13T03:52:05.865Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a1062e4-6f84-4c6a-8ba5-bef13d533542], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32d6d92d-8f03-46fc-b719-4bcb2eaf7600], X-ECOMP-RequestID=[9a1062e4-6f84-4c6a-8ba5-bef13d533542], X-TransactionId=[], X-ONAP-RequestID=[9a1062e4-6f84-4c6a-8ba5-bef13d533542], Content-Type=[application/merge-patch+json]} 2022-04-13T03:52:05.882Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:52:06.273Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?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/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-03:52:05:888-60100], vertex-id=[483544], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:52:05 GMT], Content-Type=[application/json]} 2022-04-13T03:52:06.274Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:52:06.274Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a150bae-51ec-4522-ba10-93f322ca4266/model-vers/model-ver/66c1d674-9915-4236-b8ae-93da0056663d?depth=0|INFO|500||InvokeReturn 2022-04-13T03:52:06.274Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:52:06.274Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-13T03:52:06.278Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-13T03:52:06.278Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a1062e4-6f84-4c6a-8ba5-bef13d533542 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:52:06.278Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:52:06.278Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:06.280Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:06.280Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821926278, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:52:06.380Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:06.381Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:06.381Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:06.392Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:06.392Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 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-13T03:52:07.289Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:52:07.290Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|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-13T03:52:07.290Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:12.212Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:12.212Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-13T03:52:12.212Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ecf780b-88d8-4211-9fdd-3e7bfeb30124","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe","serviceDescription":"service","serviceInvariantUUID":"b2aa3123-a528-4246-bd3e-330b57a834fa","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d54d77e6-e01b-48fa-b613-71db2800d829","resourceInvariantUUID":"da9796db-613f-450f-9d71-28f01d1a43fb","resourceCustomizationUUID":"01b1360b-dc23-43b3-a517-922b67abea97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGM5ZmVkYzMxMTgwYzYxYmMzYzBjNTQ2MDQ3ODI1ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03490e44-8998-4072-acd3-99e560f5edc0","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YzFiMDQ4NmYwOWQ5YjVlYjY4YmRiYTU4ZDhmNTk3NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6312192-0433-45ad-ac61-16254c584a85","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db57954d-5d4c-460c-8820-1d521e5536ee","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"951a12ce-3e52-4539-ad20-e40d3cdd0c7a","artifactVersion":"2","generatedFromUUID":"5ab157b2-4518-4cc0-b56e-70d596a6e6fc"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d48fd913-9647-4c8b-9e6a-cbf678cc837e","artifactVersion":"2","generatedFromUUID":"09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ab157b2-4518-4cc0-b56e-70d596a6e6fc","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fd2b5ec0-7633-456e-ac17-c5cb27450a73","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MTgwZDMwNzM0OWIyMzFmMTkyZWM1ODU2MzQ0MmIwNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e53efb67-c8c3-4e77-a5f8-537beb9a9d1e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OGFkMTVlNjYwMzA4ZjZkNzgyMzhkNGRiODUwNTc2MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c1baee3-3ef2-4acb-a085-105cee7b558b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:52:12.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:12.214Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:12.215Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:12.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:12.316Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:12.316Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:12.316Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:12.324Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:12.325Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:13.216Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:13.217Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:13.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:13.218Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:52:13.318Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:13.319Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:13.319Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:13.328Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:13.328Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:14.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:14.219Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:14.221Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:14.221Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-13T03:52:14.321Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:14.322Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:14.322Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:14.330Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:14.331Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:15.222Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:15.223Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:15.224Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:15.225Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:15.325Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:15.325Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:15.325Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:15.334Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:15.335Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:16.225Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:16.226Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:16.227Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:16.227Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-13T03:52:16.327Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:52:16.328Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:16.328Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:16.337Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:16.337Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:52:17.228Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:17.229Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:17.230Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:17.230Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-13T03:52:17.331Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:52:17.331Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:17.332Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:17.340Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:17.341Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:18.231Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:18.231Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:18.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:18.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-13T03:52:18.333Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:18.334Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:18.334Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:18.343Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:18.344Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:19.233Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:19.234Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:19.236Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:19.236Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:19.336Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:19.337Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:19.337Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:19.346Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:19.346Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:52:20.237Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:20.237Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:20.239Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:20.239Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:20.339Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:20.340Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:20.340Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:20.349Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:20.349Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:21.240Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:52:21.241Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:21.242Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:21.242Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:52:21.343Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-13T03:52:21.343Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:21.343Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:21.351Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:21.352Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:22.243Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe", "serviceDescription": "service", "serviceInvariantUUID": "b2aa3123-a528-4246-bd3e-330b57a834fa", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "01b1360b-dc23-43b3-a517-922b67abea97", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d54d77e6-e01b-48fa-b613-71db2800d829", "resourceInvariantUUID": "da9796db-613f-450f-9d71-28f01d1a43fb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "YzFiMDQ4NmYwOWQ5YjVlYjY4YmRiYTU4ZDhmNTk3NTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a6312192-0433-45ad-ac61-16254c584a85", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d48fd913-9647-4c8b-9e6a-cbf678cc837e", "generatedFromUUID": "09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "951a12ce-3e52-4539-ad20-e40d3cdd0c7a", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d48fd913-9647-4c8b-9e6a-cbf678cc837e", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ab157b2-4518-4cc0-b56e-70d596a6e6fc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OGFkMTVlNjYwMzA4ZjZkNzgyMzhkNGRiODUwNTc2MDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c1baee3-3ef2-4acb-a085-105cee7b558b" } ], "workloadContext": "Production" } 2022-04-13T03:52:22.244Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:52:22.244Z|9a1062e4-6f84-4c6a-8ba5-bef13d533542|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe ASDC 2022-04-13T03:52:22.244Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4ecf780b-88d8-4211-9fdd-3e7bfeb30124 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe ServiceInvariantUUID:b2aa3123-a528-4246-bd3e-330b57a834fa ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:2c1baee3-3ef2-4acb-a085-105cee7b558b ArtifactChecksum:OGFkMTVlNjYwMzA4ZjZkNzgyMzhkNGRiODUwNTc2MDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:01b1360b-dc23-43b3-a517-922b67abea97 ResourceInvariantUUID:da9796db-613f-450f-9d71-28f01d1a43fb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d54d77e6-e01b-48fa-b613-71db2800d829 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:a6312192-0433-45ad-ac61-16254c584a85 ArtifactChecksum:YzFiMDQ4NmYwOWQ5YjVlYjY4YmRiYTU4ZDhmNTk3NTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:d48fd913-9647-4c8b-9e6a-cbf678cc837e ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:951a12ce-3e52-4539-ad20-e40d3cdd0c7a ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:d48fd913-9647-4c8b-9e6a-cbf678cc837e ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:5ab157b2-4518-4cc0-b56e-70d596a6e6fc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-13T03:52:22.244Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe 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-13T03:52:22.274Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:52:22.275Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:52:22.275Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:52:22.275Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c1baee3-3ef2-4acb-a085-105cee7b558b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:22.275Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:52:22.276Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:22.401Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:52:22.409Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2c1baee3-3ef2-4acb-a085-105cee7b558b 158210 2022-04-13T03:52:22.409Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-13T03:52:22.409Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:22.409Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:52:22.410Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:22.412Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:22.412Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821942409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:22.512Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:22.512Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:22.512Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:22.521Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:22.521Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:23.412Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:52:23.413Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-04-13T03:52:23.414Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2c1baee3-3ef2-4acb-a085-105cee7b558b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:23.414Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-04-13T03:52:23.415Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:23.415Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:23.507Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3069597110200012722/Definitions/service-BasicCnfMacro-template.yml 2022-04-13T03:52:24.331Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:24.332Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-04-13T03:52:24.333Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.333Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.333Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:24.333Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-13T03:52:24.333Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:52:24.333Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.334Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.334Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:24.334Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-04-13T03:52:24.334Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:52:24.334Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.334Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.335Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.335Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-13T03:52:24.335Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-04-13T03:52:24.335Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-04-13T03:52:24.335Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-13T03:52:24.336Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.336Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:52:24.336Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.336Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:24.336Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:52:24.336Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.337Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:24.337Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:52:24.337Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.337Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:24.337Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-04-13T03:52:24.338Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1a08f7f9-28ff-4bd6-aedd-11a627c36fa8 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.339Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:24.340Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:24.340Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe Model Version:NULL Model InvariantUuid:b2aa3123-a528-4246-bd3e-330b57a834fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:37767f9e-86cb-478f-af1d-96c14ae1f656 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:da9796db-613f-450f-9d71-28f01d1a43fb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01b1360b-dc23-43b3-a517-922b67abea97 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:645ab1a2-b514-4f2e-a282-ddf328f00827 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:dffddd29-57bd-45be-b9f6-3d191219ff3d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:3bf42be2-1ee5-4cba-9715-7f39edb5f86a ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:2ea84032-c86c-4507-8239-5715bd8f6027 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a08f7f9-28ff-4bd6-aedd-11a627c36fa8 ModelInvariantUuid:1cc91dc0-69a5-4712-9e22-e04c71cd9734 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b9717269-5c13-4706-89c2-6f5eeffe6497 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:c3a9f90b-0ff2-49a6-8c19-13f5e05e396e ModelInvariantUuid:808132e1-e797-4b60-ab18-609becbc8585 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:785ece66-5370-4ae1-9e56-c1ef651c4f51 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-13T03:52:24.348Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d54d77e6-e01b-48fa-b613-71db2800d829 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-13T03:52:24.350Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-04-13T03:52:24.350Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d54d77e6-e01b-48fa-b613-71db2800d829 2022-04-13T03:52:24.351Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a6312192-0433-45ad-ac61-16254c584a85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-13T03:52:24.351Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:52:24.351Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-13T03:52:24.391Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:52:24.391Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a6312192-0433-45ad-ac61-16254c584a85 1565 2022-04-13T03:52:24.392Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-04-13T03:52:24.392Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-13T03:52:24.392Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:52:24.392Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:24.394Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:24.394Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821944392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:24.494Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:24.494Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:24.494Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:24.502Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:24.502Z||pool-126-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:25.397Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "3bf42be2-1ee5-4cba-9715-7f39edb5f86a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ea84032-c86c-4507-8239-5715bd8f6027", "vfModuleModelCustomizationUUID": "75c9b1b9-fcb4-4cf5-9ecd-c2bf9572dd78", "isBase": true, "artifacts": [ "09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11", "d48fd913-9647-4c8b-9e6a-cbf678cc837e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "645ab1a2-b514-4f2e-a282-ddf328f00827", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dffddd29-57bd-45be-b9f6-3d191219ff3d", "vfModuleModelCustomizationUUID": "1ddefdd2-38ac-4233-879d-508c5ced3c3c", "isBase": false, "artifacts": [ "5ab157b2-4518-4cc0-b56e-70d596a6e6fc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-13T03:52:25.400Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ea84032-c86c-4507-8239-5715bd8f6027 VfModuleModelInvariantUUID:3bf42be2-1ee5-4cba-9715-7f39edb5f86a VfModuleModelDescription:NULL Artifacts UUID List:{ 09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11 , d48fd913-9647-4c8b-9e6a-cbf678cc837e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:dffddd29-57bd-45be-b9f6-3d191219ff3d VfModuleModelInvariantUUID:645ab1a2-b514-4f2e-a282-ddf328f00827 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ab157b2-4518-4cc0-b56e-70d596a6e6fc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-04-13T03:52:25.401Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "3bf42be2-1ee5-4cba-9715-7f39edb5f86a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ea84032-c86c-4507-8239-5715bd8f6027", "vfModuleModelCustomizationUUID": "75c9b1b9-fcb4-4cf5-9ecd-c2bf9572dd78", "isBase": true, "artifacts": [ "09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11", "d48fd913-9647-4c8b-9e6a-cbf678cc837e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "645ab1a2-b514-4f2e-a282-ddf328f00827", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dffddd29-57bd-45be-b9f6-3d191219ff3d", "vfModuleModelCustomizationUUID": "1ddefdd2-38ac-4233-879d-508c5ced3c3c", "isBase": false, "artifacts": [ "5ab157b2-4518-4cc0-b56e-70d596a6e6fc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-13T03:52:25.401Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ea84032-c86c-4507-8239-5715bd8f6027 VfModuleModelInvariantUUID:3bf42be2-1ee5-4cba-9715-7f39edb5f86a VfModuleModelDescription:NULL Artifacts UUID List:{ 09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11 , d48fd913-9647-4c8b-9e6a-cbf678cc837e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:dffddd29-57bd-45be-b9f6-3d191219ff3d VfModuleModelInvariantUUID:645ab1a2-b514-4f2e-a282-ddf328f00827 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ab157b2-4518-4cc0-b56e-70d596a6e6fc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-04-13T03:52:25.401Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-13T03:52:25.402Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:52:25.402Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-13T03:52:25.441Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:52:25.442Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 09c88fd7-5bfc-4ecf-9c6f-4a1b5f6a5f11 914 2022-04-13T03:52:25.442Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-04-13T03:52:25.442Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-13T03:52:25.442Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:52:25.442Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:25.444Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:25.444Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821945442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:25.544Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:25.544Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:25.545Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:25.552Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:25.552Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:26.444Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 951a12ce-3e52-4539-ad20-e40d3cdd0c7a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-04-13T03:52:26.445Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:52:26.445Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-04-13T03:52:26.524Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:52:26.524Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 951a12ce-3e52-4539-ad20-e40d3cdd0c7a 12 2022-04-13T03:52:26.524Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-04-13T03:52:26.524Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-04-13T03:52:26.524Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:52:26.524Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:26.526Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:26.526Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821946524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:26.626Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:26.627Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:26.627Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:26.635Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:26.635Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:52:27.326Z||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-13T03:52:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:27.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e93e8a4-36f2-45fa-8622-58dcdf0f0a1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821877032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821647324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821886223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:27.345Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:52:27.526Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d48fd913-9647-4c8b-9e6a-cbf678cc837e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-13T03:52:27.527Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:52:27.527Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-13T03:52:27.604Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:52:27.604Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d48fd913-9647-4c8b-9e6a-cbf678cc837e 96 2022-04-13T03:52:27.605Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-04-13T03:52:27.605Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-13T03:52:27.605Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:52:27.605Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:27.606Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:27.606Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821947605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:27.707Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:52:27.707Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:27.707Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:27.716Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:27.716Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:28.607Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ab157b2-4518-4cc0-b56e-70d596a6e6fc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-04-13T03:52:28.607Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-04-13T03:52:28.608Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-04-13T03:52:28.653Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-04-13T03:52:28.654Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5ab157b2-4518-4cc0-b56e-70d596a6e6fc 20206 2022-04-13T03:52:28.654Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-04-13T03:52:28.654Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-04-13T03:52:28.654Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:52:28.654Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:28.656Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:28.656Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821948654, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-13T03:52:28.756Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:28.756Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:28.757Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:28.765Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:28.765Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:29.659Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe 2022-04-13T03:52:29.659Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d54d77e6-e01b-48fa-b613-71db2800d829 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 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-13T03:52:29.667Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3becea95, org.onap.sdc.toscaparser.api.parameters.Input@1386a6ae, org.onap.sdc.toscaparser.api.parameters.Input@c2de916, org.onap.sdc.toscaparser.api.parameters.Input@7dea495e, org.onap.sdc.toscaparser.api.parameters.Input@210ebc34] 2022-04-13T03:52:29.668Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.668Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.668Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-04-13T03:52:29.668Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 01b1360b-dc23-43b3-a517-922b67abea97 2022-04-13T03:52:29.668Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01b1360b-dc23-43b3-a517-922b67abea97 matches Tosca VF Customization UUID: 01b1360b-dc23-43b3-a517-922b67abea97 2022-04-13T03:52:29.668Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 01b1360b-dc23-43b3-a517-922b67abea97 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-13T03:52:29.670Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.670Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.670Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 01b1360b-dc23-43b3-a517-922b67abea97: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-04-13T03:52:29.671Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b12f4a5 2022-04-13T03:52:29.671Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.671Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-13T03:52:29.671Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ddefdd2-38ac-4233-879d-508c5ced3c3c 2022-04-13T03:52:29.671Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ddefdd2-38ac-4233-879d-508c5ced3c3c 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-13T03:52:29.673Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.673Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:29.673Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:52:29.673Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.674Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:29.674Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-13T03:52:29.674Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.674Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-13T03:52:29.674Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=01b1360b-dc23-43b3-a517-922b67abea97 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-13T03:52:29.675Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe: basic_cnf_macro 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.676Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.677Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.677Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.677Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:52:29.677Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:52:29.677Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-13T03:52:29.707Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d54d77e6-e01b-48fa-b613-71db2800d829 2 ASDC deployResourceStructure 2022-04-13T03:52:29.707Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-04-13T03:52:29.707Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-13T03:52:29.707Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:52:29.707Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:29.709Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:29.709Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821949707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:52:29.809Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:29.809Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:29.810Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:29.817Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:29.817Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:30.709Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-04-13T03:52:30.710Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-13T03:52:30.710Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:52:30.710Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:30.711Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:30.711Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821950709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:52:30.811Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:30.812Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:30.812Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:30.820Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:30.821Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:31.712Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-04-13T03:52:31.713Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-04-13T03:52:31.713Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-13T03:52:31.713Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:31.714Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:31.714Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821951712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:52:31.815Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:52:31.815Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:31.816Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:31.823Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:31.823Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:32.715Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-04-13T03:52:32.716Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-13T03:52:32.716Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:52:32.716Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:32.717Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:32.718Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821952715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-13T03:52:32.818Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:32.818Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:32.818Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:32.828Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:32.828Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:33.718Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-04-13T03:52:33.719Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-04-13T03:52:33.719Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-13T03:52:33.719Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:33.720Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:33.720Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821953718, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:52:33.821Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:52:33.821Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:33.821Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:33.830Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:33.830Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:52:34.721Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-13T03:52:34.721Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-13T03:52:34.721Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:52:34.721Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:52:34.723Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:52:34.723Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821954721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:52:34.823Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:52:34.824Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:52:34.824Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:52:34.833Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:52:34.833Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:52:35.723Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:52:35.735Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 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-13T03:52:35.737Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:52:35.737Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:52:35.737Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:52:35.738Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-13T03:52:35.743Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:53:05.743Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 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-13T03:53:05.751Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 and serviceModelVersionId: 3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe 2022-04-13T03:53:05.751Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2aa3123-a528-4246-bd3e-330b57a834fa 2022-04-13T03:53:05.752Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2aa3123-a528-4246-bd3e-330b57a834fa/model-vers/model-ver/3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe?depth=0 2022-04-13T03:53:05.756Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:53:05.787Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2aa3123-a528-4246-bd3e-330b57a834fa/model-vers/model-ver/3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe?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-13T03:53:05.788Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2aa3123-a528-4246-bd3e-330b57a834fa/model-vers/model-ver/3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe?depth=0|INFO|500||Invoke 2022-04-13T03:53:05.806Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2aa3123-a528-4246-bd3e-330b57a834fa/model-vers/model-ver/3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:53:06.082Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2aa3123-a528-4246-bd3e-330b57a834fa/model-vers/model-ver/3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe?depth=0|INFO|500||InvokeReturn 2022-04-13T03:53:06.083Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2aa3123-a528-4246-bd3e-330b57a834fa/model-vers/model-ver/3c4bbe38-4bdb-4511-9fbb-6afb1a02d3fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220413-03:53:05:814-28684], vertex-id=[303272], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:53:05 GMT], Content-Type=[application/json]} 2022-04-13T03:53:06.083Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:53:06.083Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:53:06.083Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-13T03:53:06.086Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-13T03:53:06.087Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ecf780b-88d8-4211-9fdd-3e7bfeb30124 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:53:06.087Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:53:06.087Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:53:06.088Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:53:06.088Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821986087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:53:06.188Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:53:06.189Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:53:06.189Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:06.202Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:53:06.202Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-13T03:53:07.100Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:53:07.100Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T03:53:07.101Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:16.633Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:53:16.634Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:53:16.634Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T03:53:16.634Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:26.164Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:53:26.165Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:53:26.165Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T03:53:26.165Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:53:27.326Z||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-13T03:53:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:27.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:53:27.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821888276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821889467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821890679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821891781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821892783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821893786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821894789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a1062e4-6f84-4c6a-8ba5-bef13d533542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821926278, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-13T03:53:27.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821927289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821942409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821944392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821945442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821946524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:53:27.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:53:35.692Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:53:35.693Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:53:35.693Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T03:53:35.693Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:45.223Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:53:45.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:53:45.224Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:53:45.224Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:53:54.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:54:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:54:27.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:54:27.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:54:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:54:27.326Z||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-13T03:54:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:54:27.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:54:27.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:54:27.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821947605, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-13T03:54:27.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:54:36.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:55:27.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:55:27.324Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:55:27.326Z||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-13T03:55:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:27.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821948654, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-13T03:55:27.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821949707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821950709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821951712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821952715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821953718, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821954721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ecf780b-88d8-4211-9fdd-3e7bfeb30124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649821986087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:55:27.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:55:27.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:27.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-13T03:55:27.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"260b8144-d3cc-404b-8d44-78c6a2be1b04","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fe28b150-0280-4abc-a861-611d59e99df8","serviceDescription":"service","serviceInvariantUUID":"c0c09c3c-79d9-495e-b3e9-3674281964b9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4ed2734-26a6-4b46-8e38-8b6db75449f1","resourceInvariantUUID":"268cccc9-7569-43c5-afc8-e25a4904f98a","resourceCustomizationUUID":"a03d5de8-91f3-4c6c-898e-69478761b2b7","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":"YzYyZjYwNWRkY2M4YzMxN2Q0YWU3M2ViNDlkNzE1ZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ae1a86a-cc71-4d0b-813c-cddac2f60055","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":"8eee93bd-6018-4cf0-a7ea-846985c5a69c","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":"9cd3f8e4-8390-4e2f-89ac-df7af9db1724","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":"ZTI3MDRhYjUyYjFlNDNhNmI0YWE0NGM3YzcxY2IxYjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0f3a115f-7d77-4d49-b4b3-be4c40516c69","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":"7b483252-248b-4f4a-95ea-2464c3b0c5e5","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":"20423357-67db-4231-b632-cc59193dc53b","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":"b9bd59a7-b106-4b1c-92a1-9eec70376d43","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":"MGNkODQ5OTAwYWFhYWE2OWRlODRlNjgyYmIwMTYzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0667d0a3-1384-46c7-b8b3-fdd97564f08a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmNmNmEyODg2MDc5YmY0OGYwNDM1YWY3MGVhODZmYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d60db99d-48a3-469f-8c9f-24dbee45ab3d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-13T03:55:27.949Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:27.949Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:27.951Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:27.951Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:28.051Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:28.052Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:28.052Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:28.060Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:28.061Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:28.951Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:28.951Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:28.953Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:28.953Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:29.053Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:29.054Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:29.054Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:29.063Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:29.064Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:29.954Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:29.954Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:29.956Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:29.956Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:30.056Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:30.057Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:30.057Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:30.066Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:30.067Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:30.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:30.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:30.959Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:30.959Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:31.059Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:31.060Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:31.060Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:31.069Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:31.069Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:31.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:31.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:31.962Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:31.962Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:32.062Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:32.063Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:32.063Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:32.073Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:32.073Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:32.962Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:32.962Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:32.964Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:32.964Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:33.065Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:33.065Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:33.065Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:33.073Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:33.073Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:33.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:33.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:33.967Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:33.967Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:34.067Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:34.068Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:34.068Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:34.077Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:34.078Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:34.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:34.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:34.970Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:34.971Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:55:35.071Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:35.071Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:35.071Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:35.079Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:35.080Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-13T03:55:35.971Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-13T03:55:35.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:35.973Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:35.974Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:55:36.074Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:36.074Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:36.075Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:36.084Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:36.084Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:36.974Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "fe28b150-0280-4abc-a861-611d59e99df8", "serviceDescription": "service", "serviceInvariantUUID": "c0c09c3c-79d9-495e-b3e9-3674281964b9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a03d5de8-91f3-4c6c-898e-69478761b2b7", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a4ed2734-26a6-4b46-8e38-8b6db75449f1", "resourceInvariantUUID": "268cccc9-7569-43c5-afc8-e25a4904f98a", "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": "NmNmNmEyODg2MDc5YmY0OGYwNDM1YWY3MGVhODZmYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d60db99d-48a3-469f-8c9f-24dbee45ab3d" } ], "workloadContext": "Production" } 2022-04-13T03:55:36.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-13T03:55:36.975Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fe28b150-0280-4abc-a861-611d59e99df8 ASDC 2022-04-13T03:55:36.975Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:260b8144-d3cc-404b-8d44-78c6a2be1b04 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:fe28b150-0280-4abc-a861-611d59e99df8 ServiceInvariantUUID:c0c09c3c-79d9-495e-b3e9-3674281964b9 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:d60db99d-48a3-469f-8c9f-24dbee45ab3d ArtifactChecksum:NmNmNmEyODg2MDc5YmY0OGYwNDM1YWY3MGVhODZmYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a03d5de8-91f3-4c6c-898e-69478761b2b7 ResourceInvariantUUID:268cccc9-7569-43c5-afc8-e25a4904f98a ResourceName:test-pnf ResourceType:PNF ResourceUUID:a4ed2734-26a6-4b46-8e38-8b6db75449f1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-13T03:55:36.975Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe28b150-0280-4abc-a861-611d59e99df8 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-13T03:55:36.999Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:55:37.000Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-13T03:55:37.000Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-13T03:55:37.000Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d60db99d-48a3-469f-8c9f-24dbee45ab3d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-13T03:55:37.000Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-04-13T03:55:37.001Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-13T03:55:37.176Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-04-13T03:55:37.180Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d60db99d-48a3-469f-8c9f-24dbee45ab3d 105660 2022-04-13T03:55:37.181Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||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-13T03:55:37.181Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||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-13T03:55:37.181Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-13T03:55:37.181Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:37.182Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:37.182Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822137180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:55:37.283Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-13T03:55:37.283Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:37.283Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:37.292Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:37.293Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:38.183Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-13T03:55:38.183Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-04-13T03:55:38.184Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d60db99d-48a3-469f-8c9f-24dbee45ab3d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.184Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.184Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.185Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.296Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17279555901510738560/Definitions/service-TestPnfMacro-template.yml 2022-04-13T03:55:38.864Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-13T03:55:38.864Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-13T03:55:38.864Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.864Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||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-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-04-13T03:55:38.865Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.866Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.866Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-13T03:55:38.866Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-13T03:55:38.866Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:55:38.866Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.866Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.867Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.868Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:fe28b150-0280-4abc-a861-611d59e99df8 Model Version:NULL Model InvariantUuid:c0c09c3c-79d9-495e-b3e9-3674281964b9 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-13T03:55:38.922Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a4ed2734-26a6-4b46-8e38-8b6db75449f1 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-13T03:55:38.925Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-04-13T03:55:38.926Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a4ed2734-26a6-4b46-8e38-8b6db75449f1 2022-04-13T03:55:38.926Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fe28b150-0280-4abc-a861-611d59e99df8 2022-04-13T03:55:38.926Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fe28b150-0280-4abc-a861-611d59e99df8 2022-04-13T03:55:38.926Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a4ed2734-26a6-4b46-8e38-8b6db75449f1 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-13T03:55:38.931Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c163687, org.onap.sdc.toscaparser.api.parameters.Input@5eea130e, org.onap.sdc.toscaparser.api.parameters.Input@7b64828c, org.onap.sdc.toscaparser.api.parameters.Input@5258ca93, org.onap.sdc.toscaparser.api.parameters.Input@2f876c51] 2022-04-13T03:55:38.931Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.931Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.931Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fe28b150-0280-4abc-a861-611d59e99df8: test-pnf 2022-04-13T03:55:38.931Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Processing PNF resource: a4ed2734-26a6-4b46-8e38-8b6db75449f1 2022-04-13T03:55:38.931Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-13T03:55:38.932Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-13T03:55:38.932Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||Resource customization UUID: a03d5de8-91f3-4c6c-898e-69478761b2b7 is the same as notified resource customizationUUID: a03d5de8-91f3-4c6c-898e-69478761b2b7 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-13T03:55:38.974Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a4ed2734-26a6-4b46-8e38-8b6db75449f1 0 ASDC deployResourceStructure 2022-04-13T03:55:38.974Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||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-13T03:55:38.974Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||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-13T03:55:38.975Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-13T03:55:38.975Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:55:38.976Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:55:38.976Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822138974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:55:39.077Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:55:39.078Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:55:39.078Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:55:39.088Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:55:39.088Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-13T03:55:39.977Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:55:39.989Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:55:39.991Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:55:39.991Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:55:39.991Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:56:09.991Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:56:10.001Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:56:10.002Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:56:10.002Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-13T03:56:10.002Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-13T03:56:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:56:27.326Z||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-13T03:56:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:56:27.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:56:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822079134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "multicloud-k8s-id", "timestamp": 1649822079219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822089199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822081330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "cds", "timestamp": 1649822090399, "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-13T03:56:27.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 260b8144-d3cc-404b-8d44-78c6a2be1b04 2022-04-13T03:56:27.362Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:56:27.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822091068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822092096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "ves-openapi-manager", "timestamp": 1649822093098, "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-13T03:56:27.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 260b8144-d3cc-404b-8d44-78c6a2be1b04 2022-04-13T03:56:27.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822090590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822100485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822102161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822094499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:56:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649822103164, "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-13T03:56:27.392Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 260b8144-d3cc-404b-8d44-78c6a2be1b04 2022-04-13T03:56:27.392Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:56:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822104469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:56:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822108830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:56:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:56:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:56:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "aai-ml", "timestamp": 1649822109833, "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-13T03:56:27.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 260b8144-d3cc-404b-8d44-78c6a2be1b04 2022-04-13T03:56:27.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:56:40.003Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:56:40.012Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:56:40.014Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-13T03:56:40.014Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-13T03:56:40.014Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-13T03:56:40.014Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-13T03:56:40.014Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:56:40.014Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:56:40.015Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:56:40.015Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:56:40.015Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-13T03:56:40.015Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-13T03:56:40.020Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-13T03:57:10.020Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 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-13T03:57:10.024Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 260b8144-d3cc-404b-8d44-78c6a2be1b04 and serviceModelVersionId: fe28b150-0280-4abc-a861-611d59e99df8 2022-04-13T03:57:10.024Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0c09c3c-79d9-495e-b3e9-3674281964b9 2022-04-13T03:57:10.025Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0 2022-04-13T03:57:10.028Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-04-13T03:57:10.053Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0|INFO|500||Invoke 2022-04-13T03:57:10.054Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[260b8144-d3cc-404b-8d44-78c6a2be1b04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b899f056-5d6e-4bbc-824f-af7637033559], X-ECOMP-RequestID=[260b8144-d3cc-404b-8d44-78c6a2be1b04], X-TransactionId=[], X-ONAP-RequestID=[260b8144-d3cc-404b-8d44-78c6a2be1b04], Content-Type=[application/merge-patch+json]} 2022-04-13T03:57:10.071Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-13T03:57:10.438Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?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/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-03:57:10:078-45711], vertex-id=[315560], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:57:10 GMT], Content-Type=[application/json]} 2022-04-13T03:57:10.438Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-13T03:57:10.439Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0c09c3c-79d9-495e-b3e9-3674281964b9/model-vers/model-ver/fe28b150-0280-4abc-a861-611d59e99df8?depth=0|INFO|500||InvokeReturn 2022-04-13T03:57:10.439Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-13T03:57:10.439Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-13T03:57:10.442Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-13T03:57:10.442Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 260b8144-d3cc-404b-8d44-78c6a2be1b04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-13T03:57:10.442Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-13T03:57:10.443Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-04-13T03:57:10.444Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-13T03:57:10.444Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822230442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:57:10.544Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-13T03:57:10.545Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-13T03:57:10.545Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:57:10.556Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:57:10.556Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 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-13T03:57:11.456Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:57:11.456Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T03:57:11.456Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T03:57:20.986Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:57:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:57:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:57:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:57:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:57:27.326Z||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-13T03:57:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:57:27.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:57:27.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822127324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822137180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822138974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-13T03:57:27.345Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:57:36.855Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:58:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:58:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:58:27.325Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:58:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:58:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T03:58:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:58:27.842Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:58:27.842Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-13T03:58:27.842Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "260b8144-d3cc-404b-8d44-78c6a2be1b04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649822230442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-13T03:58:27.843Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-13T03:58:36.859Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:59:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:59:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T03:59:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:59:27.325Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T03:59:27.326Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|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-13T03:59:27.326Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T03:59:36.858Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T03:59:36.859Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:00:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:00:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T04:00:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:00:27.325Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:00:27.326Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|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-13T04:00:27.326Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:00:36.856Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:00:36.856Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:01:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:01:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:01:27.325Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:01:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:01:27.326Z||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-13T04:01:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:01:36.859Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:01:36.859Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:02:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:02:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:02:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:02:27.325Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:02:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:02:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:02:36.859Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:02:36.859Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:03:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:03:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:03:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:03:27.325Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:03:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:03:27.326Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:03:36.858Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:03:36.859Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:04:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:04:27.324Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:04:27.325Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:04:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:04:27.326Z||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-13T04:04:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:04:36.858Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:04:36.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:05:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:05:27.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:05:27.325Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:05:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:05:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-13T04:05:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:05:36.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:05:36.862Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:06:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:06:27.324Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:06:27.324Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:06:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:06:27.326Z||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-13T04:06:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:06:36.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:06:36.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:07:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:07:27.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:07:27.325Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:07:27.326Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:07:27.326Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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-13T04:07:27.326Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:07:36.862Z|4e4845cb-39d6-4f79-8d40-e3e10dabfa85|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:07:36.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:08:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:08:27.326Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-13T04:08:27.326Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ... 2022-04-13T04:08:27.327Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:08:27.327Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:08:27.327Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:08:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:08:36.860Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:09:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:09:27.325Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:09:27.325Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:09:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:09:27.326Z||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-13T04:09:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:09:36.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:09:36.866Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:10:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:10:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:10:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:10:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:10:27.326Z||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-13T04:10:27.326Z||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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:10:36.855Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:10:36.857Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:11:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:11:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:11:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:11:27.325Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:11:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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-13T04:11:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:11:36.857Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:11:36.857Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:12:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:12:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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-13T04:12:27.324Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:12:27.325Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-13T04:12:27.326Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|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-13T04:12:27.326Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|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 IVL9SEW1y1AXBTT8) ... 2022-04-13T04:12:36.857Z|260b8144-d3cc-404b-8d44-78c6a2be1b04|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-13T04:12:36.859Z|4ecf780b-88d8-4211-9fdd-3e7bfeb30124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK