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-09-30T05:46:36.526Z||main|||||INFO|500||The following profiles are active: basic 2022-09-30T05:46:50.322Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-30T05:46:50.325Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-30T05:46:50.540Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-30T05:46:56.503Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-30T05:46:57.147Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-30T05:46:57.661Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-30T05:46:57.675Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-30T05:46:57.846Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-30T05:46:58.130Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-30T05:46:58.941Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-30T05:47:01.606Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-30T05:47:04.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-30T05:47:04.665Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-30T05:47:05.334Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-30T05:47:05.805Z||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-09-30T05:47:07.413Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-30T05:47:08.811Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-30T05:47:08.843Z||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$$3d37c175.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-09-30T05:47:08.845Z||main|||||WARN|500||The sdc end point is not alive 2022-09-30T05:47:12.882Z||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-09-30T05:47:17.238Z||main|||||WARN|500||--- 2022-09-30T05:47:17.239Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-30T05:47:17.239Z||main|||||WARN|500||--- 2022-09-30T05:47:17.780Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-30T05:47:23.080Z||main|||||INFO|500||Started Application in 49.952 seconds (JVM running for 52.145) 2022-09-30T05:47:23.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-30T05:47:23.108Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-30T05:47:23.132Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-30T05:47:23.208Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-30T05:47:23.253Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 231c1749-f74d-47f3-86e4-910a700eeea6 url= /sdc/v1/artifactTypes 2022-09-30T05:47:23.253Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-30T05:47:23.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-30T05:47:23.583Z||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-09-30T05:47:23.605Z||scheduling-1|||||DEBUG|500||create keys 2022-09-30T05:47:23.613Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-30T05:47:23.659Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:47:23.677Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3097743b-5897-4315-9621-110e8da42190 url= /sdc/v1/registerForDistribution 2022-09-30T05:47:23.840Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3097743b-5897-4315-9621-110e8da42190 url= /sdc/v1/registerForDistribution 2022-09-30T05:47:23.841Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-30T05:47:23.865Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-30T05:47:23.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:47:23.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:47:23.913Z||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-09-30T05:47:23.913Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:47:23.926Z||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-09-30T05:47:23.927Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:47:34.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:47:34.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:48:23.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:48:23.852Z||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-09-30T05:48:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:48:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:48:23.853Z||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-09-30T05:48:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:48:33.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:48:33.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:49:23.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:49:23.852Z||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-09-30T05:49:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:49:23.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:49:23.857Z||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-09-30T05:49:23.858Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:49:33.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:49:33.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:50:23.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:50:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:50:23.853Z||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-09-30T05:50:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:50:23.853Z||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-09-30T05:50:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:50:33.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:50:33.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:51:23.850Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:51:23.851Z||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-09-30T05:51:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:51:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:51:23.853Z||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-09-30T05:51:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:51:33.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:51:33.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:52:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:52:23.850Z||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-09-30T05:52:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:52:23.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:52:23.854Z||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-09-30T05:52:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:52:33.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:52:33.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:53:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:53:23.850Z||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-09-30T05:53:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:53:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:53:23.855Z||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-09-30T05:53:23.855Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:53:33.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:53:33.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:54:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:54:23.851Z||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-09-30T05:54:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:54:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:54:23.854Z||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-09-30T05:54:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:54:33.415Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:54:33.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:55:23.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:55:23.852Z||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-09-30T05:55:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:55:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:55:23.853Z||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-09-30T05:55:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:55:33.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:55:33.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:56:23.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:56:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:56:23.852Z||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-09-30T05:56:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:56:23.852Z||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-09-30T05:56:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:56:33.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:56:33.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:57:23.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:57:23.851Z||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-09-30T05:57:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:57:23.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:57:23.854Z||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-09-30T05:57:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:57:27.885Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-30T05:57:33.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:57:33.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:58:23.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:58:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:58:23.853Z||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-09-30T05:58:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:58:23.854Z||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-09-30T05:58:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:58:33.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:58:33.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:59:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:59:23.852Z||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-09-30T05:59:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:59:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T05:59:23.853Z||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-09-30T05:59:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T05:59:33.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T05:59:33.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:00:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:00:23.851Z||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-09-30T06:00:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:00:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:00:23.852Z||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-09-30T06:00:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:00:33.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:00:33.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:01:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:01:23.851Z||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-09-30T06:01:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:01:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:01:23.853Z||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-09-30T06:01:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:01:33.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:01:33.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:02:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:02:23.850Z||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-09-30T06:02:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:02:23.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:02:23.853Z||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-09-30T06:02:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:02:33.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:02:33.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:03:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:03:23.852Z||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-09-30T06:03:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:03:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:03:23.853Z||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-09-30T06:03:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:03:33.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:03:33.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:04:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:04:23.851Z||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-09-30T06:04:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:04:23.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:04:23.852Z||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-09-30T06:04:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:04:33.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:04:33.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:05:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:05:23.851Z||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-09-30T06:05:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:05:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:05:23.852Z||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-09-30T06:05:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:05:33.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:05:33.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:06:23.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:06:23.852Z||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-09-30T06:06:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:06:23.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:06:23.854Z||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-09-30T06:06:23.855Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:06:33.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:06:33.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:07:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:07:23.851Z||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-09-30T06:07:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:07:23.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:07:23.853Z||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-09-30T06:07:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:07:33.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:07:33.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:08:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:08:23.851Z||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-09-30T06:08:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:08:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:08:23.853Z||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-09-30T06:08:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:08:33.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:08:33.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:09:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:09:23.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:09:23.854Z||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-09-30T06:09:23.854Z||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-09-30T06:09:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:09:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:09:33.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:09:33.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:10:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:10:23.851Z||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-09-30T06:10:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:10:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:10:23.853Z||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-09-30T06:10:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:10:33.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:10:33.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:11:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:11:23.850Z||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-09-30T06:11:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:11:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:11:23.854Z||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-09-30T06:11:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:11:33.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:11:33.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:12:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:12:23.850Z||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-09-30T06:12:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:12:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:12:23.853Z||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-09-30T06:12:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:12:33.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:12:33.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:13:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:13:23.850Z||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-09-30T06:13:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:13:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:13:23.853Z||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-09-30T06:13:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:13:33.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:13:33.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:14:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:14:23.850Z||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-09-30T06:14:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:14:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:14:23.853Z||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-09-30T06:14:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:14:33.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:14:33.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:15:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:15:23.851Z||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-09-30T06:15:23.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:15:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:15:23.853Z||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-09-30T06:15:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:15:33.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:15:33.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:16:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:16:23.851Z||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-09-30T06:16:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:16:23.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:16:23.855Z||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-09-30T06:16:23.855Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:16:33.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:16:33.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:17:23.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:17:23.851Z||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-09-30T06:17:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:17:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:17:23.852Z||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-09-30T06:17:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:17:33.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:17:33.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:18:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:18:23.851Z||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-09-30T06:18:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:18:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:18:23.853Z||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-09-30T06:18:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:18:33.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:18:33.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:19:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:19:23.850Z||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-09-30T06:19:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:19:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:19:23.853Z||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-09-30T06:19:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:19:33.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:19:33.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:20:23.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:20:23.855Z||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-09-30T06:20:23.855Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:20:23.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:20:23.856Z||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-09-30T06:20:23.857Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:20:33.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:20:33.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:21:23.851Z||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-09-30T06:21:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:21:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:21:23.852Z||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-09-30T06:21:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:21:24.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:24.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:21:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:21:24.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518859500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:21:24.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518866697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:21:24.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T06:21:24.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518874988, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:24.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T06:21:24.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "cds", "timestamp": 1664518876034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-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-09-30T06:21:24.307Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f 2022-09-30T06:21:24.331Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f 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-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518870395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518878317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:24.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:24.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518881061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:24.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518880514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:24.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518875112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:21:24.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518881663, "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-09-30T06:21:24.386Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f 2022-09-30T06:21:24.386Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f 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-09-30T06:21:24.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518883071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:21:24.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518882989, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:24.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "multicloud-k8s-id", "timestamp": 1664518882668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:21:24.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:21:24.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "ves-openapi-manager", "timestamp": 1664518876738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:21:24.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "clamp", "timestamp": 1664518884076, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:21:24.415Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f 2022-09-30T06:21:24.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:21:24.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:24.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T06:21:24.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b3842d7-3907-4a03-8452-e2dfab7c633f","serviceName":"basic_onboard_IEOVBk","serviceVersion":"1.0","serviceUUID":"5748641b-64d8-4f5e-8464-699e04925a5d","serviceDescription":"service","serviceInvariantUUID":"5d46500f-3bb2-44d7-a89e-edde4fb444d1","resources":[{"resourceInstanceName":"basic_onboard_IEOVBk 0","resourceName":"basic_onboard_IEOVBk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7cf8c74-2fd0-4150-92a3-433865ade52d","resourceInvariantUUID":"e929cbdd-6b15-4ce2-b447-55c279dc76f5","resourceCustomizationUUID":"486e370c-31c3-4067-942e-10407db6b8ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml","artifactChecksum":"ZWVkMzg1NjBkZmVhMGI3NzNkZjU0OGY5ZmU1ODVjZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45888175-a68f-417d-b96e-62f16189f438","artifactVersion":"1"},{"artifactName":"basic_onboard_ieovbk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json","artifactChecksum":"YjMwNmQ1YTEyNzc2NGZhYjdlMjE2YWEyYmRjYWRkZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a25545ab-4fba-4a81-a4bc-15503fb882ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e6d1bd7-7c93-4ef3-89d7-892de3afa307","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73b0aa53-6545-47fe-b847-9baeaf2ae6f1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c0d880d7-d481-443c-9564-db76ae9f92aa","artifactVersion":"2","generatedFromUUID":"5e6d1bd7-7c93-4ef3-89d7-892de3afa307"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIeovbk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml","artifactChecksum":"NmM0ZWZkMzE3MDM2ODllMTk2NzNhZjlhYWU1ODFmMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e90567f7-b34f-4535-b9a9-194945696e90","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIeovbk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar","artifactChecksum":"NDA0NmY3NzU3MDdjMzZmYzA3MTJkYzEwMTZmN2EzZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ad8fb28-7f79-4b74-9683-ea3202f92185","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:21:24.552Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:24.571Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:24.581Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:24.582Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:24.682Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-30T06:21:24.686Z||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-09-30T06:21:24.686Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:24.705Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:24.706Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:25.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:25.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:25.592Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:25.593Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:21:25.693Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:25.694Z||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-09-30T06:21:25.694Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:25.709Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:25.709Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:21:26.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:26.595Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:26.597Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:26.597Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T06:21:26.699Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T06:21:26.700Z||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-09-30T06:21:26.700Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:26.717Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:26.718Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:27.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:27.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:27.602Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:27.602Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:27.702Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:21:27.703Z||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-09-30T06:21:27.703Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:27.751Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:27.752Z||pool-6-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:28.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:28.604Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:28.606Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:28.606Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T06:21:28.706Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:28.708Z||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-09-30T06:21:28.708Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:28.722Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:28.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:21:29.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:29.608Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:29.610Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:29.611Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:21:29.711Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:21:29.712Z||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-09-30T06:21:29.713Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:29.726Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:29.727Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:21:30.611Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:21:30.612Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:30.614Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:30.615Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:21:30.715Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:30.716Z||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-09-30T06:21:30.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:30.735Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:30.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:31.617Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "serviceName": "basic_onboard_IEOVBk", "serviceVersion": "1.0", "serviceUUID": "5748641b-64d8-4f5e-8464-699e04925a5d", "serviceDescription": "service", "serviceInvariantUUID": "5d46500f-3bb2-44d7-a89e-edde4fb444d1", "resources": [ { "resourceInstanceName": "basic_onboard_IEOVBk 0", "resourceCustomizationUUID": "486e370c-31c3-4067-942e-10407db6b8ff", "resourceName": "basic_onboard_IEOVBk", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a7cf8c74-2fd0-4150-92a3-433865ade52d", "resourceInvariantUUID": "e929cbdd-6b15-4ce2-b447-55c279dc76f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ieovbk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "artifactChecksum": "YjMwNmQ1YTEyNzc2NGZhYjdlMjE2YWEyYmRjYWRkZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a25545ab-4fba-4a81-a4bc-15503fb882ac", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5e6d1bd7-7c93-4ef3-89d7-892de3afa307", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c0d880d7-d481-443c-9564-db76ae9f92aa", "generatedFromUUID": "5e6d1bd7-7c93-4ef3-89d7-892de3afa307" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c0d880d7-d481-443c-9564-db76ae9f92aa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIeovbk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "artifactChecksum": "NDA0NmY3NzU3MDdjMzZmYzA3MTJkYzEwMTZmN2EzZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ad8fb28-7f79-4b74-9683-ea3202f92185" } ], "workloadContext": "Production" } 2022-09-30T06:21:31.620Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:21:31.620Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5748641b-64d8-4f5e-8464-699e04925a5d ASDC 2022-09-30T06:21:31.786Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9b3842d7-3907-4a03-8452-e2dfab7c633f ServiceName:basic_onboard_IEOVBk ServiceVersion:1.0 ServiceUUID:5748641b-64d8-4f5e-8464-699e04925a5d ServiceInvariantUUID:5d46500f-3bb2-44d7-a89e-edde4fb444d1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIeovbk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar ArtifactUUID:8ad8fb28-7f79-4b74-9683-ea3202f92185 ArtifactChecksum:NDA0NmY3NzU3MDdjMzZmYzA3MTJkYzEwMTZmN2EzZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_IEOVBk 0 ResourceCustomizationUUID:486e370c-31c3-4067-942e-10407db6b8ff ResourceInvariantUUID:e929cbdd-6b15-4ce2-b447-55c279dc76f5 ResourceName:basic_onboard_IEOVBk ResourceType:VF ResourceUUID:a7cf8c74-2fd0-4150-92a3-433865ade52d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ieovbk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json ArtifactUUID:a25545ab-4fba-4a81-a4bc-15503fb882ac ArtifactChecksum:YjMwNmQ1YTEyNzc2NGZhYjdlMjE2YWEyYmRjYWRkZWU= 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/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml ArtifactUUID:5e6d1bd7-7c93-4ef3-89d7-892de3afa307 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/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env ArtifactUUID:c0d880d7-d481-443c-9564-db76ae9f92aa 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/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env ArtifactUUID:c0d880d7-d481-443c-9564-db76ae9f92aa ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T06:21:31.791Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5748641b-64d8-4f5e-8464-699e04925a5d 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-09-30T06:21:31.884Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:21:31.885Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:21:31.886Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:21:31.887Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8ad8fb28-7f79-4b74-9683-ea3202f92185 from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:31.889Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:21:31.891Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:32.054Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:21:32.076Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar 8ad8fb28-7f79-4b74-9683-ea3202f92185 75277 2022-09-30T06:21:32.079Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar ASDC sendASDCNotification 2022-09-30T06:21:32.079Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:32.083Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:21:32.084Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:32.087Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:32.087Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518892077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:32.187Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:32.189Z||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-09-30T06:21:32.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:32.212Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:32.212Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:21:33.088Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:21:33.089Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:21:33.089Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8ad8fb28-7f79-4b74-9683-ea3202f92185, URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar to file: /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:33.090Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:33.213Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:33.213Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:33.923Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10780966160591942096/Definitions/service-BasicOnboardIeovbk-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-09-30T06:21:35.931Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.938Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.938Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IEOVBk 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.942Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.942Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.943Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.944Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:35.944Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-30T06:21:35.951Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.953Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.958Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:35.958Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-30T06:21:35.960Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:21:35.962Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.962Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.963Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:35.963Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-30T06:21:35.963Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:21:35.964Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.964Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.968Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.968Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is not matching search criteria 2022-09-30T06:21:35.969Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-09-30T06:21:35.969Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-09-30T06:21:35.970Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-09-30T06:21:35.970Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T06:21:35.970Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T06:21:35.971Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.971Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:21:35.973Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.975Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:35.975Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:21:35.976Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.976Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:35.976Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:21:35.977Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.977Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:35.977Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:21:35.978Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.978Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is not matching search criteria 2022-09-30T06:21:35.979Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-30T06:21:35.979Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T06:21:35.979Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57f02bfc-c1ae-4156-a164-f5aae5a53f28 2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:35.982Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_IEOVBk Description:service Model UUID:5748641b-64d8-4f5e-8464-699e04925a5d Model Version:NULL Model InvariantUuid:5d46500f-3bb2-44d7-a89e-edde4fb444d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_IEOVBk Model UUID:cc04bf82-d162-4d41-82e6-01b3c9f9ff03 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e929cbdd-6b15-4ce2-b447-55c279dc76f5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:486e370c-31c3-4067-942e-10407db6b8ff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:99b63e56-34dc-4866-90e2-eaf757e604bd ModelName:BasicOnboardIeovbk..base_ubuntu18..module-0 ModelUuid:c9ec8b80-dcdf-4b6e-b841-725c5c1dc735 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:57f02bfc-c1ae-4156-a164-f5aae5a53f28 ModelInvariantUuid:81b83884-b7eb-45a0-bad9-9f0d1b68bb21 ModelName:basic_onboard_IEOVBk-nodes.ubuntu18Cvfc ModelUuid:2d838f19-b5dd-43dc-a743-ff26f18447db ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:73f71e0b-dfdf-4141-95a4-185dbf080d52 ModelInvariantUuid:518b7dc2-08d4-4913-b243-d4f5285d692c ModelName:BasicOnboardIeovbk.compute.nodes.heat.ubuntu18 ModelUuid:2ace60ca-821a-4606-93dd-1424154f2a3e 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-09-30T06:21:36.009Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a7cf8c74-2fd0-4150-92a3-433865ade52d 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-09-30T06:21:36.122Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||basic_onboard_IEOVBk 0 2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7cf8c74-2fd0-4150-92a3-433865ade52d 2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a25545ab-4fba-4a81-a4bc-15503fb882ac from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json 2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json 2022-09-30T06:21:36.210Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:21:36.210Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json a25545ab-4fba-4a81-a4bc-15503fb882ac 798 2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json ASDC sendASDCNotification 2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json 2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:36.214Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:36.214Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518896211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:36.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:36.316Z||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-09-30T06:21:36.316Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:36.332Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:36.332Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:37.216Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIeovbk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "99b63e56-34dc-4866-90e2-eaf757e604bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9ec8b80-dcdf-4b6e-b841-725c5c1dc735", "vfModuleModelCustomizationUUID": "388b0694-492e-4aa1-adc9-ee570187ac88", "isBase": true, "artifacts": [ "5e6d1bd7-7c93-4ef3-89d7-892de3afa307", "c0d880d7-d481-443c-9564-db76ae9f92aa" ], "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-09-30T06:21:37.234Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIeovbk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9ec8b80-dcdf-4b6e-b841-725c5c1dc735 VfModuleModelInvariantUUID:99b63e56-34dc-4866-90e2-eaf757e604bd VfModuleModelDescription:NULL Artifacts UUID List:{ 5e6d1bd7-7c93-4ef3-89d7-892de3afa307 , c0d880d7-d481-443c-9564-db76ae9f92aa } 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-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIeovbk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "99b63e56-34dc-4866-90e2-eaf757e604bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9ec8b80-dcdf-4b6e-b841-725c5c1dc735", "vfModuleModelCustomizationUUID": "388b0694-492e-4aa1-adc9-ee570187ac88", "isBase": true, "artifacts": [ "5e6d1bd7-7c93-4ef3-89d7-892de3afa307", "c0d880d7-d481-443c-9564-db76ae9f92aa" ], "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-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIeovbk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9ec8b80-dcdf-4b6e-b841-725c5c1dc735 VfModuleModelInvariantUUID:99b63e56-34dc-4866-90e2-eaf757e604bd VfModuleModelDescription:NULL Artifacts UUID List:{ 5e6d1bd7-7c93-4ef3-89d7-892de3afa307 , c0d880d7-d481-443c-9564-db76ae9f92aa } 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-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5e6d1bd7-7c93-4ef3-89d7-892de3afa307 from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml 2022-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:21:37.238Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml 2022-09-30T06:21:37.332Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml 5e6d1bd7-7c93-4ef3-89d7-892de3afa307 5033 2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml 2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:21:37.334Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:37.337Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:37.337Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518897333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:37.437Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:37.438Z||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-09-30T06:21:37.439Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:37.482Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:37.482Z||pool-12-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:38.338Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0d880d7-d481-443c-9564-db76ae9f92aa from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env 2022-09-30T06:21:38.339Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:21:38.339Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env 2022-09-30T06:21:38.391Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:21:38.392Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env c0d880d7-d481-443c-9564-db76ae9f92aa 909 2022-09-30T06:21:38.392Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-30T06:21:38.392Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env 2022-09-30T06:21:38.393Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:21:38.393Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:38.396Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:38.397Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518898392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:21:38.497Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:38.498Z||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-09-30T06:21:38.498Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:38.513Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:38.513Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:39.398Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5748641b-64d8-4f5e-8464-699e04925a5d 2022-09-30T06:21:39.399Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IEOVBk 0 a7cf8c74-2fd0-4150-92a3-433865ade52d 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-09-30T06:21:39.433Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ee9c219, org.onap.sdc.toscaparser.api.parameters.Input@546a9e1, org.onap.sdc.toscaparser.api.parameters.Input@23b152c3, org.onap.sdc.toscaparser.api.parameters.Input@57532244, org.onap.sdc.toscaparser.api.parameters.Input@572acbbd] 2022-09-30T06:21:39.437Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.438Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.438Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-09-30T06:21:39.439Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 486e370c-31c3-4067-942e-10407db6b8ff 2022-09-30T06:21:39.440Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 486e370c-31c3-4067-942e-10407db6b8ff matches Tosca VF Customization UUID: 486e370c-31c3-4067-942e-10407db6b8ff 2022-09-30T06:21:39.440Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 486e370c-31c3-4067-942e-10407db6b8ff 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-09-30T06:21:39.447Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.447Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.449Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 486e370c-31c3-4067-942e-10407db6b8ff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-30T06:21:39.449Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d6bc574 2022-09-30T06:21:39.450Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.450Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:21:39.451Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 388b0694-492e-4aa1-adc9-ee570187ac88 2022-09-30T06:21:39.452Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 388b0694-492e-4aa1-adc9-ee570187ac88 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-09-30T06:21:39.458Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.458Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:39.458Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:21:39.459Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.459Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is not matching search criteria 2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-09-30T06:21:39.462Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-09-30T06:21:39.462Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57f02bfc-c1ae-4156-a164-f5aae5a53f28 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-09-30T06:21:39.470Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.470Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:39.471Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:21:39.471Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.472Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria 2022-09-30T06:21:39.472Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=486e370c-31c3-4067-942e-10407db6b8ff 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-09-30T06:21:39.474Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.474Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.475Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5748641b-64d8-4f5e-8464-699e04925a5d: basic_onboard_IEOVBk 2022-09-30T06:21:39.475Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.476Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.476Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.476Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.477Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.477Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.477Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.478Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.478Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:21:39.478Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:21:39.479Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_IEOVBk 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-09-30T06:21:39.665Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IEOVBk a7cf8c74-2fd0-4150-92a3-433865ade52d 1 ASDC deployResourceStructure 2022-09-30T06:21:39.665Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json ASDC sendASDCNotification 2022-09-30T06:21:39.665Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json 2022-09-30T06:21:39.666Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:21:39.666Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:39.668Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:39.668Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518899665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:21:39.768Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:39.769Z||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-09-30T06:21:39.770Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:39.782Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:39.783Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:21:40.669Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-09-30T06:21:40.670Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml 2022-09-30T06:21:40.670Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:21:40.670Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:40.672Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:40.672Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518900669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:21:40.772Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:21:40.773Z||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-09-30T06:21:40.774Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:40.785Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:40.785Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:41.673Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-09-30T06:21:41.674Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env 2022-09-30T06:21:41.674Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:21:41.674Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:41.676Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:41.676Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518901673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-30T06:21:41.783Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-09-30T06:21:41.784Z||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-09-30T06:21:41.784Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:41.815Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:41.816Z||pool-16-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:21:42.677Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar ASDC sendASDCNotification 2022-09-30T06:21:42.678Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar 2022-09-30T06:21:42.678Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:21:42.679Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:21:42.690Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:21:42.691Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518902677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:21:42.784Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-30T06:21:42.785Z||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-09-30T06:21:42.785Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:21:42.811Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:21:42.812Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:21:43.694Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:21:43.720Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:21:43.724Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:21:43.725Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:21:43.725Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:22:13.726Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:22:13.745Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:22:13.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:22:13.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:22:13.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:22:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:22:23.853Z||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-09-30T06:22:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:22:23.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:22:23.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:22:23.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:22:23.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:22:43.750Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:22:43.766Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:22:43.769Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:22:43.769Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:22:43.769Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:23:13.770Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:23:13.789Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:23:13.792Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:23:13.793Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:23:13.793Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:23:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:23:23.854Z||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-09-30T06:23:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:23:24.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:23:24.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:23:24.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-09-30T06:23:24.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518881171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-09-30T06:23:24.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518889208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518883849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518892077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518895086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518895160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "aai-ml", "timestamp": 1664518896092, "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-09-30T06:23:24.423Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f 2022-09-30T06:23:24.423Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f 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-09-30T06:23:24.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518896167, "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-09-30T06:23:24.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f 2022-09-30T06:23:24.442Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f 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-09-30T06:23:24.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518896211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518897333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518898392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOTIFIED" } 2022-09-30T06:23:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOTIFIED" } 2022-09-30T06:23:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518899665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T06:23:24.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518900669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518901673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-30T06:23:24.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664518902677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518889501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518896697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518890395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "ves-openapi-manager", "timestamp": 1664518896738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518905244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518906023, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "cds", "timestamp": 1664518907036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-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-09-30T06:23:24.499Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063 2022-09-30T06:23:24.499Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 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-09-30T06:23:24.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518906353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518907452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518908474, "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-09-30T06:23:24.523Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063 2022-09-30T06:23:24.524Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 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-09-30T06:23:24.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "multicloud-k8s-id", "timestamp": 1664518909477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518905116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518912934, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518915051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:23:24.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518918054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518911171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:23:24.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:23:24.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "clamp", "timestamp": 1664518919064, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:23:24.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063 2022-09-30T06:23:24.554Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:23:24.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518918984, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:23:24.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518921534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "aai-ml", "timestamp": 1664518922538, "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-09-30T06:23:24.575Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063 2022-09-30T06:23:24.575Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 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-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518923417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:23:24.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664518924424, "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-09-30T06:23:24.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063 2022-09-30T06:23:24.596Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 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-09-30T06:23:43.793Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:23:43.821Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:23:43.825Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:23:43.825Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:23:43.825Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:23:43.827Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:23:43.827Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:23:43.827Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:23:43.837Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:24:13.837Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f 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-09-30T06:24:13.851Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f and serviceModelVersionId: 5748641b-64d8-4f5e-8464-699e04925a5d 2022-09-30T06:24:13.851Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d46500f-3bb2-44d7-a89e-edde4fb444d1 2022-09-30T06:24:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:24:23.853Z||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-09-30T06:24:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:24:30.168Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0 2022-09-30T06:24:30.285Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:24:30.836Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?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-09-30T06:24:30.841Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0|INFO|500||Invoke 2022-09-30T06:24:30.966Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:24:31.213Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0|INFO|500||InvokeReturn 2022-09-30T06:24:31.215Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:24:31:158-58394], vertex-id=[200816], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:24:31 GMT], Content-Type=[application/json]} 2022-09-30T06:24:31.215Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:24:31.219Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:24:31.219Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T06:24:31.229Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T06:24:31.230Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b3842d7-3907-4a03-8452-e2dfab7c633f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:24:31.231Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:24:31.232Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:31.235Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:31.235Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519071230, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:24:31.335Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:31.337Z||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-09-30T06:24:31.337Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:31.356Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:31.357Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:31.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:31.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:24:31.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519071230, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:24:31.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T06:24:32.250Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:24:32.251Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|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-09-30T06:24:32.251Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|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 usZCPhGQODV56cFN) ... 2022-09-30T06:24:36.727Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:36.728Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T06:24:36.729Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e829d3d-2495-4fe2-8151-3c3f0f593063","serviceName":"vFW 2022-09-30 06-20-21","serviceVersion":"1.0","serviceUUID":"d05c3191-11bf-46d4-8058-36daa1627ecc","serviceDescription":"catalog service description","serviceInvariantUUID":"80b69b58-84cc-4a51-ab84-043df698645e","resources":[{"resourceInstanceName":"vFW a8312d76-8017 0","resourceName":"vFW a8312d76-8017","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ffebe75-823e-439a-b03c-977ea27248e5","resourceInvariantUUID":"9db25a79-2bd4-4da2-a748-dc7b67aac0cd","resourceCustomizationUUID":"073ab840-35aa-42d2-b5c9-c06f1bc2fd6d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml","artifactChecksum":"YmExMTM2Yzc1MzZmZDliNTRkMzRlOGNlYmI4MTgwOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d39f862d-ed35-4478-8c28-7b12caea22b6","artifactVersion":"1"},{"artifactName":"vfwa8312d7680170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json","artifactChecksum":"ZjhhN2RmMTkxMmNkYTYxZGM2NzlhMDY0ZDQ3ZTkxMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f81a834c-97b0-4db3-bf0e-7ecd87d2f772","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e91630f-7e25-4cf5-9a00-2764f602fd9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml","artifactChecksum":"NTEyYmIyZTZkYzZiMmZmMzViOTc0M2U5OGEzMTIzODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ebb1dac-4461-46fb-af14-a1aba104ee4d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9","artifactVersion":"2","generatedFromUUID":"7e91630f-7e25-4cf5-9a00-2764f602fd9d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220930062021-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml","artifactChecksum":"MmM4ZTE0MTA5NTJhNDVmMTk3YTg5ODNhN2NkMTUxZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f20c04fa-d4bd-4489-9192-643e64bac389","artifactVersion":"1"},{"artifactName":"service-Vfw20220930062021-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar","artifactChecksum":"NzUxNjIzZjE2ZTlmYTE0OWIxNzk5MTg4YjhjYTE3MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b50f59a-2d38-4768-8bea-1fa6c142bb36","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:24:36.732Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:36.732Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:36.735Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:36.735Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:24:36.835Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:36.836Z||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-09-30T06:24:36.836Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:36.849Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:36.850Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:24:37.736Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:37.737Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:37.739Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:37.739Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOTIFIED" } 2022-09-30T06:24:37.839Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:24:37.841Z||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-09-30T06:24:37.841Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:37.856Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:37.856Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:24:38.740Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:38.741Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:38.744Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:38.744Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T06:24:38.844Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:38.845Z||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-09-30T06:24:38.845Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:38.894Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:38.894Z||pool-21-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:39.745Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:39.746Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:39.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:39.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:24:39.849Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:39.851Z||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-09-30T06:24:39.851Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:39.866Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:39.866Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:40.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:40.750Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:40.753Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:40.753Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-30T06:24:40.853Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:40.855Z||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-09-30T06:24:40.856Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:40.871Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:40.872Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:41.755Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:41.756Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:41.760Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:41.760Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:24:41.859Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:24:41.860Z||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-09-30T06:24:41.860Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:41.874Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:41.875Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:42.761Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:24:42.762Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:42.764Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:42.764Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:24:42.864Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:42.865Z||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-09-30T06:24:42.866Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:42.881Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:42.882Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:43.766Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "serviceName": "vFW 2022-09-30 06-20-21", "serviceVersion": "1.0", "serviceUUID": "d05c3191-11bf-46d4-8058-36daa1627ecc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "80b69b58-84cc-4a51-ab84-043df698645e", "resources": [ { "resourceInstanceName": "vFW a8312d76-8017 0", "resourceCustomizationUUID": "073ab840-35aa-42d2-b5c9-c06f1bc2fd6d", "resourceName": "vFW a8312d76-8017", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4ffebe75-823e-439a-b03c-977ea27248e5", "resourceInvariantUUID": "9db25a79-2bd4-4da2-a748-dc7b67aac0cd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa8312d7680170_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "artifactChecksum": "ZjhhN2RmMTkxMmNkYTYxZGM2NzlhMDY0ZDQ3ZTkxMTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f81a834c-97b0-4db3-bf0e-7ecd87d2f772", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7e91630f-7e25-4cf5-9a00-2764f602fd9d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9", "generatedFromUUID": "7e91630f-7e25-4cf5-9a00-2764f602fd9d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220930062021-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "artifactChecksum": "NzUxNjIzZjE2ZTlmYTE0OWIxNzk5MTg4YjhjYTE3MGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b50f59a-2d38-4768-8bea-1fa6c142bb36" } ], "workloadContext": "Production" } 2022-09-30T06:24:43.768Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:24:43.768Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d05c3191-11bf-46d4-8058-36daa1627ecc ASDC 2022-09-30T06:24:43.769Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2e829d3d-2495-4fe2-8151-3c3f0f593063 ServiceName:vFW 2022-09-30 06-20-21 ServiceVersion:1.0 ServiceUUID:d05c3191-11bf-46d4-8058-36daa1627ecc ServiceInvariantUUID:80b69b58-84cc-4a51-ab84-043df698645e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220930062021-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar ArtifactUUID:7b50f59a-2d38-4768-8bea-1fa6c142bb36 ArtifactChecksum:NzUxNjIzZjE2ZTlmYTE0OWIxNzk5MTg4YjhjYTE3MGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a8312d76-8017 0 ResourceCustomizationUUID:073ab840-35aa-42d2-b5c9-c06f1bc2fd6d ResourceInvariantUUID:9db25a79-2bd4-4da2-a748-dc7b67aac0cd ResourceName:vFW a8312d76-8017 ResourceType:VF ResourceUUID:4ffebe75-823e-439a-b03c-977ea27248e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa8312d7680170_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json ArtifactUUID:f81a834c-97b0-4db3-bf0e-7ecd87d2f772 ArtifactChecksum:ZjhhN2RmMTkxMmNkYTYxZGM2NzlhMDY0ZDQ3ZTkxMTc= 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/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml ArtifactUUID:7e91630f-7e25-4cf5-9a00-2764f602fd9d 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/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env ArtifactUUID:a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 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/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env ArtifactUUID:a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T06:24:43.769Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d05c3191-11bf-46d4-8058-36daa1627ecc 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-09-30T06:24:43.813Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:24:43.814Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:24:43.815Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:24:43.815Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b50f59a-2d38-4768-8bea-1fa6c142bb36 from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:43.815Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:24:43.816Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:44.089Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar 7b50f59a-2d38-4768-8bea-1fa6c142bb36 100662 2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar ASDC sendASDCNotification 2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:24:44.096Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:44.098Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:44.098Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519084095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:24:44.198Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:44.200Z||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-09-30T06:24:44.200Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:44.216Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:44.217Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:45.099Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:24:45.100Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:24:45.100Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7b50f59a-2d38-4768-8bea-1fa6c142bb36, URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar to file: /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:45.101Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220930062021-csar.csar 2022-09-30T06:24:45.101Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:45.101Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:45.362Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17214189866478668252/Definitions/service-Vfw20220930062021-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-09-30T06:24:47.538Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a8312d76-8017 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db53d07-2b84-47da-b08e-ffae5aa30fe2 2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb75bb94-1db7-4c1f-bd79-f864a216b22c 2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b98d973-0313-4618-8602-f4dd7ab0da2a 2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:47.558Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:47.558Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-30 06-20-21 Description:catalog service description Model UUID:d05c3191-11bf-46d4-8058-36daa1627ecc Model Version:NULL Model InvariantUuid:80b69b58-84cc-4a51-ab84-043df698645e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a8312d76-8017 Model UUID:c59592f3-2c1a-48f7-8bb5-c90b06437c6f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9db25a79-2bd4-4da2-a748-dc7b67aac0cd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:073ab840-35aa-42d2-b5c9-c06f1bc2fd6d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e ModelName:VfwA8312d768017..base_vfw..module-0 ModelUuid:579af065-9d3a-4e24-b5b3-1ed538d57f87 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6db53d07-2b84-47da-b08e-ffae5aa30fe2 ModelInvariantUuid:c43e5a43-49cd-4920-af42-17d0b76c8368 ModelName:vFW a8312d76-8017-nodes.vfwCvfc ModelUuid:affc0a81-f8dc-4117-8964-8e7a259d2211 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:29e5d9dc-767c-4924-a70f-610a24ab9232 ModelInvariantUuid:426015bb-81f3-4c4f-bb2a-0155d2b1131b ModelName:VfwA8312d768017.compute.nodes.heat.vfw ModelUuid:fb0b71bb-cdf9-4d59-a5db-009f48f462b8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bb75bb94-1db7-4c1f-bd79-f864a216b22c ModelInvariantUuid:ea5760db-e84a-4f72-b357-db70fb3a5dd2 ModelName:vFW a8312d76-8017-nodes.vsnCvfc ModelUuid:2b15721c-4d4c-45e1-a157-295976ab3736 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8a9d6c1b-f37e-4ca7-96b4-068d5b686285 ModelInvariantUuid:035c52fb-34ec-46e7-814d-5bb8b04fff89 ModelName:VfwA8312d768017.compute.nodes.heat.vsn ModelUuid:8409d9d8-30bd-4cee-bfe3-40c41c228ed4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8b98d973-0313-4618-8602-f4dd7ab0da2a ModelInvariantUuid:8644c370-2b1c-45d3-8b02-c76fdd895f19 ModelName:vFW a8312d76-8017-nodes.vpgCvfc ModelUuid:523c7b00-fd3e-4ec3-b38d-f327058e225a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:34c8dafd-87c5-47eb-b930-c833daf0ef65 ModelInvariantUuid:45b955da-6bb0-4c00-8123-96a38b44c548 ModelName:VfwA8312d768017.compute.nodes.heat.vpg ModelUuid:28e84bf3-058f-4d1a-bf3b-9523047c9d0a 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-09-30T06:24:47.571Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ffebe75-823e-439a-b03c-977ea27248e5 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-09-30T06:24:47.573Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||vFW a8312d76-8017 0 2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ffebe75-823e-439a-b03c-977ea27248e5 2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f81a834c-97b0-4db3-bf0e-7ecd87d2f772 from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json 2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json 2022-09-30T06:24:47.643Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json f81a834c-97b0-4db3-bf0e-7ecd87d2f772 785 2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json ASDC sendASDCNotification 2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json 2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:24:47.645Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:47.647Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:47.647Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519087644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:24:47.747Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:47.748Z||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-09-30T06:24:47.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:47.763Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:47.764Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:24:48.648Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA8312d768017..base_vfw..module-0", "vfModuleModelInvariantUUID": "97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "579af065-9d3a-4e24-b5b3-1ed538d57f87", "vfModuleModelCustomizationUUID": "6750367a-3e75-4cb2-a4b8-b39d22f58a21", "isBase": true, "artifacts": [ "7e91630f-7e25-4cf5-9a00-2764f602fd9d", "a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9" ], "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-09-30T06:24:48.653Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA8312d768017..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:579af065-9d3a-4e24-b5b3-1ed538d57f87 VfModuleModelInvariantUUID:97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e VfModuleModelDescription:NULL Artifacts UUID List:{ 7e91630f-7e25-4cf5-9a00-2764f602fd9d , a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 } 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-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA8312d768017..base_vfw..module-0", "vfModuleModelInvariantUUID": "97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "579af065-9d3a-4e24-b5b3-1ed538d57f87", "vfModuleModelCustomizationUUID": "6750367a-3e75-4cb2-a4b8-b39d22f58a21", "isBase": true, "artifacts": [ "7e91630f-7e25-4cf5-9a00-2764f602fd9d", "a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9" ], "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-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA8312d768017..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:579af065-9d3a-4e24-b5b3-1ed538d57f87 VfModuleModelInvariantUUID:97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e VfModuleModelDescription:NULL Artifacts UUID List:{ 7e91630f-7e25-4cf5-9a00-2764f602fd9d , a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 } 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-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7e91630f-7e25-4cf5-9a00-2764f602fd9d from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml 2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml 2022-09-30T06:24:48.738Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml 7e91630f-7e25-4cf5-9a00-2764f602fd9d 20368 2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml 2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:24:48.740Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:48.741Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:48.741Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519088739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:24:48.842Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:48.843Z||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-09-30T06:24:48.843Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:48.858Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:48.858Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:49.742Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env 2022-09-30T06:24:49.743Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:24:49.743Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env 2022-09-30T06:24:49.832Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 2098 2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env 2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:24:49.834Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:49.836Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:49.836Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519089833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:24:49.936Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:49.937Z||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-09-30T06:24:49.937Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:49.952Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:49.952Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:50.836Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d05c3191-11bf-46d4-8058-36daa1627ecc 2022-09-30T06:24:50.838Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a8312d76-8017 0 4ffebe75-823e-439a-b03c-977ea27248e5 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-09-30T06:24:50.859Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@275d1475, org.onap.sdc.toscaparser.api.parameters.Input@17f991b4, org.onap.sdc.toscaparser.api.parameters.Input@5feca014, org.onap.sdc.toscaparser.api.parameters.Input@5741ecce, org.onap.sdc.toscaparser.api.parameters.Input@18f0a4ef] 2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d 2022-09-30T06:24:50.862Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d matches Tosca VF Customization UUID: 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d 2022-09-30T06:24:50.862Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d 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-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2176a278 2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6750367a-3e75-4cb2-a4b8-b39d22f58a21 2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6750367a-3e75-4cb2-a4b8-b39d22f58a21 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-09-30T06:24:50.867Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.867Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T06:24:50.871Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.871Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db53d07-2b84-47da-b08e-ffae5aa30fe2 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-09-30T06:24:50.873Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.873Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:50.873Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb75bb94-1db7-4c1f-bd79-f864a216b22c 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-09-30T06:24:50.878Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.878Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:50.879Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:50.882Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.882Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria 2022-09-30T06:24:50.882Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-30T06:24:50.885Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b98d973-0313-4618-8602-f4dd7ab0da2a 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-09-30T06:24:50.886Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria 2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=073ab840-35aa-42d2-b5c9-c06f1bc2fd6d 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-09-30T06:24:50.889Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.889Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d05c3191-11bf-46d4-8058-36daa1627ecc: vFW a8312d76-8017 2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-09-30 06-20-21 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-09-30T06:24:51.060Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a8312d76-8017 4ffebe75-823e-439a-b03c-977ea27248e5 1 ASDC deployResourceStructure 2022-09-30T06:24:51.060Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json ASDC sendASDCNotification 2022-09-30T06:24:51.060Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json 2022-09-30T06:24:51.061Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:24:51.061Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:51.064Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:51.064Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519091060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:24:51.163Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:24:51.164Z||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-09-30T06:24:51.165Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:51.185Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:51.185Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:52.065Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-30T06:24:52.065Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml 2022-09-30T06:24:52.065Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:24:52.066Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:52.068Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:52.068Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519092065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:24:52.168Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:52.170Z||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-09-30T06:24:52.170Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:52.183Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:52.184Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:53.074Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-30T06:24:53.074Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env 2022-09-30T06:24:53.075Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:24:53.075Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:53.078Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:53.078Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519093074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-30T06:24:53.178Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:53.179Z||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-09-30T06:24:53.179Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:53.196Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:53.197Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:54.079Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar ASDC sendASDCNotification 2022-09-30T06:24:54.080Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar 2022-09-30T06:24:54.080Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:24:54.080Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:24:54.083Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:24:54.083Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519094079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:24:54.183Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:24:54.184Z||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-09-30T06:24:54.184Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:24:54.200Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:24:54.201Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:24:55.084Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:24:55.100Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:24:55.121Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:25:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:25:23.854Z||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-09-30T06:25:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:25:24.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:25:24.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:25:24.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "NOTIFIED" } 2022-09-30T06:25:24.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-30T06:25:24.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:25:24.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-30T06:25:24.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:25:24.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519072250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:25:24.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:25:24.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519084095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:25:24.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519087644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:25:24.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519088739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:25:24.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519089833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:25:24.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519091060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:25:24.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519092065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:25:24.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519093074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-30T06:25:24.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:24.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:25:24.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519094079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:25:24.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:25:25.121Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063 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-09-30T06:25:25.130Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063 and serviceModelVersionId: d05c3191-11bf-46d4-8058-36daa1627ecc 2022-09-30T06:25:25.130Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80b69b58-84cc-4a51-ab84-043df698645e 2022-09-30T06:25:25.132Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0 2022-09-30T06:25:25.142Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:25:25.207Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|INFO|500||Invoke 2022-09-30T06:25:25.207Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e829d3d-2495-4fe2-8151-3c3f0f593063], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4e2a37a-f015-4bd0-9ea2-aa64a8640433], X-ECOMP-RequestID=[2e829d3d-2495-4fe2-8151-3c3f0f593063], X-TransactionId=[], X-ONAP-RequestID=[2e829d3d-2495-4fe2-8151-3c3f0f593063], Content-Type=[application/merge-patch+json]} 2022-09-30T06:25:25.237Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:25:25.333Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?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/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:25:25:427-64263], vertex-id=[143560], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:25:25 GMT], Content-Type=[application/json]} 2022-09-30T06:25:25.333Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:25:25.334Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|INFO|500||InvokeReturn 2022-09-30T06:25:25.334Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:25:25.334Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T06:25:25.346Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T06:25:25.346Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e829d3d-2495-4fe2-8151-3c3f0f593063 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:25:25.346Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:25:25.347Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:25:25.349Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:25:25.349Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519125346, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:25:25.449Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:25:25.451Z||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-09-30T06:25:25.451Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:25:25.467Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:25:25.468Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T06:25:26.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:25:26.371Z||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-09-30T06:25:26.371Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:25:35.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:25:35.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:25:35.990Z||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-09-30T06:25:35.990Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:25:45.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:25:45.539Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:25:45.540Z||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-09-30T06:25:45.540Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:25:55.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:26:23.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:26:23.850Z||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-09-30T06:26:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:26:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:26:23.852Z||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-09-30T06:26:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:26:24.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:26:24.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:26:24.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519125346, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:26:24.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:26:33.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:27:23.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:27:23.850Z||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-09-30T06:27:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:27:23.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:27:23.854Z||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-09-30T06:27:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:27:33.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:27:33.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:28:23.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:28:23.850Z||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-09-30T06:28:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:28:23.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:28:23.853Z||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-09-30T06:28:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:28:33.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:28:33.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:29:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:29:23.850Z||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-09-30T06:29:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:29:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:29:23.853Z||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-09-30T06:29:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:29:33.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:29:33.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:30:23.850Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:30:23.850Z||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-09-30T06:30:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:30:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:30:23.853Z||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-09-30T06:30:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:30:33.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:30:33.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:31:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:31:23.850Z||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-09-30T06:31:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:31:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:31:23.852Z||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-09-30T06:31:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:31:33.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:31:33.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:32:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:32:23.850Z||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-09-30T06:32:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:32:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:32:23.852Z||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-09-30T06:32:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:32:33.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:32:33.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:33:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:33:23.850Z||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-09-30T06:33:23.850Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:33:23.852Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:33:23.853Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:33:23.853Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:33:33.399Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:33:33.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:34:23.850Z||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-09-30T06:34:23.851Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:34:23.853Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:34:23.855Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:34:23.856Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:34:29.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:29.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T06:34:29.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"548c5b71-cde2-456c-90cf-8e0db35f20d4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9a8bfcc0-457f-4c09-8e16-eb23de5d49aa","serviceDescription":"service","serviceInvariantUUID":"c441433c-206c-4534-96ba-6d14d7a2d3cf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"78d7cc69-fb25-461e-8eb8-fd11fa8fc401","resourceInvariantUUID":"cfb7ca5b-e0f9-4632-9c97-831b112f9bda","resourceCustomizationUUID":"ccc5973f-b124-4e6e-a3e5-92746e0e4a21","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NmY4YjAxYzgwYjQxOTg3MWQyNGI4MWRjZDQ1MGU2NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99a4f891-a5bc-452b-b69b-4cbe82c2ef40","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDc4ZmJmMzNmYjJjMTYxM2E3MTBhNzI4MWUzNmNjYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4ad6c67-20e7-4489-bfab-1d79698e6b00","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:34:29.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:34:29.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:34:29.199Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:34:29.199Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519663849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:34:29.299Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:34:29.300Z||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-09-30T06:34:29.300Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:34:29.320Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:29.320Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":3,"count":1} 2022-09-30T06:34:29.461Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:29.462Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T06:34:29.463Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519663849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:34:29.464Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T06:34:30.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:34:30.201Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:34:30.204Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:34:30.204Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519663849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:34:30.307Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:34:30.308Z||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-09-30T06:34:30.308Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:34:30.322Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:30.322Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:34:31.206Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9a8bfcc0-457f-4c09-8e16-eb23de5d49aa", "serviceDescription": "service", "serviceInvariantUUID": "c441433c-206c-4534-96ba-6d14d7a2d3cf", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ccc5973f-b124-4e6e-a3e5-92746e0e4a21", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "78d7cc69-fb25-461e-8eb8-fd11fa8fc401", "resourceInvariantUUID": "cfb7ca5b-e0f9-4632-9c97-831b112f9bda", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "ZDc4ZmJmMzNmYjJjMTYxM2E3MTBhNzI4MWUzNmNjYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4ad6c67-20e7-4489-bfab-1d79698e6b00" } ], "workloadContext": "Production" } 2022-09-30T06:34:31.206Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:34:31.207Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa ASDC 2022-09-30T06:34:31.208Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:548c5b71-cde2-456c-90cf-8e0db35f20d4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9a8bfcc0-457f-4c09-8e16-eb23de5d49aa ServiceInvariantUUID:c441433c-206c-4534-96ba-6d14d7a2d3cf ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:b4ad6c67-20e7-4489-bfab-1d79698e6b00 ArtifactChecksum:ZDc4ZmJmMzNmYjJjMTYxM2E3MTBhNzI4MWUzNmNjYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ccc5973f-b124-4e6e-a3e5-92746e0e4a21 ResourceInvariantUUID:cfb7ca5b-e0f9-4632-9c97-831b112f9bda ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:78d7cc69-fb25-461e-8eb8-fd11fa8fc401 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-09-30T06:34:31.208Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa 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-09-30T06:34:31.271Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b4ad6c67-20e7-4489-bfab-1d79698e6b00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-30T06:34:31.275Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T06:34:31.608Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b4ad6c67-20e7-4489-bfab-1d79698e6b00 57613 2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:34:31.612Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:34:31.614Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:34:31.614Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519671611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:34:31.715Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:34:31.717Z||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-09-30T06:34:31.717Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:34:31.735Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:31.735Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:34:32.614Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:34:32.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-30T06:34:32.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b4ad6c67-20e7-4489-bfab-1d79698e6b00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:32.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-09-30T06:34:32.617Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:32.617Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:32.870Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4685142558324221520/Definitions/service-BasicNetwork-template.yml 2022-09-30T06:34:33.450Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.456Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.456Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9a8bfcc0-457f-4c09-8e16-eb23de5d49aa Model Version:NULL Model InvariantUuid:c441433c-206c-4534-96ba-6d14d7a2d3cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:cfb7ca5b-e0f9-4632-9c97-831b112f9bda Model UUID:95d5f798-95ed-4197-bf2e-ae308782d6f7 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ccc5973f-b124-4e6e-a3e5-92746e0e4a21 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-30T06:34:33.463Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 78d7cc69-fb25-461e-8eb8-fd11fa8fc401 2022-09-30T06:34:33.464Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||No resources found for Service: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa 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-09-30T06:34:33.470Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500|| 2022-09-30T06:34:33.470Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-09-30T06:34:33.470Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa 2022-09-30T06:34:33.471Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa 2022-09-30T06:34:33.471Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-09-30T06:34:33.471Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T06:34:33.476Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1edc1933, org.onap.sdc.toscaparser.api.parameters.Input@7fd1f99d, org.onap.sdc.toscaparser.api.parameters.Input@76f52983, org.onap.sdc.toscaparser.api.parameters.Input@574a5211, org.onap.sdc.toscaparser.api.parameters.Input@2921cc4a] 2022-09-30T06:34:33.477Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.477Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.477Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa: Generic NeutronNet 2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.479Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-09-30T06:34:33.511Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.511Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.511Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-30T06:34:33.586Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:34:33.589Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:34:33.589Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519673587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:34:33.690Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:34:33.690Z||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-09-30T06:34:33.690Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:34:33.706Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:34:33.706Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:34:34.590Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:34:34.612Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:34:34.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:34:34.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:34:34.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:35:04.617Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:35:04.637Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:35:04.642Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:35:04.643Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:35:04.643Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:35:23.855Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:35:23.858Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:35:23.858Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:35:23.895Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:35:23.896Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T06:35:23.897Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519661171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:35:23.898Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-30T06:35:34.643Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:35:34.668Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:35:34.675Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:35:34.676Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:35:34.676Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:36:04.676Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:36:04.688Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:36:04.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:36:04.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:36:04.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:36:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:36:23.854Z||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-09-30T06:36:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:36:23.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:36:23.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:36:23.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "cds", "timestamp": 1664519661697, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:36:23.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:36:34.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:36:34.703Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:36:34.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:36:34.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:36:34.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:37:04.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:37:04.721Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:37:04.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:37:04.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:37:04.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:37:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:37:23.853Z||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-09-30T06:37:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:37:23.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:37:23.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "clamp", "timestamp": 1664519669501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:37:23.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519663849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:37:23.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519661171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:37:23.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "cds", "timestamp": 1664519661697, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "clamp", "timestamp": 1664519669501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "multicloud-k8s-id", "timestamp": 1664519670395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519671611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "cds", "timestamp": 1664519672208, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519671845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:37:23.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "multicloud-k8s-id", "timestamp": 1664519670395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:37:23.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "cds", "timestamp": 1664519673224, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:37:23.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4 2022-09-30T06:37:23.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 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-09-30T06:37:23.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519673587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:37:23.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519673959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:37:23.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519674965, "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-09-30T06:37:23.923Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4 2022-09-30T06:37:23.923Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 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-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "ves-openapi-manager", "timestamp": 1664519676738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:37:23.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "ves-openapi-manager", "timestamp": 1664519676738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:37:23.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "clamp", "timestamp": 1664519679323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:37:23.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "clamp", "timestamp": 1664519680344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:37:23.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "clamp", "timestamp": 1664519681355, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:37:23.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4 2022-09-30T06:37:23.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:37:23.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "aai-ml", "timestamp": 1664519685112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:37:23.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "aai-ml", "timestamp": 1664519685112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:37:23.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-30T06:37:23.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "aai-ml", "timestamp": 1664519687902, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:37:23.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "aai-ml", "timestamp": 1664519691818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:37:23.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:37:23.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-30T06:37:23.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "aai-ml", "timestamp": 1664519692822, "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-09-30T06:37:23.983Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4 2022-09-30T06:37:23.983Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 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-09-30T06:37:34.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:37:34.735Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T06:37:34.753Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:38:04.753Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 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-09-30T06:38:04.762Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 and serviceModelVersionId: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa 2022-09-30T06:38:04.763Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c441433c-206c-4534-96ba-6d14d7a2d3cf 2022-09-30T06:38:04.765Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0 2022-09-30T06:38:04.773Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:38:04.843Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|INFO|500||Invoke 2022-09-30T06:38:04.844Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[548c5b71-cde2-456c-90cf-8e0db35f20d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdc46525-3f4f-4446-bfe6-aabc558874da], X-ECOMP-RequestID=[548c5b71-cde2-456c-90cf-8e0db35f20d4], X-TransactionId=[], X-ONAP-RequestID=[548c5b71-cde2-456c-90cf-8e0db35f20d4], Content-Type=[application/merge-patch+json]} 2022-09-30T06:38:04.870Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:38:04.987Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?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/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-06:38:05:059-60115], vertex-id=[196640], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:38:05 GMT], Content-Type=[application/json]} 2022-09-30T06:38:04.987Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:38:04.988Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|INFO|500||InvokeReturn 2022-09-30T06:38:04.988Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:38:04.989Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T06:38:04.996Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T06:38:04.997Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 548c5b71-cde2-456c-90cf-8e0db35f20d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:38:04.997Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:38:04.998Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:05.000Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:05.001Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519884997, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:38:05.101Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:05.102Z||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-09-30T06:38:05.102Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:05.146Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:05.147Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 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-09-30T06:38:06.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:38:06.016Z||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-09-30T06:38:06.016Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:38:10.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:10.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:38:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"eca89f1c-6449-4217-b220-0d8e8ff5342e","serviceName":"Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx","serviceVersion":"1.0","serviceUUID":"995f1863-30ee-451f-ba0d-c8de93bdfd12","serviceDescription":"catalog service description","serviceInvariantUUID":"08d196e5-3398-4e86-b38e-0872ce28e7d3","resources":[{"resourceInstanceName":"pNF 0a7e4fb5-36c0 0","resourceName":"pNF 0a7e4fb5-36c0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9","resourceInvariantUUID":"f14110d0-1fda-4af5-a306-00d2a7b2c0c7","resourceCustomizationUUID":"35c865c5-dfc0-4d7b-aa78-9f62f74cc895","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml","artifactChecksum":"MDEwYjM0YWNlMDdiNzVmZjFjYmI3OGI2N2FhNTY3ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8c72b86-e513-4333-8c09-1bce054de572","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar","artifactChecksum":"MWFiNjdmZDE3OTUxYTBiNjhmYzZjNzIwZmZlY2Q2MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e62eb82-b30c-461f-b356-882c4ba7abf7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d24424d0-0856-4155-b7cb-96164de0f8be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml","artifactChecksum":"YTc2YmExYzUxYThlMDZkNTk2ZjI3ODZkY2JiNmMxYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2184f31-c5f3-413f-8f74-cb987fc709e4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"225e3f76-b1ab-43f6-977e-e1166ea361ec","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15d4e944-eed0-4109-8c3d-e37193ea2a7e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml","artifactChecksum":"MjBhODlkOWE4Y2Q2YTEzYTVhMWMzZGRkZTU0NThkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15a289f7-a877-420a-9849-8d6887349939","artifactVersion":"1"},{"artifactName":"service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar","artifactChecksum":"MzIxZjdhZDc2NTYyZTJmYjAxZTljNTE0MzY1MWMxYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f779e2c4-512e-4ec8-9b54-4e4a481e4b07","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:38:10.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:10.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:10.502Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:10.502Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:10.602Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:10.603Z||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-09-30T06:38:10.603Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:10.617Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:10.618Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:11.502Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:11.503Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:11.506Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:11.506Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:11.606Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:11.607Z||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-09-30T06:38:11.607Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:11.636Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:11.636Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:12.507Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:12.508Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:12.513Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:12.514Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:12.610Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-30T06:38:12.611Z||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-09-30T06:38:12.611Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:12.625Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:12.627Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:13.514Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:13.515Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:13.517Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:13.517Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:13.617Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:13.619Z||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-09-30T06:38:13.619Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:13.634Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:13.634Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:14.518Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:14.519Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:14.521Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:14.521Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:14.621Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:14.622Z||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-09-30T06:38:14.622Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:14.640Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:14.641Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:15.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:15.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:15.525Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:15.525Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:15.625Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:15.626Z||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-09-30T06:38:15.626Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:15.640Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:15.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:16.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:16.527Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:16.530Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:16.530Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:16.630Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:16.631Z||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-09-30T06:38:16.632Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:16.645Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:16.645Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:17.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:38:17.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:17.534Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:17.534Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:17.634Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:17.635Z||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-09-30T06:38:17.635Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:17.649Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:17.649Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:18.535Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "serviceName": "Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx", "serviceVersion": "1.0", "serviceUUID": "995f1863-30ee-451f-ba0d-c8de93bdfd12", "serviceDescription": "catalog service description", "serviceInvariantUUID": "08d196e5-3398-4e86-b38e-0872ce28e7d3", "resources": [ { "resourceInstanceName": "pNF 0a7e4fb5-36c0 0", "resourceCustomizationUUID": "35c865c5-dfc0-4d7b-aa78-9f62f74cc895", "resourceName": "pNF 0a7e4fb5-36c0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9", "resourceInvariantUUID": "f14110d0-1fda-4af5-a306-00d2a7b2c0c7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "artifactChecksum": "MzIxZjdhZDc2NTYyZTJmYjAxZTljNTE0MzY1MWMxYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f779e2c4-512e-4ec8-9b54-4e4a481e4b07" } ], "workloadContext": "Production" } 2022-09-30T06:38:18.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:38:18.536Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 995f1863-30ee-451f-ba0d-c8de93bdfd12 ASDC 2022-09-30T06:38:18.536Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:eca89f1c-6449-4217-b220-0d8e8ff5342e ServiceName:Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx ServiceVersion:1.0 ServiceUUID:995f1863-30ee-451f-ba0d-c8de93bdfd12 ServiceInvariantUUID:08d196e5-3398-4e86-b38e-0872ce28e7d3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar ArtifactUUID:f779e2c4-512e-4ec8-9b54-4e4a481e4b07 ArtifactChecksum:MzIxZjdhZDc2NTYyZTJmYjAxZTljNTE0MzY1MWMxYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0a7e4fb5-36c0 0 ResourceCustomizationUUID:35c865c5-dfc0-4d7b-aa78-9f62f74cc895 ResourceInvariantUUID:f14110d0-1fda-4af5-a306-00d2a7b2c0c7 ResourceName:pNF 0a7e4fb5-36c0 ResourceType:PNF ResourceUUID:b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T06:38:18.537Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 995f1863-30ee-451f-ba0d-c8de93bdfd12 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-09-30T06:38:18.584Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:38:18.585Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:38:18.585Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:38:18.586Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f779e2c4-512e-4ec8-9b54-4e4a481e4b07 from URL: /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:18.586Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:38:18.586Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:18.708Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:38:18.712Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar f779e2c4-512e-4ec8-9b54-4e4a481e4b07 87743 2022-09-30T06:38:18.713Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar ASDC sendASDCNotification 2022-09-30T06:38:18.713Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:18.713Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:38:18.714Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:18.716Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:18.716Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519898713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:18.816Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:18.817Z||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-09-30T06:38:18.817Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:18.830Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:18.830Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:38:19.716Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:38:19.718Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:38:19.718Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f779e2c4-512e-4ec8-9b54-4e4a481e4b07, URL: /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar to file: /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:19.719Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:19.719Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:19.719Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:19.903Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9778789718884616857/Definitions/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml 2022-09-30T06:38:20.831Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0a7e4fb5-36c0 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-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||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-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||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-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|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-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|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-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|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-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Node template pNF 0a7e4fb5-36c0 0 is matching search criteria 2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0a7e4fb5-36c0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Node template pNF 0a7e4fb5-36c0 0 is matching search criteria 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0a7e4fb5-36c0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.837Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx Description:catalog service description Model UUID:995f1863-30ee-451f-ba0d-c8de93bdfd12 Model Version:NULL Model InvariantUuid:08d196e5-3398-4e86-b38e-0872ce28e7d3 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-09-30T06:38:20.849Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 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-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||pNF 0a7e4fb5-36c0 0 2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 995f1863-30ee-451f-ba0d-c8de93bdfd12 2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 995f1863-30ee-451f-ba0d-c8de93bdfd12 2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0a7e4fb5-36c0 0 b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 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-09-30T06:38:20.858Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32a4073d, org.onap.sdc.toscaparser.api.parameters.Input@572e7604, org.onap.sdc.toscaparser.api.parameters.Input@1aaae4cd, org.onap.sdc.toscaparser.api.parameters.Input@7e6c57b0, org.onap.sdc.toscaparser.api.parameters.Input@6c633aaf] 2022-09-30T06:38:20.859Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.859Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.859Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 995f1863-30ee-451f-ba0d-c8de93bdfd12: pNF 0a7e4fb5-36c0 2022-09-30T06:38:20.860Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Processing PNF resource: b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 2022-09-30T06:38:20.860Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:38:20.860Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:38:20.860Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 35c865c5-dfc0-4d7b-aa78-9f62f74cc895 is the same as notified resource customizationUUID: 35c865c5-dfc0-4d7b-aa78-9f62f74cc895 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-09-30T06:38:20.905Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0a7e4fb5-36c0 b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 0 ASDC deployResourceStructure 2022-09-30T06:38:20.905Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar ASDC sendASDCNotification 2022-09-30T06:38:20.905Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar 2022-09-30T06:38:20.905Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:38:20.905Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:38:20.907Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:38:20.907Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519900905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:38:21.008Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:38:21.008Z||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-09-30T06:38:21.008Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:38:21.020Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:21.021Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:38:21.908Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eca89f1c-6449-4217-b220-0d8e8ff5342e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:38:21.924Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eca89f1c-6449-4217-b220-0d8e8ff5342e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:38:21.926Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:38:21.926Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:38:21.926Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:38:23.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:38:23.853Z||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-09-30T06:38:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:38:23.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:38:23.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519745113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:23.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519755855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:23.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "multicloud-k8s-id", "timestamp": 1664519750396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:23.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519751171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:23.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519751697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:23.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519760052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:38:23.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519760034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:23.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519760566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "aai-ml", "timestamp": 1664519761060, "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-09-30T06:38:23.917Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eca89f1c-6449-4217-b220-0d8e8ff5342e 2022-09-30T06:38:23.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca89f1c-6449-4217-b220-0d8e8ff5342e 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-09-30T06:38:23.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "cds", "timestamp": 1664519761573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-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-09-30T06:38:23.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eca89f1c-6449-4217-b220-0d8e8ff5342e 2022-09-30T06:38:23.935Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca89f1c-6449-4217-b220-0d8e8ff5342e 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-09-30T06:38:23.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519762433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:38:23.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T06:38:23.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519763438, "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-09-30T06:38:23.958Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eca89f1c-6449-4217-b220-0d8e8ff5342e 2022-09-30T06:38:23.958Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca89f1c-6449-4217-b220-0d8e8ff5342e 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-09-30T06:38:23.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519765623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:23.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:23.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519766810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:38:23.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "ves-openapi-manager", "timestamp": 1664519767815, "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-09-30T06:38:23.979Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of eca89f1c-6449-4217-b220-0d8e8ff5342e 2022-09-30T06:38:23.979Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca89f1c-6449-4217-b220-0d8e8ff5342e 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-09-30T06:38:23.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:38:23.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519766697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:23.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T06:38:23.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519774448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:23.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:23.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "ves-openapi-manager", "timestamp": 1664519756738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:23.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:23.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:23.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "cds", "timestamp": 1664519775468, "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-09-30T06:38:24.015Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 2022-09-30T06:38:24.015Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 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-09-30T06:38:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519778346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519778193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519779286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519780356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519780381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:24.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "clamp", "timestamp": 1664519781367, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:38:24.037Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eca89f1c-6449-4217-b220-0d8e8ff5342e 2022-09-30T06:38:24.038Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca89f1c-6449-4217-b220-0d8e8ff5342e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:38:24.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:38:24.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519781404, "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-09-30T06:38:24.059Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 2022-09-30T06:38:24.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 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-09-30T06:38:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "multicloud-k8s-id", "timestamp": 1664519782408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:38:24.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519782887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:38:24.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:38:24.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:38:24.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:24.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:38:24.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:38:24.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:38:51.926Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eca89f1c-6449-4217-b220-0d8e8ff5342e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:38:51.943Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eca89f1c-6449-4217-b220-0d8e8ff5342e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:38:51.947Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:38:51.947Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:38:51.948Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|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-09-30T06:38:51.955Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:39:21.955Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eca89f1c-6449-4217-b220-0d8e8ff5342e 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-09-30T06:39:21.975Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eca89f1c-6449-4217-b220-0d8e8ff5342e and serviceModelVersionId: 995f1863-30ee-451f-ba0d-c8de93bdfd12 2022-09-30T06:39:21.975Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08d196e5-3398-4e86-b38e-0872ce28e7d3 2022-09-30T06:39:21.976Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0 2022-09-30T06:39:21.980Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:39:22.032Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0|INFO|500||Invoke 2022-09-30T06:39:22.033Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eca89f1c-6449-4217-b220-0d8e8ff5342e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecb55ae9-c44c-4982-bb73-5ff04eef1548], X-ECOMP-RequestID=[eca89f1c-6449-4217-b220-0d8e8ff5342e], X-TransactionId=[], X-ONAP-RequestID=[eca89f1c-6449-4217-b220-0d8e8ff5342e], Content-Type=[application/merge-patch+json]} 2022-09-30T06:39:22.053Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:39:22.143Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?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/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-06:39:22:236-49683], vertex-id=[196816], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:39:22 GMT], Content-Type=[application/json]} 2022-09-30T06:39:22.143Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:39:22.144Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08d196e5-3398-4e86-b38e-0872ce28e7d3/model-vers/model-ver/995f1863-30ee-451f-ba0d-c8de93bdfd12?depth=0|INFO|500||InvokeReturn 2022-09-30T06:39:22.144Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:39:22.145Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|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-09-30T06:39:22.152Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|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-09-30T06:39:22.153Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eca89f1c-6449-4217-b220-0d8e8ff5342e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:39:22.153Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:39:22.153Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:22.157Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:22.158Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519962153, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:39:22.256Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-30T06:39:22.257Z||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-09-30T06:39:22.257Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:22.288Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:22.289Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 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-09-30T06:39:23.177Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.177Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6cc9f638-a517-4bb0-8e65-63eda1d52fda","serviceDescription":"service","serviceInvariantUUID":"8a510cad-26ed-47bb-b106-b7cacb280b5e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a684cccf-f345-4658-8f2f-2d5570dc3f13","resourceInvariantUUID":"5a26146f-d0f3-4942-b2ad-af6cb8a51613","resourceCustomizationUUID":"59e0c1ae-da34-46ee-bd86-d4adb1188341","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":"OTVkN2Q5MTFhZWVkZDkzYjQ3YzI4NDYwYThhYWVhZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ae9f1f8-6674-4ed9-9712-d7314dcb61dd","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":"OTY5MmIyYTg1NzFlNmY4M2MwZDNjNDM0YWNlNmI1NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1d31af2-8263-4a89-beb0-54ea27b080df","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":"49fa037d-e2f8-43fb-a91c-05193e3c54ad","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":"0d51790b-bb0a-44a7-a9a9-ef777866e205","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":"e88df46f-564e-410d-a590-ea97fa99e43e","artifactVersion":"2","generatedFromUUID":"49fa037d-e2f8-43fb-a91c-05193e3c54ad"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmZmM2E1MWVlZjhmYjUxOTIyYjdhZGI4MjYzNzM0Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce66d476-7ff2-469a-8755-79e5ffa4e746","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTEyZTdlMThmZjRlZjNlNDYzYjRhMWQzZTkzODc1ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27093ef9-817d-4b65-8403-96ae27055cc7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:39:23.177Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:23.177Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:23.180Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:23.180Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.281Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:39:23.282Z||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-09-30T06:39:23.282Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:23.299Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:23.300Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:23.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:39:23.853Z||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-09-30T06:39:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:39:23.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:23.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T06:39:23.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "ves-openapi-manager", "timestamp": 1664519776738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T06:39:23.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:39:23.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T06:39:23.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:23.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519759500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:23.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519789009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:23.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:23.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519789201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:23.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:23.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T06:39:23.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519781697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:23.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "aai-ml", "timestamp": 1664519790204, "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-09-30T06:39:23.940Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 2022-09-30T06:39:23.940Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 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-09-30T06:39:23.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519791545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:23.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:23.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519791782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:23.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:23.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519770395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:23.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:23.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:23.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:23.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "cds", "timestamp": 1664519792558, "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-09-30T06:39:23.994Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34a65cd2-5026-4df8-8f96-bb87281a84d5 2022-09-30T06:39:23.994Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34a65cd2-5026-4df8-8f96-bb87281a84d5 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-09-30T06:39:24.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519792787, "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-09-30T06:39:24.009Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 2022-09-30T06:39:24.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 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-09-30T06:39:24.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519792522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519793607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519794666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519796349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519795791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519796847, "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-09-30T06:39:24.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34a65cd2-5026-4df8-8f96-bb87281a84d5 2022-09-30T06:39:24.035Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34a65cd2-5026-4df8-8f96-bb87281a84d5 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-09-30T06:39:24.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519798359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:24.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "multicloud-k8s-id", "timestamp": 1664519797850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:39:24.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "clamp", "timestamp": 1664519799363, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:39:24.058Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 2022-09-30T06:39:24.059Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:39:24.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519775115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:24.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519800381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519781171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:24.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519802941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:39:24.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519805565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:24.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519806364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:24.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664519806569, "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-09-30T06:39:24.088Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34a65cd2-5026-4df8-8f96-bb87281a84d5 2022-09-30T06:39:24.088Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34a65cd2-5026-4df8-8f96-bb87281a84d5 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-09-30T06:39:24.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "aai-ml", "timestamp": 1664519807369, "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-09-30T06:39:24.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34a65cd2-5026-4df8-8f96-bb87281a84d5 2022-09-30T06:39:24.106Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34a65cd2-5026-4df8-8f96-bb87281a84d5 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-09-30T06:39:24.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:24.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519800368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:24.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:39:24.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519815356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:24.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519817362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:24.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:39:24.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:39:24.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "clamp", "timestamp": 1664519818367, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:39:24.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34a65cd2-5026-4df8-8f96-bb87281a84d5 2022-09-30T06:39:24.127Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34a65cd2-5026-4df8-8f96-bb87281a84d5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:39:24.181Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:24.181Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:24.183Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:24.184Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:39:24.284Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:24.285Z||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-09-30T06:39:24.285Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:24.299Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:24.300Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:25.184Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:25.186Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:25.187Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:25.188Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T06:39:25.290Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T06:39:25.291Z||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-09-30T06:39:25.291Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:25.303Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:25.303Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:26.188Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:26.189Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:26.191Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:26.191Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:26.292Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:26.293Z||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-09-30T06:39:26.293Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:26.305Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:26.306Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:27.192Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:27.193Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:27.195Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:27.195Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T06:39:27.295Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:27.296Z||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-09-30T06:39:27.296Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:27.312Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:27.312Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:28.198Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:28.198Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:28.200Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:28.207Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:39:28.300Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-30T06:39:28.301Z||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-09-30T06:39:28.302Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:28.314Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:28.315Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:29.208Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:39:29.208Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:29.210Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:29.211Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:39:29.311Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:29.312Z||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-09-30T06:39:29.312Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:29.357Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:29.357Z||pool-57-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:30.212Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6cc9f638-a517-4bb0-8e65-63eda1d52fda", "serviceDescription": "service", "serviceInvariantUUID": "8a510cad-26ed-47bb-b106-b7cacb280b5e", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "59e0c1ae-da34-46ee-bd86-d4adb1188341", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a684cccf-f345-4658-8f2f-2d5570dc3f13", "resourceInvariantUUID": "5a26146f-d0f3-4942-b2ad-af6cb8a51613", "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": "OTY5MmIyYTg1NzFlNmY4M2MwZDNjNDM0YWNlNmI1NTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1d31af2-8263-4a89-beb0-54ea27b080df", "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": "49fa037d-e2f8-43fb-a91c-05193e3c54ad", "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": "e88df46f-564e-410d-a590-ea97fa99e43e", "generatedFromUUID": "49fa037d-e2f8-43fb-a91c-05193e3c54ad" }, "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": "e88df46f-564e-410d-a590-ea97fa99e43e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTEyZTdlMThmZjRlZjNlNDYzYjRhMWQzZTkzODc1ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27093ef9-817d-4b65-8403-96ae27055cc7" } ], "workloadContext": "Production" } 2022-09-30T06:39:30.212Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:39:30.212Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cc9f638-a517-4bb0-8e65-63eda1d52fda ASDC 2022-09-30T06:39:30.213Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6cc9f638-a517-4bb0-8e65-63eda1d52fda ServiceInvariantUUID:8a510cad-26ed-47bb-b106-b7cacb280b5e 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:27093ef9-817d-4b65-8403-96ae27055cc7 ArtifactChecksum:MTEyZTdlMThmZjRlZjNlNDYzYjRhMWQzZTkzODc1ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:59e0c1ae-da34-46ee-bd86-d4adb1188341 ResourceInvariantUUID:5a26146f-d0f3-4942-b2ad-af6cb8a51613 ResourceName:basic_vm ResourceType:VF ResourceUUID:a684cccf-f345-4658-8f2f-2d5570dc3f13 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:d1d31af2-8263-4a89-beb0-54ea27b080df ArtifactChecksum:OTY5MmIyYTg1NzFlNmY4M2MwZDNjNDM0YWNlNmI1NTI= 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:49fa037d-e2f8-43fb-a91c-05193e3c54ad 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:e88df46f-564e-410d-a590-ea97fa99e43e 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:e88df46f-564e-410d-a590-ea97fa99e43e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T06:39:30.213Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cc9f638-a517-4bb0-8e65-63eda1d52fda 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-09-30T06:39:30.331Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:39:30.331Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:39:30.332Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:39:30.332Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27093ef9-817d-4b65-8403-96ae27055cc7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T06:39:30.332Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:39:30.332Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T06:39:31.145Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:39:31.161Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 27093ef9-817d-4b65-8403-96ae27055cc7 74773 2022-09-30T06:39:31.161Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-30T06:39:31.161Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T06:39:31.162Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:39:31.162Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:31.165Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:31.165Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519971161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:31.265Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:31.266Z||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-09-30T06:39:31.266Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:31.287Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:31.288Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:32.166Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:39:32.167Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:39:32.167Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 27093ef9-817d-4b65-8403-96ae27055cc7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T06:39:32.170Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-09-30T06:39:32.171Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T06:39:32.171Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T06:39:32.307Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP53948770646549933/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-30T06:39:33.636Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-BasicVm-csar.csar 2022-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T06:39:33.637Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-BasicVm-csar.csar 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-BasicVm-csar.csar 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-BasicVm-csar.csar 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:33.638Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:39:33.639Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-30T06:39:33.640Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T06:39:33.641Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T06:39:33.641Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.641Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:39:33.641Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.641Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:33.641Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:39:33.642Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cdf1d769-3bca-4f5f-9441-e14951df9211 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.643Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.644Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.644Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.644Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:33.644Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:33.644Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6cc9f638-a517-4bb0-8e65-63eda1d52fda Model Version:NULL Model InvariantUuid:8a510cad-26ed-47bb-b106-b7cacb280b5e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c93c63ec-410e-424d-b4b7-203b474cd9f7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5a26146f-d0f3-4942-b2ad-af6cb8a51613 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:59e0c1ae-da34-46ee-bd86-d4adb1188341 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e098ec3e-adef-49da-ab0f-b27929e9d9b4 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2074b9e9-1123-4670-a6f1-3c8a03b4a440 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cdf1d769-3bca-4f5f-9441-e14951df9211 ModelInvariantUuid:f44dd070-ce14-4776-b70c-19e1decb591b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:5abeff9a-2f80-499f-b04d-11b0817fc765 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dcd1547f-5f8b-47f7-a0ca-bbe146a112b9 ModelInvariantUuid:7997cc5e-19df-47d0-8b04-c03b7d794c04 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d412fd91-8782-4d8b-8c29-b0b1fa63ec77 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-09-30T06:39:33.652Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a684cccf-f345-4658-8f2f-2d5570dc3f13 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-09-30T06:39:33.654Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-09-30T06:39:33.654Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a684cccf-f345-4658-8f2f-2d5570dc3f13 2022-09-30T06:39:33.654Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1d31af2-8263-4a89-beb0-54ea27b080df from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-30T06:39:33.654Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:39:33.655Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:33.715Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:39:33.716Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d1d31af2-8263-4a89-beb0-54ea27b080df 787 2022-09-30T06:39:33.716Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:33.716Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:33.716Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:39:33.717Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:33.718Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:33.718Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519973716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:33.818Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:33.819Z||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-09-30T06:39:33.820Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:33.850Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:33.851Z||pool-59-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:34.719Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e098ec3e-adef-49da-ab0f-b27929e9d9b4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2074b9e9-1123-4670-a6f1-3c8a03b4a440", "vfModuleModelCustomizationUUID": "553f0e66-0ae7-4c49-a15a-3938493260e0", "isBase": true, "artifacts": [ "49fa037d-e2f8-43fb-a91c-05193e3c54ad", "e88df46f-564e-410d-a590-ea97fa99e43e" ], "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-09-30T06:39:34.726Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2074b9e9-1123-4670-a6f1-3c8a03b4a440 VfModuleModelInvariantUUID:e098ec3e-adef-49da-ab0f-b27929e9d9b4 VfModuleModelDescription:NULL Artifacts UUID List:{ 49fa037d-e2f8-43fb-a91c-05193e3c54ad , e88df46f-564e-410d-a590-ea97fa99e43e } 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-09-30T06:39:34.727Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e098ec3e-adef-49da-ab0f-b27929e9d9b4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2074b9e9-1123-4670-a6f1-3c8a03b4a440", "vfModuleModelCustomizationUUID": "553f0e66-0ae7-4c49-a15a-3938493260e0", "isBase": true, "artifacts": [ "49fa037d-e2f8-43fb-a91c-05193e3c54ad", "e88df46f-564e-410d-a590-ea97fa99e43e" ], "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-09-30T06:39:34.728Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2074b9e9-1123-4670-a6f1-3c8a03b4a440 VfModuleModelInvariantUUID:e098ec3e-adef-49da-ab0f-b27929e9d9b4 VfModuleModelDescription:NULL Artifacts UUID List:{ 49fa037d-e2f8-43fb-a91c-05193e3c54ad , e88df46f-564e-410d-a590-ea97fa99e43e } 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-09-30T06:39:34.728Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49fa037d-e2f8-43fb-a91c-05193e3c54ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-30T06:39:34.728Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:39:34.728Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:34.789Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:39:34.790Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 49fa037d-e2f8-43fb-a91c-05193e3c54ad 5033 2022-09-30T06:39:34.790Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:34.790Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:34.790Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:39:34.790Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:34.792Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:34.792Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519974790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:34.893Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:39:34.893Z||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-09-30T06:39:34.893Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:34.910Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:34.911Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:35.793Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e88df46f-564e-410d-a590-ea97fa99e43e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-30T06:39:35.793Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:39:35.794Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:35.855Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:39:35.855Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e88df46f-564e-410d-a590-ea97fa99e43e 903 2022-09-30T06:39:35.855Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:35.856Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:35.856Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:39:35.856Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:35.858Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:35.858Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519975855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:39:35.958Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:35.959Z||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-09-30T06:39:35.960Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:35.973Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:35.973Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:36.859Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6cc9f638-a517-4bb0-8e65-63eda1d52fda 2022-09-30T06:39:36.859Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a684cccf-f345-4658-8f2f-2d5570dc3f13 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-09-30T06:39:36.881Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5be0d71e, org.onap.sdc.toscaparser.api.parameters.Input@14750435, org.onap.sdc.toscaparser.api.parameters.Input@392693f8, org.onap.sdc.toscaparser.api.parameters.Input@7bdf5800, org.onap.sdc.toscaparser.api.parameters.Input@265a3842] 2022-09-30T06:39:36.882Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.883Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.883Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-09-30T06:39:36.883Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 59e0c1ae-da34-46ee-bd86-d4adb1188341 2022-09-30T06:39:36.883Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59e0c1ae-da34-46ee-bd86-d4adb1188341 matches Tosca VF Customization UUID: 59e0c1ae-da34-46ee-bd86-d4adb1188341 2022-09-30T06:39:36.883Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 59e0c1ae-da34-46ee-bd86-d4adb1188341 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-09-30T06:39:36.886Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.886Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.887Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 59e0c1ae-da34-46ee-bd86-d4adb1188341: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-30T06:39:36.887Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16987845 2022-09-30T06:39:36.887Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.887Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:39:36.888Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 553f0e66-0ae7-4c49-a15a-3938493260e0 2022-09-30T06:39:36.888Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 553f0e66-0ae7-4c49-a15a-3938493260e0 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-09-30T06:39:36.890Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.890Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:36.891Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:39:36.891Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.891Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:36.891Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:39:36.891Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.892Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-30T06:39:36.892Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T06:39:36.892Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T06:39:36.892Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cdf1d769-3bca-4f5f-9441-e14951df9211 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-09-30T06:39:36.895Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.895Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:36.895Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:39:36.895Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.895Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-30T06:39:36.896Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=59e0c1ae-da34-46ee-bd86-d4adb1188341 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-09-30T06:39:36.897Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.897Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.898Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6cc9f638-a517-4bb0-8e65-63eda1d52fda: basic_vm 2022-09-30T06:39:36.898Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.898Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.898Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.898Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.899Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.899Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.899Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.899Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.899Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:39:36.900Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:39:36.900Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:37.287Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a684cccf-f345-4658-8f2f-2d5570dc3f13 1 ASDC deployResourceStructure 2022-09-30T06:39:37.288Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:37.288Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:37.288Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:39:37.288Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:37.290Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:37.290Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519977288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:39:37.390Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:37.391Z||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-09-30T06:39:37.391Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:37.412Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:37.412Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:38.293Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:38.293Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:38.293Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:39:38.294Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:38.295Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:38.295Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519978293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:39:38.396Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:38.397Z||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-09-30T06:39:38.397Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:38.414Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:38.414Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:39.296Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:39.297Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||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-09-30T06:39:39.297Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:39:39.297Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:39.299Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:39.299Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519979296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T06:39:39.400Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:39:39.401Z||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-09-30T06:39:39.401Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:39.412Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:39.413Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:40.300Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-30T06:39:40.301Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-30T06:39:40.301Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:39:40.301Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:39:40.303Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:39:40.303Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519980300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:39:40.403Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:39:40.405Z||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-09-30T06:39:40.405Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:39:40.421Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:39:40.422Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:39:41.308Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:39:41.323Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:39:41.326Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:39:41.326Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:39:41.326Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:39:41.327Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-09-30T06:39:41.335Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:40:11.336Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c 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-09-30T06:40:11.343Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c and serviceModelVersionId: 6cc9f638-a517-4bb0-8e65-63eda1d52fda 2022-09-30T06:40:11.343Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a510cad-26ed-47bb-b106-b7cacb280b5e 2022-09-30T06:40:11.344Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0 2022-09-30T06:40:11.349Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:40:11.394Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0|INFO|500||Invoke 2022-09-30T06:40:11.395Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d497462-18aa-4361-8ce4-ec73393ab00a], X-ECOMP-RequestID=[a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c], X-TransactionId=[], X-ONAP-RequestID=[a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c], Content-Type=[application/merge-patch+json]} 2022-09-30T06:40:11.414Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:40:11.520Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?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/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:40:11:597-107], vertex-id=[168136], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:40:11 GMT], Content-Type=[application/json]} 2022-09-30T06:40:11.520Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:40:11.521Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a510cad-26ed-47bb-b106-b7cacb280b5e/model-vers/model-ver/6cc9f638-a517-4bb0-8e65-63eda1d52fda?depth=0|INFO|500||InvokeReturn 2022-09-30T06:40:11.522Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:40:11.522Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-09-30T06:40:11.530Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|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-09-30T06:40:11.530Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:40:11.531Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:40:11.531Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:11.533Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:11.533Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520011530, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:40:11.633Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:11.634Z||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-09-30T06:40:11.634Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:11.669Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:11.670Z||pool-66-thread-1|||||INFO|500||cambria reply ok (37 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-09-30T06:40:12.558Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:40:12.558Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"34a65cd2-5026-4df8-8f96-bb87281a84d5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"287a4718-8cb4-4727-915e-95aa62604a49","serviceDescription":"service","serviceInvariantUUID":"f6d151bb-aa99-4807-9cd7-1241792fa471","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad","resourceInvariantUUID":"c2016b8d-2e10-41e3-b317-e2a06e88b114","resourceCustomizationUUID":"ff55dab7-282f-4753-b05c-6549fb42bdd9","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":"YjhkYjRkNmI2ZDZmZmM0YzUwMDJiYWExYzg3ZDEyMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82254455-f7f7-4a29-95fd-13885b193925","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":"2d13a46a-8ed8-42f6-b595-c3f697070722","artifactVersion":"2","generatedFromUUID":"7cae39fa-7f6e-4673-aa4e-139af69482a5"},{"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":"7cae39fa-7f6e-4673-aa4e-139af69482a5","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":"YzgzOWIxMzY3ZWI4ZTYyZjEzNzZhZTliYjExNTRhNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d24b5e87-9b7e-443e-91bc-c0f5d9c0065b","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":"060167c8-f0dd-4af1-85e9-aa44d1c21181","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":"6cb9e3ea-a8cb-4b5e-9f65-a3da74f138ae","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":"1357b5da-45b1-42c3-bbfa-b979908e4595","artifactVersion":"2","generatedFromUUID":"060167c8-f0dd-4af1-85e9-aa44d1c21181"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDMwNzcxZmQ3MDE1ZTVjNzk1MTI5Nzk4OGUzOGJjODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef8dfd57-44d7-422b-a69e-987f35c51bbf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDk0NWRjNDE5YzBhOTcwYzk2MDU5NzE1M2MyZTc4MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebfb6b80-cd5f-490f-8a83-b01b243ce177","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:40:12.559Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:12.559Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:12.561Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:12.561Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:12.661Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:12.662Z||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-09-30T06:40:12.662Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:12.678Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:12.679Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:13.561Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:13.562Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:13.564Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:13.564Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T06:40:13.665Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:40:13.666Z||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-09-30T06:40:13.666Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:13.682Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:13.683Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:14.565Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:14.565Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:14.567Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:14.567Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T06:40:14.668Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:14.669Z||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-09-30T06:40:14.670Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:14.685Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:14.686Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:40:15.568Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:15.568Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:15.570Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:15.570Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:40:15.670Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:15.671Z||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-09-30T06:40:15.671Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:15.686Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:15.686Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:16.575Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:16.575Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:16.587Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:16.587Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T06:40:16.687Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:40:16.688Z||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-09-30T06:40:16.688Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:16.700Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:16.701Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:40:17.588Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:17.589Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:17.591Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:17.591Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:17.691Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:17.692Z||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-09-30T06:40:17.692Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:17.707Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:17.708Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:40:18.592Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:18.593Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:18.594Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:18.595Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T06:40:18.695Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:18.695Z||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-09-30T06:40:18.696Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:18.718Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:18.719Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:40:19.595Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:19.596Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:19.598Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:19.598Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:19.698Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:19.699Z||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-09-30T06:40:19.699Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:19.716Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:19.716Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:40:20.599Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:40:20.600Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:20.602Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:20.602Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:40:20.707Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-30T06:40:20.708Z||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-09-30T06:40:20.708Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:20.728Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:20.729Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:40:21.604Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "287a4718-8cb4-4727-915e-95aa62604a49", "serviceDescription": "service", "serviceInvariantUUID": "f6d151bb-aa99-4807-9cd7-1241792fa471", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ff55dab7-282f-4753-b05c-6549fb42bdd9", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad", "resourceInvariantUUID": "c2016b8d-2e10-41e3-b317-e2a06e88b114", "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": "2d13a46a-8ed8-42f6-b595-c3f697070722", "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": "7cae39fa-7f6e-4673-aa4e-139af69482a5", "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": "YzgzOWIxMzY3ZWI4ZTYyZjEzNzZhZTliYjExNTRhNjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d24b5e87-9b7e-443e-91bc-c0f5d9c0065b", "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": "060167c8-f0dd-4af1-85e9-aa44d1c21181", "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": "1357b5da-45b1-42c3-bbfa-b979908e4595", "generatedFromUUID": "060167c8-f0dd-4af1-85e9-aa44d1c21181" }, "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": "1357b5da-45b1-42c3-bbfa-b979908e4595", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDk0NWRjNDE5YzBhOTcwYzk2MDU5NzE1M2MyZTc4MDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebfb6b80-cd5f-490f-8a83-b01b243ce177" } ], "workloadContext": "Production" } 2022-09-30T06:40:21.604Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:40:21.605Z|a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 287a4718-8cb4-4727-915e-95aa62604a49 ASDC 2022-09-30T06:40:21.605Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:34a65cd2-5026-4df8-8f96-bb87281a84d5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:287a4718-8cb4-4727-915e-95aa62604a49 ServiceInvariantUUID:f6d151bb-aa99-4807-9cd7-1241792fa471 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:ebfb6b80-cd5f-490f-8a83-b01b243ce177 ArtifactChecksum:NDk0NWRjNDE5YzBhOTcwYzk2MDU5NzE1M2MyZTc4MDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ff55dab7-282f-4753-b05c-6549fb42bdd9 ResourceInvariantUUID:c2016b8d-2e10-41e3-b317-e2a06e88b114 ResourceName:basic_cnf ResourceType:VF ResourceUUID:c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad 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:2d13a46a-8ed8-42f6-b595-c3f697070722 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:7cae39fa-7f6e-4673-aa4e-139af69482a5 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:d24b5e87-9b7e-443e-91bc-c0f5d9c0065b ArtifactChecksum:YzgzOWIxMzY3ZWI4ZTYyZjEzNzZhZTliYjExNTRhNjA= 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:060167c8-f0dd-4af1-85e9-aa44d1c21181 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:1357b5da-45b1-42c3-bbfa-b979908e4595 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:1357b5da-45b1-42c3-bbfa-b979908e4595 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T06:40:21.606Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 287a4718-8cb4-4727-915e-95aa62604a49 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-09-30T06:40:21.672Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:40:21.673Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:40:21.673Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:40:21.674Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebfb6b80-cd5f-490f-8a83-b01b243ce177 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T06:40:21.674Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:40:21.674Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T06:40:21.877Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:40:21.880Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ebfb6b80-cd5f-490f-8a83-b01b243ce177 73635 2022-09-30T06:40:21.882Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-30T06:40:21.883Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T06:40:21.883Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:40:21.884Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:21.885Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:21.886Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520021881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:21.986Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:21.987Z||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-09-30T06:40:21.987Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:22.001Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:22.001Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:22.886Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:40:22.888Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-09-30T06:40:22.888Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ebfb6b80-cd5f-490f-8a83-b01b243ce177, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T06:40:22.889Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-09-30T06:40:22.889Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T06:40:22.890Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T06:40:23.042Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11933335664999690595/Definitions/service-BasicCnf-template.yml 2022-09-30T06:40:23.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:40:23.853Z||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-09-30T06:40:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:40:23.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:23.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519884997, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:40:23.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:40:23.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:40:23.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:40:23.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:40:23.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519898713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:23.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:40:23.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:40:23.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519900905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:40:23.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-09-30T06:40:24.261Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:40:24.262Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-30T06:40:24.262Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T06:40:24.262Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-30T06:40:24.262Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:24.262Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-30T06:40:24.262Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:24.263Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-BasicCnf-csar.csar 2022-09-30T06:40:24.263Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-09-30T06:40:24.263Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.263Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.263Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-09-30T06:40:24.264Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-09-30T06:40:24.265Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T06:40:24.266Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.266Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:40:24.266Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.266Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:24.266Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:40:24.266Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.267Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:24.267Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:40:24.267Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.267Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:24.275Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:40:24.276Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.276Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T06:40:24.276Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-30T06:40:24.277Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f1c59639-5229-4a3b-b80f-56294e8535fb 2022-09-30T06:40:24.277Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.277Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.277Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.278Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.278Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.278Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.278Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:24.279Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:24.279Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:287a4718-8cb4-4727-915e-95aa62604a49 Model Version:NULL Model InvariantUuid:f6d151bb-aa99-4807-9cd7-1241792fa471 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6f63ee70-6f37-4db0-addc-02da78430f25 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c2016b8d-2e10-41e3-b317-e2a06e88b114 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ff55dab7-282f-4753-b05c-6549fb42bdd9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:72f6091b-fdf8-4708-8a0f-67082cbc808e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:dce9f0bd-f9c5-4bed-9c20-8604feabff93 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f1c59639-5229-4a3b-b80f-56294e8535fb ModelInvariantUuid:363eeaf9-2471-456b-a23e-bf7360bd40bc ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:76e8a5d1-e0a7-488a-81f6-9e3e65e0a0d2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cd3cc695-7232-4866-a91f-a9060036976b ModelInvariantUuid:5511b39b-76f9-4199-a0f7-c700726b0d0d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6fcb3920-23e2-4a0a-b304-43a5348a4a6f 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-09-30T06:40:24.289Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad 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-09-30T06:40:24.294Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-09-30T06:40:24.294Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad 2022-09-30T06:40:24.294Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d13a46a-8ed8-42f6-b595-c3f697070722 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-30T06:40:24.295Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:40:24.295Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:24.364Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:40:24.365Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2d13a46a-8ed8-42f6-b595-c3f697070722 12 2022-09-30T06:40:24.365Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:24.366Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:24.366Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:40:24.366Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:24.368Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:24.368Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520024365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:24.468Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:24.469Z||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-09-30T06:40:24.469Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:24.483Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:24.483Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:25.369Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7cae39fa-7f6e-4673-aa4e-139af69482a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-30T06:40:25.370Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:40:25.370Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:25.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:40:25.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7cae39fa-7f6e-4673-aa4e-139af69482a5 2688 2022-09-30T06:40:25.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:25.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:25.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:40:25.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:25.482Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:25.482Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520025480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:25.582Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:25.583Z||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-09-30T06:40:25.583Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:25.600Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:25.601Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:26.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d24b5e87-9b7e-443e-91bc-c0f5d9c0065b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-30T06:40:26.485Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:40:26.485Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:26.587Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:40:26.587Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d24b5e87-9b7e-443e-91bc-c0f5d9c0065b 828 2022-09-30T06:40:26.588Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:26.588Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:26.588Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:40:26.588Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:26.596Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:26.597Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520026588, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:26.696Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:40:26.697Z||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-09-30T06:40:26.697Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:26.712Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:26.712Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:27.597Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "72f6091b-fdf8-4708-8a0f-67082cbc808e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dce9f0bd-f9c5-4bed-9c20-8604feabff93", "vfModuleModelCustomizationUUID": "1fac5c99-288b-4e5a-b11a-329b2df05f56", "isBase": true, "artifacts": [ "060167c8-f0dd-4af1-85e9-aa44d1c21181", "7cae39fa-7f6e-4673-aa4e-139af69482a5", "1357b5da-45b1-42c3-bbfa-b979908e4595" ], "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-09-30T06:40:27.601Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dce9f0bd-f9c5-4bed-9c20-8604feabff93 VfModuleModelInvariantUUID:72f6091b-fdf8-4708-8a0f-67082cbc808e VfModuleModelDescription:NULL Artifacts UUID List:{ 060167c8-f0dd-4af1-85e9-aa44d1c21181 , 7cae39fa-7f6e-4673-aa4e-139af69482a5 , 1357b5da-45b1-42c3-bbfa-b979908e4595 } 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-09-30T06:40:27.603Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "72f6091b-fdf8-4708-8a0f-67082cbc808e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dce9f0bd-f9c5-4bed-9c20-8604feabff93", "vfModuleModelCustomizationUUID": "1fac5c99-288b-4e5a-b11a-329b2df05f56", "isBase": true, "artifacts": [ "060167c8-f0dd-4af1-85e9-aa44d1c21181", "7cae39fa-7f6e-4673-aa4e-139af69482a5", "1357b5da-45b1-42c3-bbfa-b979908e4595" ], "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-09-30T06:40:27.603Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dce9f0bd-f9c5-4bed-9c20-8604feabff93 VfModuleModelInvariantUUID:72f6091b-fdf8-4708-8a0f-67082cbc808e VfModuleModelDescription:NULL Artifacts UUID List:{ 060167c8-f0dd-4af1-85e9-aa44d1c21181 , 7cae39fa-7f6e-4673-aa4e-139af69482a5 , 1357b5da-45b1-42c3-bbfa-b979908e4595 } 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-09-30T06:40:27.603Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 060167c8-f0dd-4af1-85e9-aa44d1c21181 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-30T06:40:27.603Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:40:27.603Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:27.707Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:40:27.708Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 060167c8-f0dd-4af1-85e9-aa44d1c21181 1164 2022-09-30T06:40:27.708Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:27.708Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:27.708Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:40:27.709Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:27.710Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:27.710Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520027708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:27.812Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:40:27.813Z||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-09-30T06:40:27.813Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:27.827Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:27.828Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:28.715Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1357b5da-45b1-42c3-bbfa-b979908e4595 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-30T06:40:28.716Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-09-30T06:40:28.716Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:28.808Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-09-30T06:40:28.808Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1357b5da-45b1-42c3-bbfa-b979908e4595 200 2022-09-30T06:40:28.809Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:28.809Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:28.809Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:40:28.809Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:28.811Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:28.811Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520028809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:40:28.911Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:28.912Z||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-09-30T06:40:28.912Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:28.925Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:28.925Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:29.811Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 287a4718-8cb4-4727-915e-95aa62604a49 2022-09-30T06:40:29.812Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad 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=? 2022-09-30T06:40:29.837Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-09-30T06:40:29.843Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@eefecca, org.onap.sdc.toscaparser.api.parameters.Input@1cc45c87, org.onap.sdc.toscaparser.api.parameters.Input@3be95445, org.onap.sdc.toscaparser.api.parameters.Input@77b0d125, org.onap.sdc.toscaparser.api.parameters.Input@648eaa5] 2022-09-30T06:40:29.845Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.845Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.845Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-09-30T06:40:29.846Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ff55dab7-282f-4753-b05c-6549fb42bdd9 2022-09-30T06:40:29.846Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff55dab7-282f-4753-b05c-6549fb42bdd9 matches Tosca VF Customization UUID: ff55dab7-282f-4753-b05c-6549fb42bdd9 2022-09-30T06:40:29.846Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ff55dab7-282f-4753-b05c-6549fb42bdd9 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-09-30T06:40:29.874Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.874Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.877Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ff55dab7-282f-4753-b05c-6549fb42bdd9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-30T06:40:29.877Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3824475d 2022-09-30T06:40:29.878Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.878Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-30T06:40:29.878Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1fac5c99-288b-4e5a-b11a-329b2df05f56 2022-09-30T06:40:29.879Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1fac5c99-288b-4e5a-b11a-329b2df05f56 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-09-30T06:40:29.882Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.882Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:29.882Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:40:29.884Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.884Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:29.884Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:40:29.884Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.885Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-30T06:40:29.885Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-30T06:40:29.885Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f1c59639-5229-4a3b-b80f-56294e8535fb 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-09-30T06:40:29.887Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.887Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:29.888Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:40:29.888Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.888Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-30T06:40:29.888Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ff55dab7-282f-4753-b05c-6549fb42bdd9 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-09-30T06:40:29.890Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.890Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 287a4718-8cb4-4727-915e-95aa62604a49: basic_cnf 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.891Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.892Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.892Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.892Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:40:29.892Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:40:29.892Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:29.975Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c55ba1b0-03de-4e3d-b420-6c4c65d3e0ad 1 ASDC deployResourceStructure 2022-09-30T06:40:29.976Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:29.977Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:29.979Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T06:40:29.979Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:29.981Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:29.981Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520029976, "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-09-30T06:40:30.091Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-09-30T06:40:30.092Z||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-09-30T06:40:30.092Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:30.112Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:30.113Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:30.983Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:30.983Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:30.983Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T06:40:30.983Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:30.985Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:30.985Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520030982, "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-09-30T06:40:31.087Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T06:40:31.088Z||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-09-30T06:40:31.088Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:31.131Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:31.132Z||pool-83-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:31.986Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:31.987Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:31.987Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:40:31.987Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:31.989Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:31.989Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520031986, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:40:32.089Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:32.090Z||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-09-30T06:40:32.090Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:32.108Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:32.109Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:32.989Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:32.990Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:32.991Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:40:32.991Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:32.993Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:32.993Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520032989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:40:33.093Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:33.094Z||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-09-30T06:40:33.094Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:33.117Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:33.117Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:33.994Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:33.994Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||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-09-30T06:40:33.994Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:40:33.995Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:33.996Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:33.996Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520033994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-30T06:40:34.097Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:40:34.097Z||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-09-30T06:40:34.097Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:34.114Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:34.114Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:34.997Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-30T06:40:34.998Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-30T06:40:34.998Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:40:34.998Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:40:35.000Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:40:35.000Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520034997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:40:35.100Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:40:35.101Z||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-09-30T06:40:35.101Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:40:35.127Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:40:35.128Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:40:36.001Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34a65cd2-5026-4df8-8f96-bb87281a84d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:40:36.012Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34a65cd2-5026-4df8-8f96-bb87281a84d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:40:36.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:40:36.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:40:36.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:40:36.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:40:36.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:40:36.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:40:36.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:40:36.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:40:36.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:40:36.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:40:36.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:40:36.021Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:41:06.022Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34a65cd2-5026-4df8-8f96-bb87281a84d5 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-09-30T06:41:06.028Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34a65cd2-5026-4df8-8f96-bb87281a84d5 and serviceModelVersionId: 287a4718-8cb4-4727-915e-95aa62604a49 2022-09-30T06:41:06.028Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6d151bb-aa99-4807-9cd7-1241792fa471 2022-09-30T06:41:06.029Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0 2022-09-30T06:41:06.033Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:41:06.075Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0|INFO|500||Invoke 2022-09-30T06:41:06.075Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34a65cd2-5026-4df8-8f96-bb87281a84d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3cb70df-49ec-4cc5-b8db-4e1d1f203959], X-ECOMP-RequestID=[34a65cd2-5026-4df8-8f96-bb87281a84d5], X-TransactionId=[], X-ONAP-RequestID=[34a65cd2-5026-4df8-8f96-bb87281a84d5], Content-Type=[application/merge-patch+json]} 2022-09-30T06:41:06.093Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:41:06.183Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?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/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:41:06:275-74785], vertex-id=[241752], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:41:06 GMT], Content-Type=[application/json]} 2022-09-30T06:41:06.184Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:41:06.184Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d151bb-aa99-4807-9cd7-1241792fa471/model-vers/model-ver/287a4718-8cb4-4727-915e-95aa62604a49?depth=0|INFO|500||InvokeReturn 2022-09-30T06:41:06.185Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:41:06.185Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:41:06.191Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:41:06.191Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34a65cd2-5026-4df8-8f96-bb87281a84d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:41:06.192Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:41:06.192Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:41:06.194Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:41:06.194Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520066191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:41:06.294Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:41:06.295Z||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-09-30T06:41:06.295Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:41:06.313Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:06.313Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T06:41:07.208Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:07.208Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:41:07.209Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:41:17.572Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:17.573Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:17.573Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:41:17.573Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:41:23.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:23.853Z||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-09-30T06:41:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:41:23.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:23.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:41:23.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519962153, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:41:23.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:41:23.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:41:23.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:41:23.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-30T06:41:27.123Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:27.124Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:27.125Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:41:27.125Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:41:36.716Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:36.716Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:36.717Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:41:36.717Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:41:46.271Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:46.271Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:46.272Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:41:46.272Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:41:55.821Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:41:55.822Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:41:55.823Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:41:55.823Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:42:05.388Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:42:23.849Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:42:23.850Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:42:23.850Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:42:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:42:23.852Z||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-09-30T06:42:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:42:23.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:42:23.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:42:23.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T06:42:23.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:42:23.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T06:42:23.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:42:23.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:42:23.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519971161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:42:23.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519973716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:42:23.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519974790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:42:23.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519975855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:42:23.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519977288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:42:23.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519978293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:42:23.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519979296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519980300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8bc0da3-9aac-4c3c-82d5-4bd8b428fc6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520011530, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:42:23.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-30T06:42:23.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:42:23.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-30T06:42:23.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:42:23.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664519886015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:42:23.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-30T06:42:23.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-30T06:42:23.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520021881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:42:23.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:42:33.401Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:43:23.849Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:43:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:43:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:43:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:43:23.852Z||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-09-30T06:43:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:43:24.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:43:24.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520024365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:43:24.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520025480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T06:43:24.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520026588, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:43:24.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520027708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:43:24.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520028809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:43:24.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520029976, "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-09-30T06:43:24.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520030982, "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-09-30T06:43:24.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520031986, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:43:24.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520032989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:43:24.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520033994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-30T06:43:24.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520034997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:43:24.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:24.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-30T06:43:24.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34a65cd2-5026-4df8-8f96-bb87281a84d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520066191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:43:24.406Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:43:33.440Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:44:23.849Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:44:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:44:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:44:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:44:23.852Z||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-09-30T06:44:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:44:33.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:44:33.426Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:45:23.849Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:45:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:45:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:45:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:45:23.852Z||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-09-30T06:45:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:45:33.414Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:45:33.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:46:23.849Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:46:23.850Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:46:23.850Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:46:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:46:23.852Z||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-09-30T06:46:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:46:33.405Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:46:33.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:47:23.850Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:47:23.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:47:23.855Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:47:23.855Z||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-09-30T06:47:23.856Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:47:23.856Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:47:33.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:47:33.415Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:23.849Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:48:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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-09-30T06:48:23.851Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|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 usZCPhGQODV56cFN) ... 2022-09-30T06:48:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:48:23.852Z||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-09-30T06:48:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:48:24.484Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:24.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:24.485Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.486Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fa9dc0d-cb84-486d-be52-9b1a49fbe49c","serviceName":"Demo_pNF_c1OIvNlEB5fkg9JtL36x","serviceVersion":"1.0","serviceUUID":"de42b4ef-49d3-4602-80b8-920a464ca41f","serviceDescription":"catalog service description","serviceInvariantUUID":"f3a58abe-1d0f-43a1-8593-727d36a2af35","resources":[{"resourceInstanceName":"pNF 16744f20-c973 0","resourceName":"pNF 16744f20-c973","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"29daecb1-3577-4bfc-9f71-0fcdc33b3e38","resourceInvariantUUID":"53afae67-dde7-44ad-9b17-90fde9af58cd","resourceCustomizationUUID":"752d5123-947c-4edb-ab63-e54279f02305","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml","artifactChecksum":"YjdjYjdlYjA2ZGU3NTNhOGRkZDk3MjJhNWFhMGIxMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ff3a71d-aa17-4a5e-adad-9771ce5dbcae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar","artifactChecksum":"MWFiNjdmZDE3OTUxYTBiNjhmYzZjNzIwZmZlY2Q2MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fefa15a-3003-4695-be9a-ef4bb07297b8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2778e00-1364-4411-9b4d-8b26175049a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml","artifactChecksum":"M2E0MmYwODQ5M2UxYjE1MzY1ZmUxZTcxNDI5NmJlM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ed9aeff-eaea-4d39-a119-10357d084db9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ad402e-1815-414d-96ba-6229007df42f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f232e5e4-7241-4187-8c72-aa16078e4276","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml","artifactChecksum":"MTJiYjg1NzQzNzYyMjEwYzE4ZTlkMDY5YTg5OTdjM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d509a3e-29d1-4875-84b2-be4f75c64d8c","artifactVersion":"1"},{"artifactName":"service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar","artifactChecksum":"YWFkYWRkN2U2NTdjYzQ5MmE5NGUyMjAyNzhhMDAzZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c530d26-fc9f-4162-8add-0fddba56911b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:48:24.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.493Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:24.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.493Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520456738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520456697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:48:24.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520473095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520472504, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:48:24.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520465113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:48:24.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "cds", "timestamp": 1664520474102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-09-30T06:48:24.502Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:24.503Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:48:24.524Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 2022-09-30T06:48:24.525Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 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-09-30T06:48:24.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520473534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:48:24.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520473950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:48:24.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "ves-openapi-manager", "timestamp": 1664520474537, "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-09-30T06:48:24.549Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 2022-09-30T06:48:24.549Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 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-09-30T06:48:24.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520478089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:48:24.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "multicloud-k8s-id", "timestamp": 1664520470395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:48:24.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520471171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:48:24.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "aai-ml", "timestamp": 1664520479093, "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-09-30T06:48:24.574Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 2022-09-30T06:48:24.574Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 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-09-30T06:48:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520480044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520482385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520483389, "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-09-30T06:48:24.592Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 2022-09-30T06:48:24.592Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 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-09-30T06:48:24.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520479500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520495548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:48:24.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520497561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:48:24.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:48:24.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:48:24.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "clamp", "timestamp": 1664520498566, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2022-09-30T06:48:24.602Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:48:24.604Z||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-09-30T06:48:24.604Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:24.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 2022-09-30T06:48:24.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:48:24.620Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:24.621Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:25.503Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:25.504Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:25.508Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:25.509Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:25.609Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:48:25.610Z||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-09-30T06:48:25.610Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:25.625Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:25.625Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:48:26.509Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:26.514Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:26.517Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:26.518Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:26.618Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:48:26.619Z||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-09-30T06:48:26.619Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:26.634Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:26.634Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:27.522Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:27.523Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:27.526Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:27.526Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:27.626Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:48:27.627Z||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-09-30T06:48:27.627Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:27.665Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:27.666Z||pool-92-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:48:28.526Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:28.527Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:28.529Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:28.529Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:28.629Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:48:28.630Z||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-09-30T06:48:28.630Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:28.645Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:28.645Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:29.530Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:29.530Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:29.533Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:29.533Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:29.633Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:48:29.635Z||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-09-30T06:48:29.635Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:29.651Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:29.651Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:30.534Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:30.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:30.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:30.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:48:30.642Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:48:30.643Z||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-09-30T06:48:30.644Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:30.657Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:30.658Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:31.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:48:31.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:31.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:31.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:48:31.647Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:48:31.648Z||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-09-30T06:48:31.648Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:31.661Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:31.662Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:32.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "serviceName": "Demo_pNF_c1OIvNlEB5fkg9JtL36x", "serviceVersion": "1.0", "serviceUUID": "de42b4ef-49d3-4602-80b8-920a464ca41f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f3a58abe-1d0f-43a1-8593-727d36a2af35", "resources": [ { "resourceInstanceName": "pNF 16744f20-c973 0", "resourceCustomizationUUID": "752d5123-947c-4edb-ab63-e54279f02305", "resourceName": "pNF 16744f20-c973", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "29daecb1-3577-4bfc-9f71-0fcdc33b3e38", "resourceInvariantUUID": "53afae67-dde7-44ad-9b17-90fde9af58cd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "artifactChecksum": "YWFkYWRkN2U2NTdjYzQ5MmE5NGUyMjAyNzhhMDAzZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c530d26-fc9f-4162-8add-0fddba56911b" } ], "workloadContext": "Production" } 2022-09-30T06:48:32.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:48:32.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de42b4ef-49d3-4602-80b8-920a464ca41f ASDC 2022-09-30T06:48:32.549Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0fa9dc0d-cb84-486d-be52-9b1a49fbe49c ServiceName:Demo_pNF_c1OIvNlEB5fkg9JtL36x ServiceVersion:1.0 ServiceUUID:de42b4ef-49d3-4602-80b8-920a464ca41f ServiceInvariantUUID:f3a58abe-1d0f-43a1-8593-727d36a2af35 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar ArtifactUUID:7c530d26-fc9f-4162-8add-0fddba56911b ArtifactChecksum:YWFkYWRkN2U2NTdjYzQ5MmE5NGUyMjAyNzhhMDAzZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 16744f20-c973 0 ResourceCustomizationUUID:752d5123-947c-4edb-ab63-e54279f02305 ResourceInvariantUUID:53afae67-dde7-44ad-9b17-90fde9af58cd ResourceName:pNF 16744f20-c973 ResourceType:PNF ResourceUUID:29daecb1-3577-4bfc-9f71-0fcdc33b3e38 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T06:48:32.549Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de42b4ef-49d3-4602-80b8-920a464ca41f 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-09-30T06:48:32.588Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:48:32.590Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:48:32.590Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:48:32.590Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c530d26-fc9f-4162-8add-0fddba56911b from URL: /sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:32.590Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-09-30T06:48:32.591Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:32.695Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-09-30T06:48:32.700Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 7c530d26-fc9f-4162-8add-0fddba56911b 87742 2022-09-30T06:48:32.700Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar ASDC sendASDCNotification 2022-09-30T06:48:32.700Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:32.700Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:48:32.701Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:32.703Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:32.703Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520512700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:48:32.803Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:48:32.805Z||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-09-30T06:48:32.805Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:32.842Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:32.843Z||pool-97-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:33.704Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:48:33.705Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-09-30T06:48:33.705Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c530d26-fc9f-4162-8add-0fddba56911b, URL: /sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar to file: /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:33.706Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:33.706Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:33.707Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:33.898Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15595191568978639324/Definitions/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml 2022-09-30T06:48:34.981Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:48:34.982Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-30T06:48:34.982Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.983Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T06:48:34.983Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16744f20-c973 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-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.983Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.983Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.984Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.984Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.984Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.984Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:34.985Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-09-30T06:48:34.985Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.985Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.986Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Node template pNF 16744f20-c973 0 is matching search criteria 2022-09-30T06:48:34.986Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-30T06:48:34.987Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 16744f20-c973 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:48:34.987Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.987Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.988Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Node template pNF 16744f20-c973 0 is matching search criteria 2022-09-30T06:48:34.988Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-09-30T06:48:34.988Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 16744f20-c973 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T06:48:34.989Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.989Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.989Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.990Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.990Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.990Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.991Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.991Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.991Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:34.991Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:34.992Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_c1OIvNlEB5fkg9JtL36x Description:catalog service description Model UUID:de42b4ef-49d3-4602-80b8-920a464ca41f Model Version:NULL Model InvariantUuid:f3a58abe-1d0f-43a1-8593-727d36a2af35 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-09-30T06:48:35.005Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 29daecb1-3577-4bfc-9f71-0fcdc33b3e38 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-09-30T06:48:35.011Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||pNF 16744f20-c973 0 2022-09-30T06:48:35.011Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 29daecb1-3577-4bfc-9f71-0fcdc33b3e38 2022-09-30T06:48:35.011Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: de42b4ef-49d3-4602-80b8-920a464ca41f 2022-09-30T06:48:35.012Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: de42b4ef-49d3-4602-80b8-920a464ca41f 2022-09-30T06:48:35.012Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 16744f20-c973 0 29daecb1-3577-4bfc-9f71-0fcdc33b3e38 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-09-30T06:48:35.018Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34ed6b57, org.onap.sdc.toscaparser.api.parameters.Input@54e83fb7, org.onap.sdc.toscaparser.api.parameters.Input@55d0ddff, org.onap.sdc.toscaparser.api.parameters.Input@4afae02, org.onap.sdc.toscaparser.api.parameters.Input@5b47da13] 2022-09-30T06:48:35.018Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:35.018Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:35.019Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid de42b4ef-49d3-4602-80b8-920a464ca41f: pNF 16744f20-c973 2022-09-30T06:48:35.019Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Processing PNF resource: 29daecb1-3577-4bfc-9f71-0fcdc33b3e38 2022-09-30T06:48:35.019Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:48:35.019Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_c1OIvNlEB5fkg9JtL36x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T06:48:35.020Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||Resource customization UUID: 752d5123-947c-4edb-ab63-e54279f02305 is the same as notified resource customizationUUID: 752d5123-947c-4edb-ab63-e54279f02305 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-09-30T06:48:35.117Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 16744f20-c973 29daecb1-3577-4bfc-9f71-0fcdc33b3e38 0 ASDC deployResourceStructure 2022-09-30T06:48:35.117Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar ASDC sendASDCNotification 2022-09-30T06:48:35.117Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar 2022-09-30T06:48:35.118Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:48:35.118Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:48:35.127Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:48:35.127Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520515117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:48:35.220Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-30T06:48:35.221Z||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-09-30T06:48:35.221Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:48:35.233Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:48:35.233Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:48:36.128Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:48:36.145Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:48:36.148Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:48:36.148Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:48:36.148Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:48:36.149Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:48:36.157Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T06:49:06.157Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c 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-09-30T06:49:06.164Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c and serviceModelVersionId: de42b4ef-49d3-4602-80b8-920a464ca41f 2022-09-30T06:49:06.165Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a58abe-1d0f-43a1-8593-727d36a2af35 2022-09-30T06:49:06.166Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0 2022-09-30T06:49:06.172Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T06:49:06.227Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0|INFO|500||Invoke 2022-09-30T06:49:06.228Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0fa9dc0d-cb84-486d-be52-9b1a49fbe49c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7d1c35c-511a-4cde-8e97-e17573f60aeb], X-ECOMP-RequestID=[0fa9dc0d-cb84-486d-be52-9b1a49fbe49c], X-TransactionId=[], X-ONAP-RequestID=[0fa9dc0d-cb84-486d-be52-9b1a49fbe49c], Content-Type=[application/merge-patch+json]} 2022-09-30T06:49:06.252Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T06:49:06.357Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?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/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:49:06:431-38440], vertex-id=[266328], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:49:06 GMT], Content-Type=[application/json]} 2022-09-30T06:49:06.358Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T06:49:06.359Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a58abe-1d0f-43a1-8593-727d36a2af35/model-vers/model-ver/de42b4ef-49d3-4602-80b8-920a464ca41f?depth=0|INFO|500||InvokeReturn 2022-09-30T06:49:06.360Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T06:49:06.360Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-30T06:49:06.366Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-30T06:49:06.366Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fa9dc0d-cb84-486d-be52-9b1a49fbe49c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T06:49:06.367Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T06:49:06.367Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:49:06.369Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:49:06.369Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520546367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:49:06.469Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:49:06.470Z||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-09-30T06:49:06.471Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:49:06.490Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:49:06.490Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T06:49:23.849Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:49:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:49:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:49:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:49:23.852Z||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-09-30T06:49:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:49:23.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:49:23.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:49:23.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:49:24.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:49:33.464Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:50:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:50:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:50:23.853Z||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-09-30T06:50:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:50:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:50:23.854Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:50:24.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:50:24.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:50:24.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:50:24.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/resourceInstances/pnf16744f20c9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:50:24.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520503849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520512700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:50:24.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:50:24.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520515117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfC1oivnleb5fkg9jtl36x/1.0/artifacts/service-DemoPnfC1oivnleb5fkg9jtl36x-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:50:24.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:50:24.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T06:50:24.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0fa9dc0d-cb84-486d-be52-9b1a49fbe49c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520546367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T06:50:24.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:50:33.435Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:51:23.849Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:51:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:51:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:51:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:51:23.853Z||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-09-30T06:51:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:51:33.430Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:51:33.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:52:23.849Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:52:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:52:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:52:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:52:23.852Z||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-09-30T06:52:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:52:33.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:52:33.399Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:53:23.849Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:53:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:53:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:53:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:53:23.852Z||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-09-30T06:53:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:53:33.413Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:53:33.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:54:23.849Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:54:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:54:23.851Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:54:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:54:23.852Z||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-09-30T06:54:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:54:33.449Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:54:33.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:55:23.849Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:55:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T06:55:23.850Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T06:55:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:55:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:55:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T06:55:33.459Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:55:33.459Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:56:23.851Z||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-09-30T06:56:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T06:56:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:56:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:56:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T06:56:24.001Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:24.003Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.003Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.005Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.006Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.007Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.008Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.009Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.010Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.012Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.012Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.012Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.013Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.013Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.013Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:56:24.014Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.014Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.014Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.015Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.016Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.017Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.017Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.019Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T06:56:24.019Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.020Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.020Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.020Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.020Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.020Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "ves-openapi-manager", "timestamp": 1664520956738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.021Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.021Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.021Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520959500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:56:24.022Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.022Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.022Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.022Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.023Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.023Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.023Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.023Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.024Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T06:56:24.024Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.024Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.024Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.025Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.025Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.025Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520966697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:56:24.026Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.026Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.026Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T06:56:24.026Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.027Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.027Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.027Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.028Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.028Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520977590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:24.028Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:56:24.029Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.029Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T06:56:24.035Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.035Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.035Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.036Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.036Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.036Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.036Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.037Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.037Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.037Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.038Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.038Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.038Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.039Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.039Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.039Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.039Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.040Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520979697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:24.040Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:56:24.040Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.040Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.040Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.041Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.041Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.041Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.041Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.041Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.042Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.042Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.042Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "cds", "timestamp": 1664520980744, "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-09-30T06:56:24.077Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6da14748-d63b-407e-a683-78a5a091ff3e 2022-09-30T06:56:24.077Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da14748-d63b-407e-a683-78a5a091ff3e 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-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.087Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520981215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.088Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.089Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520982322, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.090Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520983392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:24.091Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:56:24.092Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.092Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.092Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:56:24.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:24.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T06:56:24.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6da14748-d63b-407e-a683-78a5a091ff3e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f0a45baa-5937-4bed-8515-f264bd13077d","serviceDescription":"service","serviceInvariantUUID":"776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f018333b-8c00-4223-b000-1dfa690af36b","resourceInvariantUUID":"7b2c283a-4bd3-46e4-8732-8a64431a6585","resourceCustomizationUUID":"35cf7c44-2484-46c5-a349-248639e955e3","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":"Zjc1M2RjYmE5YTRiNzkyYWE2NDE2NDEyYmZhNDhhYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"335b1f41-4816-4a39-9ce3-2742d42e5d24","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":"NzNkNGMxZjNlN2JhNDdkNzNlZjYxOTUwMzhjNTIzY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d46710fe-a866-4874-8d48-fed3589fc8ef","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":"86b7a61a-0e69-458e-8b4b-1213061a4ce7","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":"d5dc3a09-6fe2-46a8-8bd3-51f3216c025e","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":"29c206fb-1763-439a-90b4-0e271dd16c27","artifactVersion":"2","generatedFromUUID":"ecb136bc-722a-4218-912b-83f186116905"},{"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":"5a85fc68-7838-4d55-b092-b142a576c215","artifactVersion":"2","generatedFromUUID":"86b7a61a-0e69-458e-8b4b-1213061a4ce7"},{"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":"ecb136bc-722a-4218-912b-83f186116905","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":"60280ae0-3300-4d2f-9422-d16a94a6d063","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":"ODJiZjdlZGQwM2IwM2JhNDI4MDgzM2U4MGZjNmRkYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ddf819b-37dc-4136-8b00-a71bc4aace61","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjAyNmY4OWQ0Nzc2NjYxNDJlYWJhMzFjMTQzMzQwMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"489defe5-2167-4766-a7f7-d508f2d2350e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T06:56:24.498Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:24.498Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:24.501Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:24.501Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:24.601Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:56:24.602Z||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-09-30T06:56:24.602Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:24.643Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:24.643Z||pool-100-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:25.502Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:25.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:25.505Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:25.505Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:56:25.605Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:25.606Z||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-09-30T06:56:25.606Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:25.648Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:25.648Z||pool-101-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:26.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:26.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:26.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:26.509Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T06:56:26.609Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:26.609Z||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-09-30T06:56:26.610Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:26.633Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:26.633Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:27.509Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:27.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:27.512Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:27.512Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:27.612Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:27.613Z||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-09-30T06:56:27.613Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:27.635Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:27.635Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:28.512Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:28.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:28.515Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:28.515Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T06:56:28.615Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:28.616Z||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-09-30T06:56:28.616Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:28.633Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:28.633Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:29.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:29.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:29.519Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:29.519Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T06:56:29.619Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:29.619Z||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-09-30T06:56:29.620Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:29.632Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:29.633Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:30.519Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:30.520Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:30.522Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:30.522Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T06:56:30.622Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:30.623Z||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-09-30T06:56:30.623Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:30.636Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:30.637Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:31.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:31.524Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:31.526Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:31.527Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:31.627Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:31.628Z||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-09-30T06:56:31.628Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:31.648Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:31.649Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:32.529Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:32.529Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:32.531Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:32.531Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:56:32.632Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:56:32.634Z||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-09-30T06:56:32.634Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:32.664Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:32.665Z||pool-108-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:33.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T06:56:33.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:33.535Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:33.535Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:56:33.635Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:33.636Z||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-09-30T06:56:33.636Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:33.652Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:33.652Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:34.537Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f0a45baa-5937-4bed-8515-f264bd13077d", "serviceDescription": "service", "serviceInvariantUUID": "776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "35cf7c44-2484-46c5-a349-248639e955e3", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f018333b-8c00-4223-b000-1dfa690af36b", "resourceInvariantUUID": "7b2c283a-4bd3-46e4-8732-8a64431a6585", "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": "NzNkNGMxZjNlN2JhNDdkNzNlZjYxOTUwMzhjNTIzY2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d46710fe-a866-4874-8d48-fed3589fc8ef", "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": "86b7a61a-0e69-458e-8b4b-1213061a4ce7", "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": "5a85fc68-7838-4d55-b092-b142a576c215", "generatedFromUUID": "86b7a61a-0e69-458e-8b4b-1213061a4ce7" }, "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": "29c206fb-1763-439a-90b4-0e271dd16c27", "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": "5a85fc68-7838-4d55-b092-b142a576c215", "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": "ecb136bc-722a-4218-912b-83f186116905", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjAyNmY4OWQ0Nzc2NjYxNDJlYWJhMzFjMTQzMzQwMjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "489defe5-2167-4766-a7f7-d508f2d2350e" } ], "workloadContext": "Production" } 2022-09-30T06:56:34.537Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T06:56:34.537Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f0a45baa-5937-4bed-8515-f264bd13077d ASDC 2022-09-30T06:56:34.538Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6da14748-d63b-407e-a683-78a5a091ff3e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f0a45baa-5937-4bed-8515-f264bd13077d ServiceInvariantUUID:776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b 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:489defe5-2167-4766-a7f7-d508f2d2350e ArtifactChecksum:YjAyNmY4OWQ0Nzc2NjYxNDJlYWJhMzFjMTQzMzQwMjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:35cf7c44-2484-46c5-a349-248639e955e3 ResourceInvariantUUID:7b2c283a-4bd3-46e4-8732-8a64431a6585 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f018333b-8c00-4223-b000-1dfa690af36b 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:d46710fe-a866-4874-8d48-fed3589fc8ef ArtifactChecksum:NzNkNGMxZjNlN2JhNDdkNzNlZjYxOTUwMzhjNTIzY2M= 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:86b7a61a-0e69-458e-8b4b-1213061a4ce7 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:5a85fc68-7838-4d55-b092-b142a576c215 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:29c206fb-1763-439a-90b4-0e271dd16c27 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:5a85fc68-7838-4d55-b092-b142a576c215 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:ecb136bc-722a-4218-912b-83f186116905 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T06:56:34.538Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0a45baa-5937-4bed-8515-f264bd13077d 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-09-30T06:56:34.603Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:56:34.603Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T06:56:34.603Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T06:56:34.604Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 489defe5-2167-4766-a7f7-d508f2d2350e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-30T06:56:34.604Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T06:56:34.604Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:34.696Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T06:56:34.703Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 489defe5-2167-4766-a7f7-d508f2d2350e 162914 2022-09-30T06:56:34.703Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:34.704Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:34.704Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:56:34.704Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:34.706Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:34.706Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520994703, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:34.806Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:34.807Z||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-09-30T06:56:34.807Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:34.819Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:34.819Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:35.707Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T06:56:35.708Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T06:56:35.708Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 489defe5-2167-4766-a7f7-d508f2d2350e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T06:56:35.708Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-09-30T06:56:35.709Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T06:56:35.709Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T06:56:35.924Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7000365399313638377/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-09-30T06:56:37.213Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T06:56:37.214Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T06:56:37.214Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T06:56:37.214Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-30T06:56:37.214Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.215Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-30T06:56:37.215Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.215Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.215Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T06:56:37.216Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.216Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.216Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:37.217Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T06:56:37.217Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.217Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.217Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.218Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:37.218Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T06:56:37.218Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.218Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.218Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.219Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.219Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-30T06:56:37.219Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-09-30T06:56:37.219Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-09-30T06:56:37.220Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T06:56:37.220Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.220Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.220Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.220Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:37.221Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:56:37.221Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.222Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:37.222Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:56:37.222Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.222Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:37.223Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:56:37.223Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.223Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:37.223Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:56:37.224Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.224Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-30T06:56:37.224Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-09-30T06:56:37.224Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b4cb94a1-890e-44aa-819b-8c8d48eb5792 2022-09-30T06:56:37.224Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.225Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.225Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.225Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.225Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.226Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.226Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:37.226Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.226Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f0a45baa-5937-4bed-8515-f264bd13077d Model Version:NULL Model InvariantUuid:776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e52d5176-26f7-4690-9942-8043e0f598c4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7b2c283a-4bd3-46e4-8732-8a64431a6585 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:35cf7c44-2484-46c5-a349-248639e955e3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7e2b2bd2-32d4-4734-a136-0dfb5830fc56 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:d5200ac7-e9a7-4a92-ad38-672a505503bb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:52b93de0-2dcf-4594-917d-a0580acd25e2 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:cafd0604-9b32-4170-917b-274895ed7202 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b4cb94a1-890e-44aa-819b-8c8d48eb5792 ModelInvariantUuid:1481690c-2a65-48a5-9a1d-6edaad94e4a4 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f0e3a0a8-73bd-4ae3-8b8f-da51a26086d8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:51c93004-21f5-4553-8d15-3f097f6cb4dd ModelInvariantUuid:756f72db-1313-49d9-904d-4a66e507e243 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:61f1fdc5-8413-4da1-a2c4-40828f9adbbc 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-09-30T06:56:37.234Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f018333b-8c00-4223-b000-1dfa690af36b 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-09-30T06:56:37.240Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-09-30T06:56:37.240Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f018333b-8c00-4223-b000-1dfa690af36b 2022-09-30T06:56:37.240Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d46710fe-a866-4874-8d48-fed3589fc8ef from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-30T06:56:37.240Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T06:56:37.241Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.307Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T06:56:37.308Z|6da14748-d63b-407e-a683-78a5a091ff3e|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 d46710fe-a866-4874-8d48-fed3589fc8ef 1565 2022-09-30T06:56:37.308Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.309Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:37.309Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:56:37.309Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:37.311Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:37.311Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520997308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:37.411Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:37.412Z||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-09-30T06:56:37.412Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:37.447Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:37.447Z||pool-111-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:38.312Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "52b93de0-2dcf-4594-917d-a0580acd25e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cafd0604-9b32-4170-917b-274895ed7202", "vfModuleModelCustomizationUUID": "7be2dda0-30cf-4e87-ac60-11eccd71a216", "isBase": true, "artifacts": [ "86b7a61a-0e69-458e-8b4b-1213061a4ce7", "5a85fc68-7838-4d55-b092-b142a576c215" ], "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": "7e2b2bd2-32d4-4734-a136-0dfb5830fc56", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5200ac7-e9a7-4a92-ad38-672a505503bb", "vfModuleModelCustomizationUUID": "79dc95df-c9e1-451e-b2b1-1ee391de76db", "isBase": false, "artifacts": [ "ecb136bc-722a-4218-912b-83f186116905" ], "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-09-30T06:56:38.318Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cafd0604-9b32-4170-917b-274895ed7202 VfModuleModelInvariantUUID:52b93de0-2dcf-4594-917d-a0580acd25e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 86b7a61a-0e69-458e-8b4b-1213061a4ce7 , 5a85fc68-7838-4d55-b092-b142a576c215 } 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:d5200ac7-e9a7-4a92-ad38-672a505503bb VfModuleModelInvariantUUID:7e2b2bd2-32d4-4734-a136-0dfb5830fc56 VfModuleModelDescription:NULL Artifacts UUID List:{ ecb136bc-722a-4218-912b-83f186116905 } 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-09-30T06:56:38.323Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "52b93de0-2dcf-4594-917d-a0580acd25e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cafd0604-9b32-4170-917b-274895ed7202", "vfModuleModelCustomizationUUID": "7be2dda0-30cf-4e87-ac60-11eccd71a216", "isBase": true, "artifacts": [ "86b7a61a-0e69-458e-8b4b-1213061a4ce7", "5a85fc68-7838-4d55-b092-b142a576c215" ], "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": "7e2b2bd2-32d4-4734-a136-0dfb5830fc56", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5200ac7-e9a7-4a92-ad38-672a505503bb", "vfModuleModelCustomizationUUID": "79dc95df-c9e1-451e-b2b1-1ee391de76db", "isBase": false, "artifacts": [ "ecb136bc-722a-4218-912b-83f186116905" ], "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-09-30T06:56:38.324Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cafd0604-9b32-4170-917b-274895ed7202 VfModuleModelInvariantUUID:52b93de0-2dcf-4594-917d-a0580acd25e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 86b7a61a-0e69-458e-8b4b-1213061a4ce7 , 5a85fc68-7838-4d55-b092-b142a576c215 } 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:d5200ac7-e9a7-4a92-ad38-672a505503bb VfModuleModelInvariantUUID:7e2b2bd2-32d4-4734-a136-0dfb5830fc56 VfModuleModelDescription:NULL Artifacts UUID List:{ ecb136bc-722a-4218-912b-83f186116905 } 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-09-30T06:56:38.324Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86b7a61a-0e69-458e-8b4b-1213061a4ce7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-30T06:56:38.324Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T06:56:38.325Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:38.483Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T06:56:38.483Z|6da14748-d63b-407e-a683-78a5a091ff3e|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 86b7a61a-0e69-458e-8b4b-1213061a4ce7 914 2022-09-30T06:56:38.483Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:38.484Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:38.484Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:56:38.484Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:38.486Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:38.486Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520998483, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:38.587Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T06:56:38.587Z||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-09-30T06:56:38.588Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:38.614Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:38.614Z||pool-112-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:39.487Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 29c206fb-1763-439a-90b4-0e271dd16c27 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-30T06:56:39.487Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T06:56:39.487Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:39.652Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T06:56:39.652Z|6da14748-d63b-407e-a683-78a5a091ff3e|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 29c206fb-1763-439a-90b4-0e271dd16c27 12 2022-09-30T06:56:39.652Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:39.652Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:39.652Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:56:39.653Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:39.654Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:39.655Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520999652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:39.755Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:39.756Z||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-09-30T06:56:39.756Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:39.772Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:39.773Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:40.655Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a85fc68-7838-4d55-b092-b142a576c215 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-30T06:56:40.656Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T06:56:40.656Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:40.765Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T06:56:40.765Z|6da14748-d63b-407e-a683-78a5a091ff3e|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 5a85fc68-7838-4d55-b092-b142a576c215 96 2022-09-30T06:56:40.765Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:40.766Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:40.766Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:56:40.766Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:40.767Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:40.768Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521000765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:40.868Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:40.868Z||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-09-30T06:56:40.869Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:40.883Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:40.883Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:41.768Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ecb136bc-722a-4218-912b-83f186116905 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-30T06:56:41.769Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T06:56:41.769Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:41.860Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T06:56:41.861Z|6da14748-d63b-407e-a683-78a5a091ff3e|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 ecb136bc-722a-4218-912b-83f186116905 20206 2022-09-30T06:56:41.861Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:41.861Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:41.861Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T06:56:41.861Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:41.863Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:41.863Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521001861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T06:56:41.963Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:41.964Z||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-09-30T06:56:41.964Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:41.978Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:41.978Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-09-30T06:56:42.868Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f0a45baa-5937-4bed-8515-f264bd13077d 2022-09-30T06:56:42.868Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f018333b-8c00-4223-b000-1dfa690af36b 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-09-30T06:56:42.897Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2904424d, org.onap.sdc.toscaparser.api.parameters.Input@77ffdb77, org.onap.sdc.toscaparser.api.parameters.Input@7bd917ed, org.onap.sdc.toscaparser.api.parameters.Input@61d6f971, org.onap.sdc.toscaparser.api.parameters.Input@6a4bc92c] 2022-09-30T06:56:42.898Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.898Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.899Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-09-30T06:56:42.899Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 35cf7c44-2484-46c5-a349-248639e955e3 2022-09-30T06:56:42.899Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35cf7c44-2484-46c5-a349-248639e955e3 matches Tosca VF Customization UUID: 35cf7c44-2484-46c5-a349-248639e955e3 2022-09-30T06:56:42.899Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 35cf7c44-2484-46c5-a349-248639e955e3 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-09-30T06:56:42.902Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.902Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.902Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 35cf7c44-2484-46c5-a349-248639e955e3: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-09-30T06:56:42.902Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f8f099 2022-09-30T06:56:42.903Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.903Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.903Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79dc95df-c9e1-451e-b2b1-1ee391de76db 2022-09-30T06:56:42.903Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79dc95df-c9e1-451e-b2b1-1ee391de76db 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-09-30T06:56:42.906Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.906Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:42.906Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:56:42.906Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.907Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:42.907Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T06:56:42.907Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.907Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-30T06:56:42.907Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=35cf7c44-2484-46c5-a349-248639e955e3 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-09-30T06:56:42.909Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.909Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.909Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f0a45baa-5937-4bed-8515-f264bd13077d: basic_cnf_macro 2022-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.910Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.911Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.911Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T06:56:42.911Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.911Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.961Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f018333b-8c00-4223-b000-1dfa690af36b 2 ASDC deployResourceStructure 2022-09-30T06:56:42.961Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.961Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:42.962Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:56:42.962Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:42.964Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:42.964Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521002961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:56:43.064Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:43.065Z||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-09-30T06:56:43.065Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:43.080Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:43.080Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:43.965Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:43.965Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:43.965Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:56:43.965Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:43.968Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:43.968Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521003964, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:56:44.068Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:44.071Z||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-09-30T06:56:44.071Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:44.103Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:44.104Z||pool-117-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:44.968Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:44.969Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:44.969Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T06:56:44.969Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:44.971Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:44.971Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521004968, "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-09-30T06:56:45.071Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:45.072Z||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-09-30T06:56:45.073Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:45.088Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:45.089Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:45.971Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:45.972Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:45.972Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:56:45.972Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:45.974Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:45.974Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521005971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-30T06:56:46.074Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:46.075Z||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-09-30T06:56:46.076Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:46.090Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:46.090Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:46.975Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:46.975Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:46.975Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-30T06:56:46.975Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:46.977Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:46.977Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521006975, "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-09-30T06:56:47.077Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T06:56:47.079Z||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-09-30T06:56:47.079Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:47.094Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:47.094Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:47.978Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:47.978Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:56:47.978Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T06:56:47.979Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T06:56:47.980Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T06:56:47.980Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521007978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:56:48.081Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T06:56:48.081Z||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-09-30T06:56:48.081Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T06:56:48.094Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:56:48.094Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-09-30T06:56:48.981Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:56:48.994Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:56:48.996Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:56:48.996Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:56:48.997Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:57:18.997Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:57:19.008Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:57:19.010Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:57:19.010Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:57:19.010Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:57:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:57:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:57:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T06:57:23.909Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:57:23.909Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:57:23.909Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:57:23.910Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:57:49.011Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:57:49.026Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:57:49.027Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:57:49.028Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:57:49.028Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:58:19.028Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:58:19.048Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:58:19.050Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:58:19.050Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:58:19.051Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:58:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:58:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:58:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T06:58:23.896Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:58:23.897Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:58:23.897Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520984709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:58:23.898Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:58:49.051Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:58:49.064Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:58:49.066Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:58:49.066Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:58:49.066Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:59:19.067Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:59:19.094Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:59:19.096Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:59:19.096Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-30T06:59:19.097Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-30T06:59:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T06:59:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T06:59:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T06:59:23.878Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T06:59:24.398Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.398Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "ves-openapi-manager", "timestamp": 1664520976738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.399Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.399Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.399Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520984474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.400Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.401Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.401Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.401Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.401Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.401Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "clamp", "timestamp": 1664520985715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:59:24.411Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6da14748-d63b-407e-a683-78a5a091ff3e 2022-09-30T06:59:24.411Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da14748-d63b-407e-a683-78a5a091ff3e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:59:24.446Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.446Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:59:24.446Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.447Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.447Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.447Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.447Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.447Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520986028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.448Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.448Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.448Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520985536, "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-09-30T06:59:24.456Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6da14748-d63b-407e-a683-78a5a091ff3e 2022-09-30T06:59:24.457Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da14748-d63b-407e-a683-78a5a091ff3e 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-09-30T06:59:24.470Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.471Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.471Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.471Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.471Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-30T06:59:24.472Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.472Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.472Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.472Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.473Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.473Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "multicloud-k8s-id", "timestamp": 1664520986540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.473Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.473Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.474Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.474Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.474Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.474Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.475Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.475Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.475Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.475Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.476Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.476Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.476Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.476Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.476Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.477Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.477Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.477Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-30T06:59:24.477Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.478Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.478Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.478Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.478Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.478Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:59:24.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520981748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-30T06:59:24.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.480Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.481Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.481Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.481Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.481Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.481Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.482Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520990623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-30T06:59:24.483Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.484Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.485Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.485Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "cds", "timestamp": 1664520991924, "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-09-30T06:59:24.498Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbadbce1-4488-407f-b175-71ff3c4645a1 2022-09-30T06:59:24.499Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbadbce1-4488-407f-b175-71ff3c4645a1 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-09-30T06:59:24.508Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.508Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.509Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520992046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520992736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.510Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.511Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "aai-ml", "timestamp": 1664520993740, "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-09-30T06:59:24.516Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6da14748-d63b-407e-a683-78a5a091ff3e 2022-09-30T06:59:24.516Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da14748-d63b-407e-a683-78a5a091ff3e 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-09-30T06:59:24.524Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.524Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.525Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520994905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.526Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520994703, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520970395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.527Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.528Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.528Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.528Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520995910, "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-09-30T06:59:24.532Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6da14748-d63b-407e-a683-78a5a091ff3e 2022-09-30T06:59:24.533Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da14748-d63b-407e-a683-78a5a091ff3e 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-09-30T06:59:24.543Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.543Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520995700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.543Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.543Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.543Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.544Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.544Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.544Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664520989500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.544Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.544Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.544Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520996805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520997308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.545Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.546Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.546Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.546Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.546Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.546Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.546Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.547Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.547Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520997887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.547Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.547Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.547Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.547Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.548Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.548Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520998483, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.548Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.548Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.548Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.548Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.549Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.549Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520998916, "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-09-30T06:59:24.556Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbadbce1-4488-407f-b175-71ff3c4645a1 2022-09-30T06:59:24.556Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbadbce1-4488-407f-b175-71ff3c4645a1 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-09-30T06:59:24.565Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.565Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.565Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.566Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.566Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520999652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.566Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.566Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.566Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.567Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.567Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.567Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "multicloud-k8s-id", "timestamp": 1664520999920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.567Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.568Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.568Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.568Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.568Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.568Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.568Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.569Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.569Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521000765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.569Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.569Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.569Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664520975112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.569Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.570Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.570Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.570Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.570Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.570Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521001861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.571Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.571Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.571Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664521002923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.571Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.571Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.571Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.572Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.572Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.572Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521002961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.572Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.572Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.572Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664520981171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.573Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.573Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.573Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521003964, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.573Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.573Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.573Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521005058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.574Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.574Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.574Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521004968, "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-09-30T06:59:24.574Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.574Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.574Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521005971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.575Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.575Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.575Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521006975, "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-09-30T06:59:24.575Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.575Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.575Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521007992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.576Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.576Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.576Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521007978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.576Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.576Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.576Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664521008794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.577Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.577Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.577Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521009000, "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-09-30T06:59:24.584Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbadbce1-4488-407f-b175-71ff3c4645a1 2022-09-30T06:59:24.584Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbadbce1-4488-407f-b175-71ff3c4645a1 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-09-30T06:59:24.595Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.595Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664521009707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.595Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.595Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.595Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "aai-ml", "timestamp": 1664521009797, "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-09-30T06:59:24.600Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbadbce1-4488-407f-b175-71ff3c4645a1 2022-09-30T06:59:24.600Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbadbce1-4488-407f-b175-71ff3c4645a1 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-09-30T06:59:24.608Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.609Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664521012714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.609Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.609Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.609Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "clamp", "timestamp": 1664521013719, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:59:24.614Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbadbce1-4488-407f-b175-71ff3c4645a1 2022-09-30T06:59:24.615Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbadbce1-4488-407f-b175-71ff3c4645a1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:59:24.625Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.625Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.626Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.626Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.626Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.626Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.626Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.627Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.627Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.627Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.627Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.628Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.628Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.628Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.628Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.628Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.628Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.629Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.629Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.629Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.629Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.630Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.630Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.630Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.630Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.630Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.631Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.631Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.631Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.632Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.632Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.632Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.632Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.632Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.632Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.633Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.633Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.633Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.633Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.633Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.634Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.634Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.634Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.634Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.635Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.635Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.635Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.635Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.635Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.635Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.636Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.636Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.636Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.636Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.636Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.637Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.637Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.637Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.637Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.638Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.638Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.638Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.638Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.638Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.638Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.639Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.639Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.639Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.639Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.640Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.640Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.640Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.640Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.640Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.641Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.641Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.641Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.641Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.641Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.641Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.642Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.642Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.642Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.643Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.643Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.643Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.643Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.643Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.643Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.644Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.644Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.644Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.644Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.645Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.646Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.647Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.647Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.647Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.647Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.647Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "multicloud-k8s-id", "timestamp": 1664521010480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521010800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.648Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521011697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521011171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.649Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521023450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521023786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521023396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.650Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.651Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "cds", "timestamp": 1664521025043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:59:24.666Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0bed1d1-0618-41e0-904e-39ebee156f82 2022-09-30T06:59:24.666Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0bed1d1-0618-41e0-904e-39ebee156f82 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-09-30T06:59:24.677Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.677Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.677Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.677Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.677Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521016738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521025723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.678Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.679Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.679Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1664521026729, "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-09-30T06:59:24.684Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0bed1d1-0618-41e0-904e-39ebee156f82 2022-09-30T06:59:24.684Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0bed1d1-0618-41e0-904e-39ebee156f82 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-09-30T06:59:24.693Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.693Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521026520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.693Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521027788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.694Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.695Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521027543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.695Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.695Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.695Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521019500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T06:59:24.695Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T06:59:24.695Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.696Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "aai-ml", "timestamp": 1664521028791, "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-09-30T06:59:24.700Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0bed1d1-0618-41e0-904e-39ebee156f82 2022-09-30T06:59:24.701Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0bed1d1-0618-41e0-904e-39ebee156f82 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-09-30T06:59:24.709Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.709Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "ves-openapi-manager", "timestamp": 1664521028546, "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-09-30T06:59:24.715Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d0bed1d1-0618-41e0-904e-39ebee156f82 2022-09-30T06:59:24.715Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0bed1d1-0618-41e0-904e-39ebee156f82 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-09-30T06:59:24.724Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521034715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521036727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T06:59:24.725Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "clamp", "timestamp": 1664521037731, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T06:59:24.731Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0bed1d1-0618-41e0-904e-39ebee156f82 2022-09-30T06:59:24.732Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0bed1d1-0618-41e0-904e-39ebee156f82 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-30T06:59:49.097Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T06:59:49.113Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T06:59:49.116Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T06:59:49.116Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T06:59:49.116Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T06:59:49.117Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T06:59:49.117Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:59:49.117Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:59:49.117Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:59:49.117Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:59:49.118Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:59:49.118Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T06:59:49.118Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T06:59:49.124Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T07:00:19.125Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6da14748-d63b-407e-a683-78a5a091ff3e 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-09-30T07:00:19.132Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6da14748-d63b-407e-a683-78a5a091ff3e and serviceModelVersionId: f0a45baa-5937-4bed-8515-f264bd13077d 2022-09-30T07:00:19.132Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b 2022-09-30T07:00:19.134Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0 2022-09-30T07:00:19.143Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T07:00:19.197Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0|INFO|500||Invoke 2022-09-30T07:00:19.198Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6da14748-d63b-407e-a683-78a5a091ff3e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[450617fe-e62e-4052-a490-2e6502465d67], X-ECOMP-RequestID=[6da14748-d63b-407e-a683-78a5a091ff3e], X-TransactionId=[], X-ONAP-RequestID=[6da14748-d63b-407e-a683-78a5a091ff3e], Content-Type=[application/merge-patch+json]} 2022-09-30T07:00:19.224Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T07:00:19.316Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?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/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-07:00:19:400-10809], vertex-id=[282712], Content-Length=[0], Date=[Fri, 30 Sep 2022 07:00:19 GMT], Content-Type=[application/json]} 2022-09-30T07:00:19.316Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-30T07:00:19.317Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776b1abe-2e4e-4df7-b0ae-ce2b3d4f374b/model-vers/model-ver/f0a45baa-5937-4bed-8515-f264bd13077d?depth=0|INFO|500||InvokeReturn 2022-09-30T07:00:19.318Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T07:00:19.318Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T07:00:19.339Z|6da14748-d63b-407e-a683-78a5a091ff3e|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-09-30T07:00:19.339Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6da14748-d63b-407e-a683-78a5a091ff3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T07:00:19.339Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T07:00:19.340Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:19.342Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:19.342Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521219339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T07:00:19.443Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T07:00:19.444Z||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-09-30T07:00:19.444Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:19.460Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:19.461Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T07:00:20.361Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T07:00:20.362Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbadbce1-4488-407f-b175-71ff3c4645a1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1d10ba4c-00e4-4e51-acef-69c232ef1460","serviceDescription":"service","serviceInvariantUUID":"ea41f050-783c-4a33-b227-f5cb5c03454f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"beb5c250-c352-47c3-9d03-c6a5d8a9caa2","resourceInvariantUUID":"79dd16fe-1b25-4ec7-8a26-a705de207861","resourceCustomizationUUID":"4ba451bd-90bc-41ca-828f-b8c63ef3363c","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":"ZTYwOTRmYWFlZjg3NWVkMjZiY2M4M2FjOWJmMzRlYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"689341c4-dcdf-4cc9-ac25-12a6b2368a6e","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":"ZDVmNGI0MTgwZGUzMDljOTZkNDQzOTEyM2YxMmU1YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"458d7831-0d8b-40ca-8fe4-a0c41989ef60","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":"8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5","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":"8b79201b-3294-4760-85f8-3009b9afdb11","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":"3f083f62-69f6-4269-8d6c-245f68f58e62","artifactVersion":"2","generatedFromUUID":"8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5"},{"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":"OTZhYjhhZWQ0ZDJhMjdiOGY4NTNhZTFjMWI3MTJjYmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2b6910f6-24e3-4cd3-b780-f6d25cb6a44e","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":"M2QzNTMwNDM1NTNlZDk5MjE2MzQ0ZDE0ZDg3ZDdiNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f81c3be-f1f1-4b78-bb3a-ac0e55617c2f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2JiY2VlYjllZmM5NjAxODM1NzliOGFjNWM2Nzk2YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb6f73d-f9fc-4672-b2d4-bb1a2ed6364f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T07:00:20.362Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:20.362Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:20.365Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:20.365Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:00:20.465Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:20.465Z||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-09-30T07:00:20.466Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:20.503Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:20.503Z||pool-123-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:21.366Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:21.367Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:21.372Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:21.372Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T07:00:21.472Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:21.473Z||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-09-30T07:00:21.473Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:21.490Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:21.490Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:22.373Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:22.373Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:22.375Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:22.375Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T07:00:22.475Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:22.476Z||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-09-30T07:00:22.476Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:22.490Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:22.490Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:23.376Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:23.376Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:23.379Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:23.379Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:00:23.479Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:23.480Z||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-09-30T07:00:23.480Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:23.495Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:23.495Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:00:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:00:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:00:24.383Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:24.384Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:24.387Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:24.387Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-30T07:00:24.486Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:24.486Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T07:00:24.486Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6da14748-d63b-407e-a683-78a5a091ff3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521219339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T07:00:24.487Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:00:24.487Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T07:00:24.487Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:00:24.487Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T07:00:24.487Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-30T07:00:24.487Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:00:24.488Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-30T07:00:24.489Z||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-09-30T07:00:24.489Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:24.506Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:24.506Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:25.388Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:25.389Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:25.391Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:25.391Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T07:00:25.492Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:25.493Z||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-09-30T07:00:25.493Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:25.507Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:25.508Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:26.392Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:26.393Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:26.395Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:26.395Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T07:00:26.495Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:26.496Z||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-09-30T07:00:26.496Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:26.513Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:26.514Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-30T07:00:27.396Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:00:27.396Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:27.398Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:27.398Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T07:00:27.499Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:27.500Z||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-09-30T07:00:27.500Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:27.525Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:27.525Z||pool-130-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:28.400Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "1d10ba4c-00e4-4e51-acef-69c232ef1460", "serviceDescription": "service", "serviceInvariantUUID": "ea41f050-783c-4a33-b227-f5cb5c03454f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4ba451bd-90bc-41ca-828f-b8c63ef3363c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "beb5c250-c352-47c3-9d03-c6a5d8a9caa2", "resourceInvariantUUID": "79dd16fe-1b25-4ec7-8a26-a705de207861", "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": "ZDVmNGI0MTgwZGUzMDljOTZkNDQzOTEyM2YxMmU1YTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "458d7831-0d8b-40ca-8fe4-a0c41989ef60", "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": "8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5", "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": "3f083f62-69f6-4269-8d6c-245f68f58e62", "generatedFromUUID": "8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5" }, "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": "3f083f62-69f6-4269-8d6c-245f68f58e62", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "N2JiY2VlYjllZmM5NjAxODM1NzliOGFjNWM2Nzk2YzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb6f73d-f9fc-4672-b2d4-bb1a2ed6364f" } ], "workloadContext": "Production" } 2022-09-30T07:00:28.400Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T07:00:28.400Z|6da14748-d63b-407e-a683-78a5a091ff3e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d10ba4c-00e4-4e51-acef-69c232ef1460 ASDC 2022-09-30T07:00:28.401Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:fbadbce1-4488-407f-b175-71ff3c4645a1 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:1d10ba4c-00e4-4e51-acef-69c232ef1460 ServiceInvariantUUID:ea41f050-783c-4a33-b227-f5cb5c03454f 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:bcb6f73d-f9fc-4672-b2d4-bb1a2ed6364f ArtifactChecksum:N2JiY2VlYjllZmM5NjAxODM1NzliOGFjNWM2Nzk2YzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4ba451bd-90bc-41ca-828f-b8c63ef3363c ResourceInvariantUUID:79dd16fe-1b25-4ec7-8a26-a705de207861 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:beb5c250-c352-47c3-9d03-c6a5d8a9caa2 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:458d7831-0d8b-40ca-8fe4-a0c41989ef60 ArtifactChecksum:ZDVmNGI0MTgwZGUzMDljOTZkNDQzOTEyM2YxMmU1YTU= 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:8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5 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:3f083f62-69f6-4269-8d6c-245f68f58e62 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:3f083f62-69f6-4269-8d6c-245f68f58e62 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-30T07:00:28.401Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d10ba4c-00e4-4e51-acef-69c232ef1460 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-09-30T07:00:28.459Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T07:00:28.460Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T07:00:28.460Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T07:00:28.460Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bcb6f73d-f9fc-4672-b2d4-bb1a2ed6364f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-30T07:00:28.461Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T07:00:28.461Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:28.971Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T07:00:29.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bcb6f73d-f9fc-4672-b2d4-bb1a2ed6364f 82533 2022-09-30T07:00:29.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:29.024Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:29.024Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T07:00:29.024Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:29.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:29.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521229023, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T07:00:29.126Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:29.127Z||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-09-30T07:00:29.127Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:29.143Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:29.144Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:30.027Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T07:00:30.027Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T07:00:30.028Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bcb6f73d-f9fc-4672-b2d4-bb1a2ed6364f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T07:00:30.028Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-09-30T07:00:30.029Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T07:00:30.029Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T07:00:30.248Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2552442840048014169/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-30T07:00:31.670Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T07:00:31.671Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T07:00:31.671Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T07:00:31.671Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T07:00:31.671Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.671Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.672Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T07:00:31.672Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.672Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.672Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.673Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-30T07:00:31.673Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T07:00:31.673Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.674Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.674Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:31.674Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T07:00:31.675Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T07:00:31.675Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.675Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.676Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:31.676Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T07:00:31.676Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T07:00:31.676Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.677Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.677Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.677Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T07:00:31.678Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-30T07:00:31.678Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-30T07:00:31.678Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-30T07:00:31.678Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T07:00:31.679Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-30T07:00:31.679Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.679Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.680Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.680Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:31.680Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T07:00:31.681Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.681Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:31.681Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T07:00:31.682Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.682Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:31.682Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T07:00:31.682Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.683Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T07:00:31.683Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T07:00:31.683Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T07:00:31.684Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0310bd7-77f5-4b35-b249-3cb45af1e292 2022-09-30T07:00:31.684Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.684Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.684Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.685Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.685Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.685Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.686Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:31.686Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.686Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:1d10ba4c-00e4-4e51-acef-69c232ef1460 Model Version:NULL Model InvariantUuid:ea41f050-783c-4a33-b227-f5cb5c03454f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:3e548154-1f1c-4f4c-88e2-ea0705517ca0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:79dd16fe-1b25-4ec7-8a26-a705de207861 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4ba451bd-90bc-41ca-828f-b8c63ef3363c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:538564bb-44c6-4f18-b780-edda1e641338 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2826a393-9c13-4247-9a65-d541f1dc2f36 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a0310bd7-77f5-4b35-b249-3cb45af1e292 ModelInvariantUuid:21282250-e06e-4ed9-88fc-af144b9f1356 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e941bd42-8b0f-4a69-9ccc-66223731a57f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8a2c500e-f65b-4b33-b9a1-6d243775c7ba ModelInvariantUuid:22909ede-f7ea-477a-aeb0-54c22cf8106b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a899ac51-0a96-45e6-83a6-3368ed1f0889 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-09-30T07:00:31.696Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: beb5c250-c352-47c3-9d03-c6a5d8a9caa2 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-09-30T07:00:31.699Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-09-30T07:00:31.699Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: beb5c250-c352-47c3-9d03-c6a5d8a9caa2 2022-09-30T07:00:31.699Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 458d7831-0d8b-40ca-8fe4-a0c41989ef60 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-30T07:00:31.700Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T07:00:31.700Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.807Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T07:00:31.807Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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 458d7831-0d8b-40ca-8fe4-a0c41989ef60 792 2022-09-30T07:00:31.808Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.808Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:31.808Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T07:00:31.808Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:31.810Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:31.811Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521231808, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T07:00:31.910Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T07:00:31.913Z||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-09-30T07:00:31.914Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:31.930Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:31.930Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:32.811Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "538564bb-44c6-4f18-b780-edda1e641338", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2826a393-9c13-4247-9a65-d541f1dc2f36", "vfModuleModelCustomizationUUID": "bb010674-fa8d-4a74-af6c-9482a8d25bb2", "isBase": true, "artifacts": [ "8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5", "3f083f62-69f6-4269-8d6c-245f68f58e62" ], "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-09-30T07:00:32.816Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2826a393-9c13-4247-9a65-d541f1dc2f36 VfModuleModelInvariantUUID:538564bb-44c6-4f18-b780-edda1e641338 VfModuleModelDescription:NULL Artifacts UUID List:{ 8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5 , 3f083f62-69f6-4269-8d6c-245f68f58e62 } 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-09-30T07:00:32.818Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "538564bb-44c6-4f18-b780-edda1e641338", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2826a393-9c13-4247-9a65-d541f1dc2f36", "vfModuleModelCustomizationUUID": "bb010674-fa8d-4a74-af6c-9482a8d25bb2", "isBase": true, "artifacts": [ "8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5", "3f083f62-69f6-4269-8d6c-245f68f58e62" ], "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-09-30T07:00:32.818Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2826a393-9c13-4247-9a65-d541f1dc2f36 VfModuleModelInvariantUUID:538564bb-44c6-4f18-b780-edda1e641338 VfModuleModelDescription:NULL Artifacts UUID List:{ 8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5 , 3f083f62-69f6-4269-8d6c-245f68f58e62 } 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-09-30T07:00:32.818Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-30T07:00:32.819Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T07:00:32.819Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:32.908Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T07:00:32.908Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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 8adb9f64-48a5-49cc-bd8f-8eb76ed28bd5 5033 2022-09-30T07:00:32.909Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:32.909Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:32.909Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T07:00:32.909Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:32.911Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:32.911Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521232909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T07:00:33.011Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:33.012Z||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-09-30T07:00:33.012Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:33.029Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:33.029Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:33.911Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f083f62-69f6-4269-8d6c-245f68f58e62 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-30T07:00:33.912Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T07:00:33.912Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:33.981Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T07:00:33.981Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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 3f083f62-69f6-4269-8d6c-245f68f58e62 903 2022-09-30T07:00:33.982Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:33.982Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:33.982Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T07:00:33.982Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:33.984Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:33.984Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521233982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T07:00:34.084Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:34.085Z||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-09-30T07:00:34.085Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:34.099Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:34.100Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:34.985Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1d10ba4c-00e4-4e51-acef-69c232ef1460 2022-09-30T07:00:34.986Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 beb5c250-c352-47c3-9d03-c6a5d8a9caa2 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-09-30T07:00:35.000Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@384e5225, org.onap.sdc.toscaparser.api.parameters.Input@78b071b, org.onap.sdc.toscaparser.api.parameters.Input@4d68ad8b, org.onap.sdc.toscaparser.api.parameters.Input@5dfdda, org.onap.sdc.toscaparser.api.parameters.Input@4ac8588e] 2022-09-30T07:00:35.002Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.002Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.002Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-09-30T07:00:35.003Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4ba451bd-90bc-41ca-828f-b8c63ef3363c 2022-09-30T07:00:35.003Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ba451bd-90bc-41ca-828f-b8c63ef3363c matches Tosca VF Customization UUID: 4ba451bd-90bc-41ca-828f-b8c63ef3363c 2022-09-30T07:00:35.003Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4ba451bd-90bc-41ca-828f-b8c63ef3363c 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-09-30T07:00:35.007Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.007Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.008Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4ba451bd-90bc-41ca-828f-b8c63ef3363c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-09-30T07:00:35.008Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72f4438b 2022-09-30T07:00:35.009Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.009Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.009Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb010674-fa8d-4a74-af6c-9482a8d25bb2 2022-09-30T07:00:35.009Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb010674-fa8d-4a74-af6c-9482a8d25bb2 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-09-30T07:00:35.013Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.013Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:35.013Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T07:00:35.013Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.014Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:35.014Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T07:00:35.014Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.014Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-30T07:00:35.015Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-30T07:00:35.015Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-30T07:00:35.015Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0310bd7-77f5-4b35-b249-3cb45af1e292 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-09-30T07:00:35.019Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.019Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:35.019Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-30T07:00:35.019Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.020Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-30T07:00:35.020Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4ba451bd-90bc-41ca-828f-b8c63ef3363c 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-09-30T07:00:35.022Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.022Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.022Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1d10ba4c-00e4-4e51-acef-69c232ef1460: basic_vm_macro 2022-09-30T07:00:35.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.024Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.024Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.025Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.025Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:00:35.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.187Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro beb5c250-c352-47c3-9d03-c6a5d8a9caa2 1 ASDC deployResourceStructure 2022-09-30T07:00:35.188Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.188Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:35.188Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T07:00:35.189Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:35.190Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:35.190Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521235188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T07:00:35.290Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T07:00:35.291Z||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-09-30T07:00:35.291Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:35.303Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:35.303Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:36.192Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:36.192Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:36.192Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T07:00:36.193Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:36.195Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:36.195Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521236191, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T07:00:36.295Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:36.296Z||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-09-30T07:00:36.296Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:36.310Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:36.311Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:37.196Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:37.196Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:37.196Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T07:00:37.196Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:37.198Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:37.198Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521237195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T07:00:37.298Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:37.299Z||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-09-30T07:00:37.299Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:37.319Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:37.320Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:00:38.199Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:38.199Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:38.200Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T07:00:38.200Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:00:38.201Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:00:38.201Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521238199, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T07:00:38.302Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:00:38.303Z||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-09-30T07:00:38.303Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:00:38.316Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:00:38.316Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-09-30T07:00:39.202Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbadbce1-4488-407f-b175-71ff3c4645a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T07:00:39.219Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbadbce1-4488-407f-b175-71ff3c4645a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T07:00:39.221Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:00:39.222Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:00:39.223Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:00:39.223Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:00:39.223Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:00:39.228Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T07:01:09.228Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbadbce1-4488-407f-b175-71ff3c4645a1 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-09-30T07:01:09.242Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbadbce1-4488-407f-b175-71ff3c4645a1 and serviceModelVersionId: 1d10ba4c-00e4-4e51-acef-69c232ef1460 2022-09-30T07:01:09.242Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea41f050-783c-4a33-b227-f5cb5c03454f 2022-09-30T07:01:09.243Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea41f050-783c-4a33-b227-f5cb5c03454f/model-vers/model-ver/1d10ba4c-00e4-4e51-acef-69c232ef1460?depth=0 2022-09-30T07:01:09.246Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T07:01:09.282Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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/ea41f050-783c-4a33-b227-f5cb5c03454f/model-vers/model-ver/1d10ba4c-00e4-4e51-acef-69c232ef1460?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-09-30T07:01:09.292Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea41f050-783c-4a33-b227-f5cb5c03454f/model-vers/model-ver/1d10ba4c-00e4-4e51-acef-69c232ef1460?depth=0|INFO|500||Invoke 2022-09-30T07:01:09.307Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea41f050-783c-4a33-b227-f5cb5c03454f/model-vers/model-ver/1d10ba4c-00e4-4e51-acef-69c232ef1460?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T07:01:09.430Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea41f050-783c-4a33-b227-f5cb5c03454f/model-vers/model-ver/1d10ba4c-00e4-4e51-acef-69c232ef1460?depth=0|INFO|500||InvokeReturn 2022-09-30T07:01:09.431Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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/ea41f050-783c-4a33-b227-f5cb5c03454f/model-vers/model-ver/1d10ba4c-00e4-4e51-acef-69c232ef1460?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-07:01:09:481-16623], vertex-id=[221384], Content-Length=[0], Date=[Fri, 30 Sep 2022 07:01:09 GMT], Content-Type=[application/json]} 2022-09-30T07:01:09.432Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T07:01:09.433Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T07:01:09.433Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:01:09.443Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:01:09.444Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbadbce1-4488-407f-b175-71ff3c4645a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T07:01:09.444Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T07:01:09.444Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:09.447Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:09.447Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521269444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T07:01:09.547Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:09.548Z||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-09-30T07:01:09.548Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:09.570Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:09.570Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T07:01:10.463Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:01:10.463Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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-09-30T07:01:10.464Z|fbadbce1-4488-407f-b175-71ff3c4645a1|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 usZCPhGQODV56cFN) ... 2022-09-30T07:01:15.001Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:15.002Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-30T07:01:15.002Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0bed1d1-0618-41e0-904e-39ebee156f82","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ec72a5c1-88b8-46a7-80f8-7dae10917278","serviceDescription":"service","serviceInvariantUUID":"0b66feb8-15a3-4864-a5e1-4543c19a6336","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0160739e-40fe-435e-bd06-91fe180a0b9c","resourceInvariantUUID":"b3d2497c-c7a3-4db9-8e9c-fb5dcb5f9d99","resourceCustomizationUUID":"fcac6283-0aa8-446b-ba13-0bb05b61ce24","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":"MjQ5MTEyNjYzYzNmOWMxZTA3OTkwNGUyMjdjNDY5OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94ff8cdc-fe93-4f48-ba9e-b1110c1f9855","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":"38dce3a0-fde0-45c9-935d-4952098b4d10","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":"27042c56-5f32-4225-a829-9fc3b1a53c3d","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":"OGNiZjA0ODM5NGQyNzc1ODAwZGU2OTc4YjhlN2VlM2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"399ff366-199e-42bf-a41a-adc4df07f2a7","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":"607bc7e0-0d32-43c1-b85f-96fcbe4a157e","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":"b71e34aa-9839-4fda-9427-2265d22b5ad4","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":"e00cddad-efdd-43db-aa49-dda9b85f2493","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":"M2MyNWU0MjQ0NDkwNzNlYzhmN2I2NjFlNTUxYjFjNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8299c95c-d9c5-4e7e-94c0-ed7f6c6f96f3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzdmZmY1NmZiYzcwZGYxMjIxMjdiZjliZmI2OTlmYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1aead2bb-3c7a-438b-aba5-8f9978780a08","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-30T07:01:15.004Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:15.004Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:15.006Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:15.006Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:15.106Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:15.106Z||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-09-30T07:01:15.106Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:15.124Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:15.124Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:16.006Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:16.007Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:16.008Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:16.009Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:16.111Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-30T07:01:16.112Z||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-09-30T07:01:16.112Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:16.127Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:16.128Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:17.015Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:17.016Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:17.018Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:17.019Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:17.118Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T07:01:17.119Z||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-09-30T07:01:17.119Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:17.155Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:17.155Z||pool-142-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:18.019Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:18.020Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:18.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:18.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:18.123Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:18.124Z||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-09-30T07:01:18.125Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:18.147Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:18.147Z||pool-143-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:19.023Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:19.024Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:19.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:19.026Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:19.126Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:19.127Z||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-09-30T07:01:19.127Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:19.148Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:19.148Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-30T07:01:20.027Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:20.027Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:20.029Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:20.029Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:20.129Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:20.130Z||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-09-30T07:01:20.130Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:20.145Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:20.145Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T07:01:21.030Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:21.030Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:21.032Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:21.032Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:21.132Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:21.133Z||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-09-30T07:01:21.134Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:21.172Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:21.172Z||pool-146-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:22.033Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:22.033Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:22.035Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:22.036Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T07:01:22.136Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-30T07:01:22.136Z||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-09-30T07:01:22.136Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:22.151Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:22.151Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-09-30T07:01:23.036Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-30T07:01:23.037Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:23.039Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:23.039Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T07:01:23.141Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-30T07:01:23.141Z||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-09-30T07:01:23.142Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:23.157Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:23.157Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-30T07:01:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:01:23.853Z||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-09-30T07:01:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:01:24.040Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "ec72a5c1-88b8-46a7-80f8-7dae10917278", "serviceDescription": "service", "serviceInvariantUUID": "0b66feb8-15a3-4864-a5e1-4543c19a6336", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "fcac6283-0aa8-446b-ba13-0bb05b61ce24", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0160739e-40fe-435e-bd06-91fe180a0b9c", "resourceInvariantUUID": "b3d2497c-c7a3-4db9-8e9c-fb5dcb5f9d99", "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": "MzdmZmY1NmZiYzcwZGYxMjIxMjdiZjliZmI2OTlmYzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1aead2bb-3c7a-438b-aba5-8f9978780a08" } ], "workloadContext": "Production" } 2022-09-30T07:01:24.040Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-30T07:01:24.040Z|fbadbce1-4488-407f-b175-71ff3c4645a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec72a5c1-88b8-46a7-80f8-7dae10917278 ASDC 2022-09-30T07:01:24.041Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d0bed1d1-0618-41e0-904e-39ebee156f82 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:ec72a5c1-88b8-46a7-80f8-7dae10917278 ServiceInvariantUUID:0b66feb8-15a3-4864-a5e1-4543c19a6336 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:1aead2bb-3c7a-438b-aba5-8f9978780a08 ArtifactChecksum:MzdmZmY1NmZiYzcwZGYxMjIxMjdiZjliZmI2OTlmYzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:fcac6283-0aa8-446b-ba13-0bb05b61ce24 ResourceInvariantUUID:b3d2497c-c7a3-4db9-8e9c-fb5dcb5f9d99 ResourceName:test-pnf ResourceType:PNF ResourceUUID:0160739e-40fe-435e-bd06-91fe180a0b9c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-30T07:01:24.041Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec72a5c1-88b8-46a7-80f8-7dae10917278 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 (?, ?, ?, ?, ?) 2022-09-30T07:01:24.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:24.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:01:24.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-30T07:01:24.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T07:01:24.071Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T07:01:24.071Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T07:01:24.071Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T07:01:24.071Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1aead2bb-3c7a-438b-aba5-8f9978780a08 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T07:01:24.072Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-30T07:01:24.072Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T07:01:24.256Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-30T07:01:24.261Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1aead2bb-3c7a-438b-aba5-8f9978780a08 110765 2022-09-30T07:01:24.261Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T07:01:24.261Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T07:01:24.261Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-30T07:01:24.261Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:24.263Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:24.263Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521284261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T07:01:24.363Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:24.364Z||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-09-30T07:01:24.364Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:24.378Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:24.378Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:25.264Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-30T07:01:25.265Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-30T07:01:25.265Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1aead2bb-3c7a-438b-aba5-8f9978780a08, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T07:01:25.265Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-09-30T07:01:25.266Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T07:01:25.266Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T07:01:25.371Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14044841628072843858/Definitions/service-TestPnfMacro-template.yml 2022-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||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-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||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-09-30T07:01:26.170Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||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-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||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-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-TestPnfMacro-csar.csar 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-TestPnfMacro-csar.csar 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-TestPnfMacro-csar.csar 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-30T07:01:26.171Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.172Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.173Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.174Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:ec72a5c1-88b8-46a7-80f8-7dae10917278 Model Version:NULL Model InvariantUuid:0b66feb8-15a3-4864-a5e1-4543c19a6336 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-09-30T07:01:26.185Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0160739e-40fe-435e-bd06-91fe180a0b9c 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-09-30T07:01:26.188Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-09-30T07:01:26.188Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0160739e-40fe-435e-bd06-91fe180a0b9c 2022-09-30T07:01:26.188Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ec72a5c1-88b8-46a7-80f8-7dae10917278 2022-09-30T07:01:26.188Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ec72a5c1-88b8-46a7-80f8-7dae10917278 2022-09-30T07:01:26.189Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0160739e-40fe-435e-bd06-91fe180a0b9c 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-09-30T07:01:26.194Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36fcec7, org.onap.sdc.toscaparser.api.parameters.Input@58ec1fd1, org.onap.sdc.toscaparser.api.parameters.Input@168ad9d3, org.onap.sdc.toscaparser.api.parameters.Input@5f207dc9, org.onap.sdc.toscaparser.api.parameters.Input@2244891c] 2022-09-30T07:01:26.194Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.194Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.194Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ec72a5c1-88b8-46a7-80f8-7dae10917278: test-pnf 2022-09-30T07:01:26.194Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Processing PNF resource: 0160739e-40fe-435e-bd06-91fe180a0b9c 2022-09-30T07:01:26.194Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-30T07:01:26.195Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-30T07:01:26.195Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||Resource customization UUID: fcac6283-0aa8-446b-ba13-0bb05b61ce24 is the same as notified resource customizationUUID: fcac6283-0aa8-446b-ba13-0bb05b61ce24 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-09-30T07:01:26.232Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0160739e-40fe-435e-bd06-91fe180a0b9c 0 ASDC deployResourceStructure 2022-09-30T07:01:26.233Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-09-30T07:01:26.233Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-09-30T07:01:26.233Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-30T07:01:26.233Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:26.235Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:26.235Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521286233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T07:01:26.335Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:26.336Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T07:01:26.336Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:26.350Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:26.351Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-09-30T07:01:27.236Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0bed1d1-0618-41e0-904e-39ebee156f82 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-30T07:01:27.249Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0bed1d1-0618-41e0-904e-39ebee156f82 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:01:27.251Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:01:27.252Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:01:27.252Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:01:27.252Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-30T07:01:27.252Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:01:27.257Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-30T07:01:57.257Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0bed1d1-0618-41e0-904e-39ebee156f82 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-09-30T07:01:57.263Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0bed1d1-0618-41e0-904e-39ebee156f82 and serviceModelVersionId: ec72a5c1-88b8-46a7-80f8-7dae10917278 2022-09-30T07:01:57.264Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b66feb8-15a3-4864-a5e1-4543c19a6336 2022-09-30T07:01:57.264Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b66feb8-15a3-4864-a5e1-4543c19a6336/model-vers/model-ver/ec72a5c1-88b8-46a7-80f8-7dae10917278?depth=0 2022-09-30T07:01:57.268Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-30T07:01:57.310Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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/0b66feb8-15a3-4864-a5e1-4543c19a6336/model-vers/model-ver/ec72a5c1-88b8-46a7-80f8-7dae10917278?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-09-30T07:01:57.311Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b66feb8-15a3-4864-a5e1-4543c19a6336/model-vers/model-ver/ec72a5c1-88b8-46a7-80f8-7dae10917278?depth=0|INFO|500||Invoke 2022-09-30T07:01:57.330Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b66feb8-15a3-4864-a5e1-4543c19a6336/model-vers/model-ver/ec72a5c1-88b8-46a7-80f8-7dae10917278?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-30T07:01:57.434Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b66feb8-15a3-4864-a5e1-4543c19a6336/model-vers/model-ver/ec72a5c1-88b8-46a7-80f8-7dae10917278?depth=0|INFO|500||InvokeReturn 2022-09-30T07:01:57.435Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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/0b66feb8-15a3-4864-a5e1-4543c19a6336/model-vers/model-ver/ec72a5c1-88b8-46a7-80f8-7dae10917278?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-07:01:57:502-62363], vertex-id=[274464], Content-Length=[0], Date=[Fri, 30 Sep 2022 07:01:57 GMT], Content-Type=[application/json]} 2022-09-30T07:01:57.435Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-09-30T07:01:57.435Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-30T07:01:57.435Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:01:57.440Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:01:57.440Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0bed1d1-0618-41e0-904e-39ebee156f82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-30T07:01:57.440Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-30T07:01:57.440Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-30T07:01:57.442Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-30T07:01:57.442Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521317440, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T07:01:57.542Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-30T07:01:57.543Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-30T07:01:57.543Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ... 2022-09-30T07:01:57.569Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:01:57.569Z||pool-151-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-30T07:01:58.462Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:01:58.462Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:01:58.463Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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 usZCPhGQODV56cFN) ... 2022-09-30T07:02:08.011Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:02:08.011Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:02:08.012Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:02:08.012Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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 usZCPhGQODV56cFN) ... 2022-09-30T07:02:17.553Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:02:17.554Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:02:17.555Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:02:17.555Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:02:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:02:23.853Z||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-09-30T07:02:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:02:23.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:02:23.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664520983849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521229023, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521231808, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521232909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521233982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521235188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521236191, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521237195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-30T07:02:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521238199, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbadbce1-4488-407f-b175-71ff3c4645a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521269444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521270463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-30T07:02:23.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-09-30T07:02:27.117Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:02:27.117Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:02:27.118Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:02:27.118Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:02:36.688Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:02:36.690Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:02:36.690Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:02:36.690Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:02:46.289Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:03:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:03:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:03:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:03:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:03:23.852Z||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-09-30T07:03:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:03:23.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:03:23.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-30T07:03:23.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521284261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-30T07:03:23.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:03:33.433Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:04:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:04:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:04:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:04:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:04:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T07:04:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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 usZCPhGQODV56cFN) ... 2022-09-30T07:04:24.390Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:04:24.391Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T07:04:24.391Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521286233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-30T07:04:24.392Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:04:24.392Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-30T07:04:24.392Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0bed1d1-0618-41e0-904e-39ebee156f82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1664521317440, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-30T07:04:24.392Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-30T07:04:33.426Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:05:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:05:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:05:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:05:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:05:23.852Z||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-09-30T07:05:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:05:33.402Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:05:33.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:06:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:06:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:06:23.853Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:06:23.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:06:23.854Z||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-09-30T07:06:23.854Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:06:33.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:06:33.446Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:07:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:07:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:07:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:07:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:07:23.853Z||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-09-30T07:07:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:07:33.424Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:07:33.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:08:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:08:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:08:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:08:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:08:23.852Z||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-09-30T07:08:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:08:33.425Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:08:33.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:09:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:09:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:09:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:09:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:09:23.853Z||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-09-30T07:09:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:09:33.415Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:09:33.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:10:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:10:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:10:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:10:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:10:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T07:10:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T07:10:33.417Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:10:33.418Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:11:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:11:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:11:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:11:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:11:23.853Z||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-09-30T07:11:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:11:33.415Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:11:33.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:12:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:12:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:12:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:12:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:12:23.853Z||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-09-30T07:12:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:12:33.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:12:33.415Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:13:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:13:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:13:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:13:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:13:23.852Z||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-09-30T07:13:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:13:33.444Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:13:33.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:14:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:14:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:14:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:14:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:14:23.852Z||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-09-30T07:14:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:14:33.417Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:14:33.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:15:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:15:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:15:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:15:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:15:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:15:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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 usZCPhGQODV56cFN) ... 2022-09-30T07:15:33.419Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:15:33.421Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:16:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:16:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:16:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:16:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:16:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T07:16:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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 usZCPhGQODV56cFN) ... 2022-09-30T07:16:33.420Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:16:33.423Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:17:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:17:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:17:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:17:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:17:23.852Z||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-09-30T07:17:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:17:33.416Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:17:33.419Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:18:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:18:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:18:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:18:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:18:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T07:18:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T07:18:33.408Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:18:33.410Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:19:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:19:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:19:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:19:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:19:23.853Z||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-09-30T07:19:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:19:33.409Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:19:33.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:20:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:20:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:20:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:20:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:20:23.852Z||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-09-30T07:20:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:20:33.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:20:33.418Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:21:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:21:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:21:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:21:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:21:23.853Z||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-09-30T07:21:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:21:33.427Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:21:33.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:22:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:22:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:22:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:22:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:22:23.853Z||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-09-30T07:22:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:22:33.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:22:33.422Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:23:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:23:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:23:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:23:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:23:23.852Z||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-09-30T07:23:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:23:33.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:23:33.422Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:24:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:24:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:24:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:24:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:24:23.853Z||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-09-30T07:24:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:24:33.405Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:24:33.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:25:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:25:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:25:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:25:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:25:23.852Z||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-09-30T07:25:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:25:33.443Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:25:33.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:26:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:26:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:26:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:26:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:26:23.853Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:26:23.853Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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 usZCPhGQODV56cFN) ... 2022-09-30T07:26:33.424Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:26:33.426Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:27:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:27:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:27:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:27:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:27:23.853Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T07:27:23.853Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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 usZCPhGQODV56cFN) ... 2022-09-30T07:27:33.434Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:27:33.437Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:28:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:28:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:28:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:28:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:28:23.853Z||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-09-30T07:28:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:28:33.474Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:28:33.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:29:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:29:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:29:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:29:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:29:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T07:29:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T07:29:33.412Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:29:33.412Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:30:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:30:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:30:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:30:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:30:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T07:30:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T07:30:33.478Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:30:33.479Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:31:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:31:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:31:23.852Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:31:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:31:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T07:31:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T07:31:33.413Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:31:33.413Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:32:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:32:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:32:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:32:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:32:23.853Z||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-09-30T07:32:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:32:33.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:32:33.411Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:33:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:33:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:33:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:33:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:33:23.852Z||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-09-30T07:33:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:33:33.410Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:33:33.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:34:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:34:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:34:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:34:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:34:23.852Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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-09-30T07:34:23.853Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|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 usZCPhGQODV56cFN) ... 2022-09-30T07:34:33.406Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:34:33.406Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:35:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:35:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:35:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:35:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:35:23.852Z||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-09-30T07:35:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:35:33.395Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:35:33.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:36:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:36:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:36:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:36:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:36:23.852Z||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-09-30T07:36:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:36:33.420Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:36:33.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:37:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:37:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:37:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:37:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:37:23.852Z||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-09-30T07:37:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:37:33.403Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:37:33.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:38:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:38:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:38:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:38:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:38:23.852Z||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-09-30T07:38:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:38:33.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:38:33.401Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:39:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:39:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:39:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:39:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:39:23.852Z||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-09-30T07:39:23.852Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:39:33.423Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:39:33.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:40:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:40:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:40:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:40:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:40:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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-09-30T07:40:23.852Z|d0bed1d1-0618-41e0-904e-39ebee156f82|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 usZCPhGQODV56cFN) ... 2022-09-30T07:40:33.399Z|d0bed1d1-0618-41e0-904e-39ebee156f82|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:40:33.407Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:41:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:41:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:41:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:41:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:41:23.853Z||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-09-30T07:41:23.853Z||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 usZCPhGQODV56cFN) ... 2022-09-30T07:41:33.418Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:41:33.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:42:23.849Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:42:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:42:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:42:23.852Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:42:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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-09-30T07:42:23.853Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|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 usZCPhGQODV56cFN) ... 2022-09-30T07:42:33.410Z|0fa9dc0d-cb84-486d-be52-9b1a49fbe49c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:42:33.410Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-30T07:43:23.850Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:43:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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-09-30T07:43:23.851Z|34a65cd2-5026-4df8-8f96-bb87281a84d5|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 usZCPhGQODV56cFN) ... 2022-09-30T07:43:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-30T07:43:23.853Z||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-09-30T07:43:23.853Z||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 usZCPhGQODV56cFN) ...