JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-04-18T03:19:20.221Z||main|||||INFO|500||The following profiles are active: basic 2022-04-18T03:19:37.510Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-18T03:19:37.512Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-18T03:19:37.678Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-18T03:19:44.010Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-18T03:19:44.607Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-18T03:19:45.463Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-18T03:19:45.482Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-18T03:19:45.697Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-18T03:19:46.059Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-18T03:19:47.061Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-18T03:19:51.084Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-18T03:19:54.581Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-18T03:19:54.664Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-18T03:19:55.475Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-18T03:19:55.691Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-04-18T03:19:57.833Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-18T03:19:59.568Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-18T03:19:59.596Z||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$$a1a3d335.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-04-18T03:19:59.597Z||main|||||WARN|500||The sdc end point is not alive 2022-04-18T03:20:04.930Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-04-18T03:20:09.871Z||main|||||WARN|500||--- 2022-04-18T03:20:09.877Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-18T03:20:09.878Z||main|||||WARN|500||--- 2022-04-18T03:20:10.491Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-18T03:20:17.837Z||main|||||INFO|500||Started Application in 62.454 seconds (JVM running for 65.554) 2022-04-18T03:20:17.860Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-18T03:20:17.884Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-18T03:20:17.914Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-18T03:20:17.951Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-18T03:20:18.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be1a6e32-e4a7-4c24-b650-90b302109528 url= /sdc/v1/artifactTypes 2022-04-18T03:20:18.032Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-18T03:20:18.439Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-18T03:20:18.483Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-04-18T03:20:18.520Z||scheduling-1|||||DEBUG|500||create keys 2022-04-18T03:20:18.534Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-18T03:20:18.571Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:20:18.599Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 571cf99b-8863-494a-a07c-1cacc4cff824 url= /sdc/v1/registerForDistribution 2022-04-18T03:20:18.769Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 571cf99b-8863-494a-a07c-1cacc4cff824 url= /sdc/v1/registerForDistribution 2022-04-18T03:20:18.771Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-18T03:20:18.793Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-18T03:20:18.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:20:18.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:20:18.827Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:20:18.828Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:20:18.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:20:18.829Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:20:29.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:20:29.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:21:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:21:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:21:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:21:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:21:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:21:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:21:28.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:21:28.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:22:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:22:18.785Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:22:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:22:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:22:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:22:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:22:28.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:22:28.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:23:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:23:18.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:23:18.788Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:23:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:23:18.796Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:23:18.797Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:23:28.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:23:28.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:24:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:24:18.784Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:24:18.785Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T03:24:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:24:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:24:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:24:28.363Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:24:28.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:25:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:25:18.785Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:25:18.786Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T03:25:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:25:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:25:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:25:28.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:25:28.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:26:18.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:26:18.784Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:26:18.784Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T03:26:18.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:26:18.790Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:26:18.790Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:26:28.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:26:28.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:27:18.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:27:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:27:18.790Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:27:18.790Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:27:18.797Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:27:18.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T03:27:28.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:27:28.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:28:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:28:18.785Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:28:18.786Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T03:28:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:28:18.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:28:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:28:28.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:28:28.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:29:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:29:18.786Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:29:18.786Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T03:29:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:29:18.788Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:29:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:29:28.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:29:28.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:29:47.321Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-18T03:30:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:30:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:30:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:30:18.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:30:18.789Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:30:18.790Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:30:28.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:30:28.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:31:18.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:31:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:31:18.788Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:31:18.788Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:31:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:31:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:31:28.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:31:28.357Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:32:18.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:32:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:32:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:32:18.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:32:18.788Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:32:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:32:28.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:32:28.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:33:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:33:18.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:33:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:33:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:33:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:33:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:33:28.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:33:28.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:34:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:34:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:34:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:34:18.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:34:18.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:34:18.791Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:34:28.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:34:28.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:35:18.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:35:18.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:35:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:35:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:35:18.787Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:35:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:35:28.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:35:28.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:36:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:36:18.785Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:36:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:36:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:36:18.787Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:36:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:36:28.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:36:28.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:37:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:37:18.785Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:37:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:37:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:37:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:37:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:37:28.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:37:28.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:38:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:38:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:38:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:38:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:38:18.786Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:38:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:38:28.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:38:28.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:39:18.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:39:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:39:18.788Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:39:18.788Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:39:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:39:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:39:28.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:39:28.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:40:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:40:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:40:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:40:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:40:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:40:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:40:28.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:40:28.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:41:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:41:18.785Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:41:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:41:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:41:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:41:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:41:28.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:41:28.363Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:42:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:42:18.784Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:42:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:42:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:42:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:42:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:42:28.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:42:28.344Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:43:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:43:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:43:18.786Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:43:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:43:18.787Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:43:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:43:28.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:43:28.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:44:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:44:18.784Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:44:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:44:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:44:18.788Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:44:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:44:28.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:44:28.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:45:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:45:18.785Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:45:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:45:18.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:45:18.788Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:45:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:45:28.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:45:28.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:46:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:46:18.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:46:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:46:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:46:18.786Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:46:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:46:28.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:46:28.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:47:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:47:18.784Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:47:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:47:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:47:18.786Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:47:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:47:28.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:47:28.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:48:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:48:18.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:48:18.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:48:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:48:18.789Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:48:18.792Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:48:28.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:48:28.352Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:49:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:49:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:49:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:49:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:49:18.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:49:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:49:28.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:49:28.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:50:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:50:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:50:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:50:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:50:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:50:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:50:28.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:50:28.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:51:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:51:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:51:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:51:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:51:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:51:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:51:28.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:51:28.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:52:18.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:52:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:52:18.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:52:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:52:18.790Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:52:18.790Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:52:28.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:52:28.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:53:18.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:53:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:53:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:53:18.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:53:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:53:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:53:28.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:53:28.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:54:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:54:18.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:54:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:54:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:54:18.786Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:54:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:54:28.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:54:28.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:55:18.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:55:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:55:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:55:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:55:18.786Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:55:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:55:28.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:55:28.342Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:56:18.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:56:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:56:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:56:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:56:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:56:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:56:28.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:56:28.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:57:18.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:57:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:57:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:57:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:57:18.788Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:57:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:57:28.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:57:28.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:58:18.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:58:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:58:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:58:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:58:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:58:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:58:28.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:58:28.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:59:18.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:59:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:59:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:59:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T03:59:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T03:59:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T03:59:28.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T03:59:28.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:00:18.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:00:18.785Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:00:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:00:18.787Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:00:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:00:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:00:28.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:00:28.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:01:18.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:01:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:01:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:01:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:01:18.788Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:01:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:01:28.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:01:28.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:02:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:02:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:02:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:02:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:02:18.788Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:02:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:02:28.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:02:28.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:03:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:03:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:03:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:03:18.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:03:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:03:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:03:28.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:03:28.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:04:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:04:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:04:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:04:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:04:18.787Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:04:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:04:28.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:04:28.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:04:51.825Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:05:18.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:05:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:05:18.787Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:05:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:05:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:05:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:05:28.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:05:28.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:06:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:06:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:06:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:06:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:06:18.786Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:06:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:06:28.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:06:28.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:07:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:07:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:07:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:07:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:07:18.786Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:07:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:07:28.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:07:28.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:08:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:08:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:08:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:08:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:08:18.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:08:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:08:28.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:08:28.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:09:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:09:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:09:18.788Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:09:18.788Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:09:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:09:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:09:28.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:09:28.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:10:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:10:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:10:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:10:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:10:18.787Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:10:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:10:28.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:10:28.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:11:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:11:18.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:11:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:11:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:11:18.786Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:11:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:11:28.335Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:11:28.336Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:12:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:12:18.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:12:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:12:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:12:18.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:12:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:12:28.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:12:28.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:13:18.783Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:13:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:13:18.788Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:13:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:13:18.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:13:18.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:13:28.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:13:28.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:14:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:14:18.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:14:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:14:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:14:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:14:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:14:28.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:14:28.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:15:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:15:18.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:15:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:15:18.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:15:18.788Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:15:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:15:28.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:15:28.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:16:18.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:16:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:16:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:16:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:18.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:18.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:18.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:16:19.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:16:19.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:16:19.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "dcae-sch", "timestamp": 1650255365347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255366101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:19.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255366580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:19.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255362678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:19.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255360985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:19.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255366414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:19.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "ves-openapi-manager", "timestamp": 1650255367742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255368057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255376218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255376490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255375623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255376473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255376161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:19.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "cds", "timestamp": 1650255377240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:16:19.329Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 2022-04-18T04:16:19.380Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:16:19.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255377493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:16:19.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255377549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:19.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:16:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:19.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:16:19.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1","serviceName":"basic_onboard_CeSzpa","serviceVersion":"1.0","serviceUUID":"20150e07-7fa2-4a7c-8e81-11bb9011c6f9","serviceDescription":"service","serviceInvariantUUID":"4ed60116-675e-4f99-93d2-5ec164863233","resources":[{"resourceInstanceName":"basic_onboard_CeSzpa 0","resourceName":"basic_onboard_CeSzpa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4fe03434-4eaf-463e-9dfe-923fe6f745e6","resourceInvariantUUID":"74f6439b-84bb-4417-8c91-efa6c41c6b61","resourceCustomizationUUID":"ce275a92-289d-409e-9eac-3e44908c5bc1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml","artifactChecksum":"Mjk1MmU1OGQwOTRkYmIzOGZlNWRmZTgxMDRmZWQ2OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4150e833-a763-4b96-92e1-d8a23839d46a","artifactVersion":"1"},{"artifactName":"basic_onboard_ceszpa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json","artifactChecksum":"NmFiZGQ5YzIyODYwYWU1ZGY3Njg3MWQyZjUxZTUzMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"275bc482-4c4b-4dfb-ac0c-71990642bec1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a89d8e2-7810-4a0b-b6e9-2de1b921d96e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efc277a8-f483-4e78-b5c4-6c4f8cc2406b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af84aa61-b6b1-41fe-8da9-1e3408e0ff68","artifactVersion":"2","generatedFromUUID":"2a89d8e2-7810-4a0b-b6e9-2de1b921d96e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCeszpa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml","artifactChecksum":"NjI0NWQ2YTJjZDdkODljYWVmZjE3YjhhYTcwNDQxYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"207427d7-df73-4629-b79d-72f71e208071","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCeszpa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar","artifactChecksum":"Yzk5YjFhNzg3OGVkNjBiNTJmZjYxZWQ2NDEwMWFmZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03477214-0a05-4d93-aacb-2aa47b8a5c1d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:16:19.474Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:19.490Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:19.512Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:19.512Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:19.617Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:19.625Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:19.625Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:19.641Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:19.643Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:20.520Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:20.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:20.525Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:20.525Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:16:20.625Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:20.626Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:20.626Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:20.642Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:20.643Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:21.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:21.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:21.532Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:21.533Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:16:21.632Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:16:21.634Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:21.634Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:21.674Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:21.676Z||pool-5-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:22.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:22.535Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:22.538Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:22.538Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:22.638Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:22.639Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:22.640Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:22.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:22.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:23.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:23.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:23.542Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:23.542Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T04:16:23.643Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:16:23.644Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:23.645Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:23.659Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:23.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:24.543Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:24.544Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:24.546Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:24.546Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:16:24.647Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:24.648Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:24.648Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:24.660Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:24.661Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:25.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:16:25.548Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:25.552Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:25.552Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:16:25.652Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:25.653Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:25.654Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:25.669Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:25.671Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:16:26.555Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "serviceName": "basic_onboard_CeSzpa", "serviceVersion": "1.0", "serviceUUID": "20150e07-7fa2-4a7c-8e81-11bb9011c6f9", "serviceDescription": "service", "serviceInvariantUUID": "4ed60116-675e-4f99-93d2-5ec164863233", "resources": [ { "resourceInstanceName": "basic_onboard_CeSzpa 0", "resourceCustomizationUUID": "ce275a92-289d-409e-9eac-3e44908c5bc1", "resourceName": "basic_onboard_CeSzpa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4fe03434-4eaf-463e-9dfe-923fe6f745e6", "resourceInvariantUUID": "74f6439b-84bb-4417-8c91-efa6c41c6b61", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ceszpa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "artifactChecksum": "NmFiZGQ5YzIyODYwYWU1ZGY3Njg3MWQyZjUxZTUzMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "275bc482-4c4b-4dfb-ac0c-71990642bec1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2a89d8e2-7810-4a0b-b6e9-2de1b921d96e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "af84aa61-b6b1-41fe-8da9-1e3408e0ff68", "generatedFromUUID": "2a89d8e2-7810-4a0b-b6e9-2de1b921d96e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "af84aa61-b6b1-41fe-8da9-1e3408e0ff68", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCeszpa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "artifactChecksum": "Yzk5YjFhNzg3OGVkNjBiNTJmZjYxZWQ2NDEwMWFmZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03477214-0a05-4d93-aacb-2aa47b8a5c1d" } ], "workloadContext": "Production" } 2022-04-18T04:16:26.558Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:16:26.558Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20150e07-7fa2-4a7c-8e81-11bb9011c6f9 ASDC 2022-04-18T04:16:26.715Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 ServiceName:basic_onboard_CeSzpa ServiceVersion:1.0 ServiceUUID:20150e07-7fa2-4a7c-8e81-11bb9011c6f9 ServiceInvariantUUID:4ed60116-675e-4f99-93d2-5ec164863233 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCeszpa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar ArtifactUUID:03477214-0a05-4d93-aacb-2aa47b8a5c1d ArtifactChecksum:Yzk5YjFhNzg3OGVkNjBiNTJmZjYxZWQ2NDEwMWFmZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CeSzpa 0 ResourceCustomizationUUID:ce275a92-289d-409e-9eac-3e44908c5bc1 ResourceInvariantUUID:74f6439b-84bb-4417-8c91-efa6c41c6b61 ResourceName:basic_onboard_CeSzpa ResourceType:VF ResourceUUID:4fe03434-4eaf-463e-9dfe-923fe6f745e6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ceszpa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json ArtifactUUID:275bc482-4c4b-4dfb-ac0c-71990642bec1 ArtifactChecksum:NmFiZGQ5YzIyODYwYWU1ZGY3Njg3MWQyZjUxZTUzMWI= 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/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml ArtifactUUID:2a89d8e2-7810-4a0b-b6e9-2de1b921d96e 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/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env ArtifactUUID:af84aa61-b6b1-41fe-8da9-1e3408e0ff68 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/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env ArtifactUUID:af84aa61-b6b1-41fe-8da9-1e3408e0ff68 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:16:26.716Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20150e07-7fa2-4a7c-8e81-11bb9011c6f9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:16:26.795Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:16:26.796Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:16:26.799Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:16:26.799Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03477214-0a05-4d93-aacb-2aa47b8a5c1d from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:26.799Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:16:26.801Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:27.030Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:16:27.058Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar 03477214-0a05-4d93-aacb-2aa47b8a5c1d 71548 2022-04-18T04:16:27.060Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar ASDC sendASDCNotification 2022-04-18T04:16:27.061Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:27.062Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:16:27.063Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:27.066Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:27.067Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255387059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:27.167Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:27.168Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:27.168Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:27.180Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:27.181Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:28.067Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:16:28.069Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:16:28.070Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 03477214-0a05-4d93-aacb-2aa47b8a5c1d, URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar to file: /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:28.070Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:28.180Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:28.181Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:28.949Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16185425262158736496/Definitions/service-BasicOnboardCeszpa-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T04:16:32.360Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:16:32.373Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:16:32.373Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CeSzpa 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.376Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.376Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:32.376Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:16:32.388Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.391Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.400Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:32.401Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:16:32.403Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:16:32.407Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.407Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.407Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:32.408Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:16:32.408Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:16:32.409Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.409Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.415Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.416Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is not matching search criteria 2022-04-18T04:16:32.417Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-18T04:16:32.417Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-18T04:16:32.417Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-18T04:16:32.418Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T04:16:32.418Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:16:32.419Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.419Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:16:32.422Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.422Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:32.422Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:16:32.423Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.424Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:32.424Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:16:32.424Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.425Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:32.425Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:16:32.426Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.426Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is not matching search criteria 2022-04-18T04:16:32.426Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-18T04:16:32.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T04:16:32.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=368e1f06-3fc2-4ecc-aa17-dd6dac675e09 2022-04-18T04:16:32.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.428Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.428Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.429Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.429Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.429Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.430Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:32.430Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:32.430Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CeSzpa Description:service Model UUID:20150e07-7fa2-4a7c-8e81-11bb9011c6f9 Model Version:NULL Model InvariantUuid:4ed60116-675e-4f99-93d2-5ec164863233 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CeSzpa Model UUID:0e74511f-f00f-4bd4-8458-3634a4abe26d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:74f6439b-84bb-4417-8c91-efa6c41c6b61 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce275a92-289d-409e-9eac-3e44908c5bc1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9a97dde2-85aa-4a19-b218-7da128dbd5db ModelName:BasicOnboardCeszpa..base_ubuntu18..module-0 ModelUuid:922bd783-343b-45eb-b307-c6629e0d20c4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:368e1f06-3fc2-4ecc-aa17-dd6dac675e09 ModelInvariantUuid:2ad0870a-81db-45e6-acfb-e1931e12aafd ModelName:basic_onboard_CeSzpa-nodes.ubuntu18Cvfc ModelUuid:ffaefde2-2cd6-42a6-b40b-6a70750dd9c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c9e0a54d-c1c6-47f4-b742-464b67879924 ModelInvariantUuid:51b2fc41-b32b-4d47-929e-2f4a54ae9aef ModelName:BasicOnboardCeszpa.compute.nodes.heat.ubuntu18 ModelUuid:ed263f9b-ad01-42dc-8b78-dd460260454b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:16:32.445Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4fe03434-4eaf-463e-9dfe-923fe6f745e6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:16:32.606Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||basic_onboard_CeSzpa 0 2022-04-18T04:16:32.617Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4fe03434-4eaf-463e-9dfe-923fe6f745e6 2022-04-18T04:16:32.617Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 275bc482-4c4b-4dfb-ac0c-71990642bec1 from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json 2022-04-18T04:16:32.617Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:16:32.618Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json 2022-04-18T04:16:33.195Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:16:33.195Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json 275bc482-4c4b-4dfb-ac0c-71990642bec1 798 2022-04-18T04:16:33.196Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json ASDC sendASDCNotification 2022-04-18T04:16:33.196Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json 2022-04-18T04:16:33.196Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:16:33.197Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:33.201Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:33.201Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255393196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:33.301Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:33.302Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:33.302Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:33.315Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:33.315Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:34.204Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCeszpa..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9a97dde2-85aa-4a19-b218-7da128dbd5db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "922bd783-343b-45eb-b307-c6629e0d20c4", "vfModuleModelCustomizationUUID": "0ad0616b-192b-428d-b230-810760426b8f", "isBase": true, "artifacts": [ "2a89d8e2-7810-4a0b-b6e9-2de1b921d96e", "af84aa61-b6b1-41fe-8da9-1e3408e0ff68" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:16:34.226Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCeszpa..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:922bd783-343b-45eb-b307-c6629e0d20c4 VfModuleModelInvariantUUID:9a97dde2-85aa-4a19-b218-7da128dbd5db VfModuleModelDescription:NULL Artifacts UUID List:{ 2a89d8e2-7810-4a0b-b6e9-2de1b921d96e , af84aa61-b6b1-41fe-8da9-1e3408e0ff68 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:16:34.230Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCeszpa..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9a97dde2-85aa-4a19-b218-7da128dbd5db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "922bd783-343b-45eb-b307-c6629e0d20c4", "vfModuleModelCustomizationUUID": "0ad0616b-192b-428d-b230-810760426b8f", "isBase": true, "artifacts": [ "2a89d8e2-7810-4a0b-b6e9-2de1b921d96e", "af84aa61-b6b1-41fe-8da9-1e3408e0ff68" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCeszpa..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:922bd783-343b-45eb-b307-c6629e0d20c4 VfModuleModelInvariantUUID:9a97dde2-85aa-4a19-b218-7da128dbd5db VfModuleModelDescription:NULL Artifacts UUID List:{ 2a89d8e2-7810-4a0b-b6e9-2de1b921d96e , af84aa61-b6b1-41fe-8da9-1e3408e0ff68 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2a89d8e2-7810-4a0b-b6e9-2de1b921d96e from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml 2022-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml 2022-04-18T04:16:34.487Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:16:34.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml 2a89d8e2-7810-4a0b-b6e9-2de1b921d96e 5033 2022-04-18T04:16:34.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-18T04:16:34.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml 2022-04-18T04:16:34.489Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:16:34.489Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:34.491Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:34.491Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255394488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:34.592Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:34.593Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:34.595Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:34.610Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:34.611Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:35.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af84aa61-b6b1-41fe-8da9-1e3408e0ff68 from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env 2022-04-18T04:16:35.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:16:35.493Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env 2022-04-18T04:16:35.981Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:16:35.982Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env af84aa61-b6b1-41fe-8da9-1e3408e0ff68 909 2022-04-18T04:16:35.982Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-18T04:16:35.982Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env 2022-04-18T04:16:35.983Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:16:35.983Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:35.986Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:35.986Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255395982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:16:36.093Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-04-18T04:16:36.098Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:36.099Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:36.124Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:36.126Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:36.988Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 20150e07-7fa2-4a7c-8e81-11bb9011c6f9 2022-04-18T04:16:36.989Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CeSzpa 0 4fe03434-4eaf-463e-9dfe-923fe6f745e6 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:16:37.036Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@570b64dd, org.onap.sdc.toscaparser.api.parameters.Input@3e9eea6c, org.onap.sdc.toscaparser.api.parameters.Input@51966b93, org.onap.sdc.toscaparser.api.parameters.Input@350ee5a3, org.onap.sdc.toscaparser.api.parameters.Input@392f5253] 2022-04-18T04:16:37.042Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.044Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.044Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:16:37.044Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ce275a92-289d-409e-9eac-3e44908c5bc1 2022-04-18T04:16:37.045Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce275a92-289d-409e-9eac-3e44908c5bc1 matches Tosca VF Customization UUID: ce275a92-289d-409e-9eac-3e44908c5bc1 2022-04-18T04:16:37.045Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ce275a92-289d-409e-9eac-3e44908c5bc1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:16:37.061Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.061Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.064Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ce275a92-289d-409e-9eac-3e44908c5bc1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-18T04:16:37.064Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ebabc9f 2022-04-18T04:16:37.065Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.065Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:16:37.066Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ad0616b-192b-428d-b230-810760426b8f 2022-04-18T04:16:37.070Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ad0616b-192b-428d-b230-810760426b8f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:16:37.081Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.082Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:37.082Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:16:37.083Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.083Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:37.084Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:16:37.084Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.084Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is not matching search criteria 2022-04-18T04:16:37.085Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-18T04:16:37.085Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T04:16:37.085Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=368e1f06-3fc2-4ecc-aa17-dd6dac675e09 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:16:37.098Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.099Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:37.099Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:16:37.100Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.101Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria 2022-04-18T04:16:37.101Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=ce275a92-289d-409e-9eac-3e44908c5bc1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:16:37.105Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.106Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.107Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 20150e07-7fa2-4a7c-8e81-11bb9011c6f9: basic_onboard_CeSzpa 2022-04-18T04:16:37.107Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.107Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.108Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.108Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.108Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.109Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.109Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.109Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.110Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:16:37.110Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:16:37.110Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_CeSzpa Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:16:37.346Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CeSzpa 4fe03434-4eaf-463e-9dfe-923fe6f745e6 1 ASDC deployResourceStructure 2022-04-18T04:16:37.347Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json ASDC sendASDCNotification 2022-04-18T04:16:37.347Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json 2022-04-18T04:16:37.347Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:16:37.348Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:37.350Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:37.350Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255397347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:16:37.456Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-04-18T04:16:37.457Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:37.457Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:37.468Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:37.469Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:38.351Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-18T04:16:38.352Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml 2022-04-18T04:16:38.352Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:16:38.357Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:38.359Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:38.360Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255398351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:16:38.469Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-04-18T04:16:38.471Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:38.472Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:38.500Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:38.500Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:16:39.363Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-18T04:16:39.363Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env 2022-04-18T04:16:39.363Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:16:39.364Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:39.366Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:39.366Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255399363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-18T04:16:39.469Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T04:16:39.471Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:39.471Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:39.482Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:39.483Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:40.368Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar ASDC sendASDCNotification 2022-04-18T04:16:40.368Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar 2022-04-18T04:16:40.369Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:16:40.369Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:16:40.372Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:16:40.372Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255400368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:16:40.472Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:16:40.474Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:16:40.474Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:16:40.488Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:16:40.489Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:16:41.373Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:16:41.400Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:16:41.404Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:16:41.404Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:16:41.404Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:17:11.405Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:17:11.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:17:11.433Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:17:11.433Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:17:11.433Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:17:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:17:18.788Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:17:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:17:18.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:17:18.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:17:18.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "policy-id", "timestamp": 1650255378509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:17:18.842Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 2022-04-18T04:17:18.843Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:17:41.437Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:17:41.461Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:17:41.470Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:17:41.470Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:17:41.470Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:18:11.471Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:18:11.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:18:11.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:18:11.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:18:11.493Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:18:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:18:18.789Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:18:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:18:19.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:18:19.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255378846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:18:19.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255380146, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 2022-04-18T04:18:19.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:18:19.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:18:19.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255381751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "multicloud-k8s-id", "timestamp": 1650255381166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T04:18:19.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:18:19.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255383765, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "clamp", "timestamp": 1650255384771, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.388Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 2022-04-18T04:18:19.389Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255384083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255385102, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 2022-04-18T04:18:19.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255387059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255380985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255381101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255388812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255389045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255389823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "cds", "timestamp": 1650255390057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.487Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534 2022-04-18T04:18:19.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:18:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "policy-id", "timestamp": 1650255390827, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534 2022-04-18T04:18:19.508Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "dcae-sch", "timestamp": 1650255385347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255393196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255392998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T04:18:19.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "aai-ml", "timestamp": 1650255394005, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.528Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 2022-04-18T04:18:19.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255394488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "ves-openapi-manager", "timestamp": 1650255387742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255388057, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255395982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255395977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255397347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255398351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255397403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255399363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255392678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255398660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255400368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255399717, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.555Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534 2022-04-18T04:18:19.556Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:18:19.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "multicloud-k8s-id", "timestamp": 1650255400726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255396580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255396417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255404461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255404666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255412567, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255413576, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.580Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534 2022-04-18T04:18:19.580Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255414744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:18:19.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255415772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "clamp", "timestamp": 1650255416780, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534 2022-04-18T04:18:19.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:19.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255418088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:18:19.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:18:19.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:18:19.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "aai-ml", "timestamp": 1650255419095, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:19.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534 2022-04-18T04:18:19.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:18:41.493Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:18:41.517Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:18:41.521Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:18:41.538Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:19:11.539Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:19:11.558Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and serviceModelVersionId: 20150e07-7fa2-4a7c-8e81-11bb9011c6f9 2022-04-18T04:19:11.561Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ed60116-675e-4f99-93d2-5ec164863233 2022-04-18T04:19:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:19:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:19:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:19.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:19.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOTIFIED" } 2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:19.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-18T04:19:19.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:19.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-18T04:19:32.077Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0 2022-04-18T04:19:32.225Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:19:32.937Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|INFO|500||Invoke 2022-04-18T04:19:32.945Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd35d698-e13c-4c64-9bde-f28cee1b9d10], X-ECOMP-RequestID=[a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1], X-TransactionId=[], X-ONAP-RequestID=[a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1], Content-Type=[application/merge-patch+json]} 2022-04-18T04:19:33.094Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:19:33.816Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?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/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:19:32:367-41367], vertex-id=[196832], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:19:32 GMT], Content-Type=[application/json]} 2022-04-18T04:19:33.819Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:19:33.821Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|INFO|500||InvokeReturn 2022-04-18T04:19:33.827Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:19:33.827Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:19:33.839Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:19:33.842Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:19:33.844Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:19:33.845Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:33.849Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:33.850Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255573842, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:19:33.949Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:19:33.951Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:33.951Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:33.969Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:33.970Z||pool-18-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-04-18T04:19:34.874Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:19:34.875Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"34e16c19-756e-4619-b00d-f3caf3bb8534","serviceName":"vFW 2022-04-18 04-13-05","serviceVersion":"1.0","serviceUUID":"290e44bd-c430-4d51-879e-78a547ae8091","serviceDescription":"catalog service description","serviceInvariantUUID":"238ce2a1-13a1-42ed-a310-b47826a13729","resources":[{"resourceInstanceName":"vFW 222f5cd4-4a8d 0","resourceName":"vFW 222f5cd4-4a8d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8995416e-e318-4ee8-8e07-875763a9d77b","resourceInvariantUUID":"75d4ba53-65cc-4b08-8cc0-734596182465","resourceCustomizationUUID":"97128fdd-a172-4aa6-a7dd-d389ee74e533","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ3M2U5NWQyZjFiY2YxMzAyMzhkNGRiNjk0OTIyZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3764c03a-e719-4c4c-9b56-0a3369701b28","artifactVersion":"1"},{"artifactName":"vfw222f5cd44a8d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json","artifactChecksum":"OWQ4MmFmZmY1MzRiYjY1YjY3MTNjNzdmYTVjYjkyYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afc69d5f-9d86-45b4-b891-a43552bfbc04","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e6eb3d00-7e13-4482-9326-75b1473b2108","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml","artifactChecksum":"MjJiMDc3NDQ3ZTVlYThkM2ZjMjkwMjhkOGI3NDk3NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"545da33c-075d-4c63-8a8a-9b8b1b4a8759","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1b254ce-ad6e-4cfd-9825-36f175563a04","artifactVersion":"2","generatedFromUUID":"e6eb3d00-7e13-4482-9326-75b1473b2108"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418041305-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml","artifactChecksum":"MTYxZGU4YzhlYWNlMzVmOWEwZGIwMDUxOGFhZDM3M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ac58a05-5c1b-413a-a9ce-5003e1fd948e","artifactVersion":"1"},{"artifactName":"service-Vfw20220418041305-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar","artifactChecksum":"ODJhNzNiNTdiN2FhZjkzOGY1MTdkMDkxZmZlNjVjOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a07268e8-33cd-4698-94af-a558235f9552","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:19:34.876Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:34.876Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:34.880Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:34.880Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:34.981Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:19:34.983Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:34.983Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:34.996Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:34.997Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:35.881Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:35.882Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:35.884Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:35.885Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:19:35.985Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:35.986Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:35.986Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:35.998Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:35.999Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:36.886Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:36.887Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:36.913Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:36.914Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:19:36.991Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2022-04-18T04:19:36.992Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:36.993Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:37.009Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:37.010Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:37.916Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:37.917Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:37.935Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:37.936Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:38.025Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-04-18T04:19:38.026Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:38.026Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:38.047Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:38.047Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:38.937Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:38.938Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:38.941Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:38.942Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T04:19:39.041Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:19:39.042Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:39.043Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:39.052Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:39.053Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:39.943Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:39.944Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:39.947Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:39.947Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:19:40.047Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:40.048Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:40.048Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:40.059Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:40.060Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:40.948Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:19:40.956Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:40.959Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:40.959Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:19:41.060Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:41.061Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:41.061Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:41.072Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:41.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:41.960Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "serviceName": "vFW 2022-04-18 04-13-05", "serviceVersion": "1.0", "serviceUUID": "290e44bd-c430-4d51-879e-78a547ae8091", "serviceDescription": "catalog service description", "serviceInvariantUUID": "238ce2a1-13a1-42ed-a310-b47826a13729", "resources": [ { "resourceInstanceName": "vFW 222f5cd4-4a8d 0", "resourceCustomizationUUID": "97128fdd-a172-4aa6-a7dd-d389ee74e533", "resourceName": "vFW 222f5cd4-4a8d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8995416e-e318-4ee8-8e07-875763a9d77b", "resourceInvariantUUID": "75d4ba53-65cc-4b08-8cc0-734596182465", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw222f5cd44a8d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "artifactChecksum": "OWQ4MmFmZmY1MzRiYjY1YjY3MTNjNzdmYTVjYjkyYWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "afc69d5f-9d86-45b4-b891-a43552bfbc04", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e6eb3d00-7e13-4482-9326-75b1473b2108", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b1b254ce-ad6e-4cfd-9825-36f175563a04", "generatedFromUUID": "e6eb3d00-7e13-4482-9326-75b1473b2108" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b1b254ce-ad6e-4cfd-9825-36f175563a04", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418041305-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "artifactChecksum": "ODJhNzNiNTdiN2FhZjkzOGY1MTdkMDkxZmZlNjVjOWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a07268e8-33cd-4698-94af-a558235f9552" } ], "workloadContext": "Production" } 2022-04-18T04:19:41.961Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:19:41.961Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 290e44bd-c430-4d51-879e-78a547ae8091 ASDC 2022-04-18T04:19:41.966Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:34e16c19-756e-4619-b00d-f3caf3bb8534 ServiceName:vFW 2022-04-18 04-13-05 ServiceVersion:1.0 ServiceUUID:290e44bd-c430-4d51-879e-78a547ae8091 ServiceInvariantUUID:238ce2a1-13a1-42ed-a310-b47826a13729 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418041305-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar ArtifactUUID:a07268e8-33cd-4698-94af-a558235f9552 ArtifactChecksum:ODJhNzNiNTdiN2FhZjkzOGY1MTdkMDkxZmZlNjVjOWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 222f5cd4-4a8d 0 ResourceCustomizationUUID:97128fdd-a172-4aa6-a7dd-d389ee74e533 ResourceInvariantUUID:75d4ba53-65cc-4b08-8cc0-734596182465 ResourceName:vFW 222f5cd4-4a8d ResourceType:VF ResourceUUID:8995416e-e318-4ee8-8e07-875763a9d77b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw222f5cd44a8d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json ArtifactUUID:afc69d5f-9d86-45b4-b891-a43552bfbc04 ArtifactChecksum:OWQ4MmFmZmY1MzRiYjY1YjY3MTNjNzdmYTVjYjkyYWQ= 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/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml ArtifactUUID:e6eb3d00-7e13-4482-9326-75b1473b2108 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/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env ArtifactUUID:b1b254ce-ad6e-4cfd-9825-36f175563a04 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/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env ArtifactUUID:b1b254ce-ad6e-4cfd-9825-36f175563a04 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:19:41.967Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 290e44bd-c430-4d51-879e-78a547ae8091 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:19:42.013Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:19:42.015Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:19:42.015Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:19:42.015Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a07268e8-33cd-4698-94af-a558235f9552 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:42.016Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:19:42.016Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:42.979Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar a07268e8-33cd-4698-94af-a558235f9552 98897 2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar ASDC sendASDCNotification 2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:42.988Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:42.989Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255582986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:19:43.089Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:43.091Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:43.091Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:43.103Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:43.104Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:43.989Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:19:43.991Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:19:43.992Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a07268e8-33cd-4698-94af-a558235f9552, URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar to file: /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:43.993Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418041305-csar.csar 2022-04-18T04:19:43.994Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:43.994Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:44.295Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13314474739947944947/Definitions/service-Vfw20220418041305-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-18T04:19:47.791Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:19:47.793Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:19:47.793Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.794Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T04:19:47.794Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.794Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.795Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.795Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.796Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.796Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.797Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.797Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.798Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.798Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.799Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.799Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 222f5cd4-4a8d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.799Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar 2022-04-18T04:19:47.800Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:19:47.801Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.801Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.802Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:47.803Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:19:47.803Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:19:47.804Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.805Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.805Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:47.806Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:19:47.807Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:19:47.807Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.807Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.808Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.808Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:47.810Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:47.810Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:47.810Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:19:47.811Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.811Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.811Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.812Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:19:47.812Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:19:47.812Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:19:47.813Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.813Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.814Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:19:47.814Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.815Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:19:47.815Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.816Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:19:47.817Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.817Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:19:47.818Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.818Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:47.819Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:47.820Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.820Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:47.821Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:47.822Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.822Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:47.823Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:47.823Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=07aa45a1-527b-4e7d-9b5d-848011e8239b 2022-04-18T04:19:47.827Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.827Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:47.827Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=62da7c7b-0e19-46b6-98cc-cbcfa2e063f8 2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=37cd4c70-8b30-467b-b304-734f952fe871 2022-04-18T04:19:47.834Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.834Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.834Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:47.836Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:47.836Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 04-13-05 Description:catalog service description Model UUID:290e44bd-c430-4d51-879e-78a547ae8091 Model Version:NULL Model InvariantUuid:238ce2a1-13a1-42ed-a310-b47826a13729 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 222f5cd4-4a8d Model UUID:0d49a437-821d-4f6d-9f0d-25263c7ed5d5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:75d4ba53-65cc-4b08-8cc0-734596182465 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:97128fdd-a172-4aa6-a7dd-d389ee74e533 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:925100a1-95c0-45e3-b95c-2148966c9606 ModelName:Vfw222f5cd44a8d..base_vfw..module-0 ModelUuid:2b806692-2a31-45eb-959f-d9f820d97121 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:07aa45a1-527b-4e7d-9b5d-848011e8239b ModelInvariantUuid:9cc40fe4-a844-4af7-9a6c-ffac09f09a58 ModelName:vFW 222f5cd4-4a8d-nodes.vfwCvfc ModelUuid:062d99b9-f866-4562-99eb-305217951376 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f65a6657-e9a2-4d5a-838a-efd616f42a77 ModelInvariantUuid:1d0a5e78-b300-480a-a920-63231a2d27ca ModelName:Vfw222f5cd44a8d.compute.nodes.heat.vfw ModelUuid:ee2ea19b-ed8b-43e7-b797-45ec9c39fe97 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:62da7c7b-0e19-46b6-98cc-cbcfa2e063f8 ModelInvariantUuid:d2cd956b-a6a5-4da2-9ca3-9a313d39edcc ModelName:vFW 222f5cd4-4a8d-nodes.vsnCvfc ModelUuid:3bfaab61-a582-4f63-a8e2-991ee8373f45 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:db33ce36-176a-4ca9-8465-6f4f7cb89cc9 ModelInvariantUuid:a02ec023-81c5-4d0d-8747-d40b95a5f41f ModelName:Vfw222f5cd44a8d.compute.nodes.heat.vsn ModelUuid:13b03a27-8444-4414-bcf5-ffd7ee5f8781 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:37cd4c70-8b30-467b-b304-734f952fe871 ModelInvariantUuid:c8169981-72ef-468b-866f-7ab20b8dbdb2 ModelName:vFW 222f5cd4-4a8d-nodes.vpgCvfc ModelUuid:414b20e4-20b4-4f37-9ef3-3938f95ab528 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4b440c27-da27-4dd0-9c9d-d769fe531f7b ModelInvariantUuid:1d175a2e-64f5-4da9-b3bf-aa9f0cf20531 ModelName:Vfw222f5cd44a8d.compute.nodes.heat.vpg ModelUuid:5d49ebf5-320c-463c-8054-748c7e140d7c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:19:47.849Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8995416e-e318-4ee8-8e07-875763a9d77b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:19:47.867Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||vFW 222f5cd4-4a8d 0 2022-04-18T04:19:47.869Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8995416e-e318-4ee8-8e07-875763a9d77b 2022-04-18T04:19:47.869Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afc69d5f-9d86-45b4-b891-a43552bfbc04 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json 2022-04-18T04:19:47.870Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:19:47.870Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json 2022-04-18T04:19:48.159Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:19:48.159Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json afc69d5f-9d86-45b4-b891-a43552bfbc04 785 2022-04-18T04:19:48.165Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json ASDC sendASDCNotification 2022-04-18T04:19:48.166Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json 2022-04-18T04:19:48.166Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:19:48.166Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:48.169Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:48.169Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255588165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:19:48.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:48.271Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:48.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:48.284Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:48.284Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:49.173Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw222f5cd44a8d..base_vfw..module-0", "vfModuleModelInvariantUUID": "925100a1-95c0-45e3-b95c-2148966c9606", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b806692-2a31-45eb-959f-d9f820d97121", "vfModuleModelCustomizationUUID": "8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c", "isBase": true, "artifacts": [ "e6eb3d00-7e13-4482-9326-75b1473b2108", "b1b254ce-ad6e-4cfd-9825-36f175563a04" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:19:49.198Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw222f5cd44a8d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b806692-2a31-45eb-959f-d9f820d97121 VfModuleModelInvariantUUID:925100a1-95c0-45e3-b95c-2148966c9606 VfModuleModelDescription:NULL Artifacts UUID List:{ e6eb3d00-7e13-4482-9326-75b1473b2108 , b1b254ce-ad6e-4cfd-9825-36f175563a04 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:19:49.204Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw222f5cd44a8d..base_vfw..module-0", "vfModuleModelInvariantUUID": "925100a1-95c0-45e3-b95c-2148966c9606", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b806692-2a31-45eb-959f-d9f820d97121", "vfModuleModelCustomizationUUID": "8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c", "isBase": true, "artifacts": [ "e6eb3d00-7e13-4482-9326-75b1473b2108", "b1b254ce-ad6e-4cfd-9825-36f175563a04" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:19:49.205Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw222f5cd44a8d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b806692-2a31-45eb-959f-d9f820d97121 VfModuleModelInvariantUUID:925100a1-95c0-45e3-b95c-2148966c9606 VfModuleModelDescription:NULL Artifacts UUID List:{ e6eb3d00-7e13-4482-9326-75b1473b2108 , b1b254ce-ad6e-4cfd-9825-36f175563a04 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:19:49.205Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6eb3d00-7e13-4482-9326-75b1473b2108 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml 2022-04-18T04:19:49.205Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:19:49.206Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml 2022-04-18T04:19:49.568Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:19:49.570Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml e6eb3d00-7e13-4482-9326-75b1473b2108 20368 2022-04-18T04:19:49.570Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T04:19:49.570Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml 2022-04-18T04:19:49.571Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:19:49.571Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:49.574Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:49.574Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255589570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:19:49.675Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:19:49.677Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:49.677Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:49.699Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:49.700Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:50.575Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1b254ce-ad6e-4cfd-9825-36f175563a04 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env 2022-04-18T04:19:50.575Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:19:50.576Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env 2022-04-18T04:19:50.958Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:19:50.958Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env b1b254ce-ad6e-4cfd-9825-36f175563a04 2098 2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env 2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:50.964Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:50.964Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255590959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:19:51.065Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:19:51.066Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:51.066Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:51.077Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:51.077Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:19:51.964Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 290e44bd-c430-4d51-879e-78a547ae8091 2022-04-18T04:19:51.973Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 222f5cd4-4a8d 0 8995416e-e318-4ee8-8e07-875763a9d77b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:19:52.003Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1014b74a, org.onap.sdc.toscaparser.api.parameters.Input@3cced7f1, org.onap.sdc.toscaparser.api.parameters.Input@5cb8cafb, org.onap.sdc.toscaparser.api.parameters.Input@140dc40, org.onap.sdc.toscaparser.api.parameters.Input@34db85c5] 2022-04-18T04:19:52.006Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.007Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.007Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:19:52.008Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 97128fdd-a172-4aa6-a7dd-d389ee74e533 2022-04-18T04:19:52.008Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97128fdd-a172-4aa6-a7dd-d389ee74e533 matches Tosca VF Customization UUID: 97128fdd-a172-4aa6-a7dd-d389ee74e533 2022-04-18T04:19:52.008Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 97128fdd-a172-4aa6-a7dd-d389ee74e533 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:19:52.018Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.018Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.020Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 97128fdd-a172-4aa6-a7dd-d389ee74e533: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T04:19:52.020Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63303ddb 2022-04-18T04:19:52.020Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.021Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:19:52.021Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c 2022-04-18T04:19:52.021Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:19:52.026Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.026Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:52.026Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=07aa45a1-527b-4e7d-9b5d-848011e8239b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:19:52.034Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.034Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:19:52.038Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.038Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=62da7c7b-0e19-46b6-98cc-cbcfa2e063f8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:19:52.042Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.042Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:52.042Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:52.048Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.048Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria 2022-04-18T04:19:52.049Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:19:52.049Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:19:52.049Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:19:52.052Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T04:19:52.052Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=37cd4c70-8b30-467b-b304-734f952fe871 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:19:52.057Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria 2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=97128fdd-a172-4aa6-a7dd-d389ee74e533 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:19:52.062Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 290e44bd-c430-4d51-879e-78a547ae8091: vFW 222f5cd4-4a8d 2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:19:52.066Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-18 04-13-05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:19:52.495Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 222f5cd4-4a8d 8995416e-e318-4ee8-8e07-875763a9d77b 1 ASDC deployResourceStructure 2022-04-18T04:19:52.495Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json ASDC sendASDCNotification 2022-04-18T04:19:52.496Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json 2022-04-18T04:19:52.496Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:19:52.499Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:52.503Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:52.503Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255592495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:19:52.603Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:52.604Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:52.604Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:52.618Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:52.619Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:19:53.504Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T04:19:53.505Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml 2022-04-18T04:19:53.505Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:19:53.505Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:53.509Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:53.509Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255593504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:19:53.609Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:53.610Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:53.611Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:53.621Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:53.621Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:19:54.510Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T04:19:54.510Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env 2022-04-18T04:19:54.510Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:19:54.513Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:54.516Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:54.516Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255594510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T04:19:54.616Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:19:54.618Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:54.618Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:54.647Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:54.648Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:19:55.517Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar ASDC sendASDCNotification 2022-04-18T04:19:55.518Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar 2022-04-18T04:19:55.518Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:19:55.518Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:19:55.520Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:19:55.521Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255595517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:19:55.622Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:19:55.623Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:19:55.623Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:19:55.635Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:19:55.636Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:19:56.522Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e16c19-756e-4619-b00d-f3caf3bb8534 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:19:56.534Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e16c19-756e-4619-b00d-f3caf3bb8534 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:19:56.546Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:20:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:20:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:20:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:18.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:18.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:20:18.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:20:18.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:20:26.546Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34e16c19-756e-4619-b00d-f3caf3bb8534 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:20:26.554Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34e16c19-756e-4619-b00d-f3caf3bb8534 and serviceModelVersionId: 290e44bd-c430-4d51-879e-78a547ae8091 2022-04-18T04:20:26.555Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 238ce2a1-13a1-42ed-a310-b47826a13729 2022-04-18T04:20:26.556Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0 2022-04-18T04:20:26.562Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:20:26.642Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|INFO|500||Invoke 2022-04-18T04:20:26.643Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34e16c19-756e-4619-b00d-f3caf3bb8534], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4abc30a-4b4e-4a53-8f60-3dad14e6c23a], X-ECOMP-RequestID=[34e16c19-756e-4619-b00d-f3caf3bb8534], X-TransactionId=[], X-ONAP-RequestID=[34e16c19-756e-4619-b00d-f3caf3bb8534], Content-Type=[application/merge-patch+json]} 2022-04-18T04:20:26.697Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:20:27.060Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?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/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:20:25:957-91837], vertex-id=[204872], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:20:25 GMT], Content-Type=[application/json]} 2022-04-18T04:20:27.060Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:20:27.061Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|INFO|500||InvokeReturn 2022-04-18T04:20:27.062Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:20:27.062Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:20:27.073Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:20:27.073Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34e16c19-756e-4619-b00d-f3caf3bb8534 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:20:27.074Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:20:27.074Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:27.077Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:27.077Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255627074, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:20:27.177Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:27.179Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:27.179Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:27.202Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:27.203Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:20:28.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:20:28.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:20:28.095Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:32.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:32.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-18T04:20:32.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29140ad9-9460-4528-b4d1-c83b10eb1425","serviceName":"vFW 2022-04-18 04-16-26","serviceVersion":"1.0","serviceUUID":"692187c9-658c-4c07-88c3-64b8641614f9","serviceDescription":"catalog service description","serviceInvariantUUID":"0996e75e-8ba9-49d3-ac29-b229fbb2a85f","resources":[{"resourceInstanceName":"vFW d386b9aa-58e9 0","resourceName":"vFW d386b9aa-58e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10674aab-6cd0-4339-aa99-6bda8f4f2b8c","resourceInvariantUUID":"b95fabee-a767-4dd4-aeab-a97a5dbe7049","resourceCustomizationUUID":"8632b753-fb78-4838-b8b2-fca81c992940","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml","artifactChecksum":"MTRiNjQ3MmUwZmI1YzlhZDVhMzkzZWNmMDQwNmM0NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6297143d-acb4-4da7-b92b-01be323743ed","artifactVersion":"1"},{"artifactName":"vfwd386b9aa58e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json","artifactChecksum":"ZjM2NDhiY2QwNDAxOThhOTAyNzE5M2ZiNTIxZGU1NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87bbdba1-a9ae-4528-87c9-f8ff4c26aca9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6cd8074-2966-4d8a-8083-0748c88a30a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml","artifactChecksum":"MjczNWM1OGJiM2NkNDU1OGM4NmZiZjMzY2Q5YTViM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccf9a065-0cb0-4446-8a55-d30065955aca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c9f6901-2681-4e13-8005-68394ac6e09b","artifactVersion":"2","generatedFromUUID":"c6cd8074-2966-4d8a-8083-0748c88a30a4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418041626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml","artifactChecksum":"ZmJmNTk3MDMxOGMxYTg3ZTMwMTdlMzdmOGIzNjI3NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd31f3df-3d1f-48c9-918f-f8bd11b0d0b6","artifactVersion":"1"},{"artifactName":"service-Vfw20220418041626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar","artifactChecksum":"ZTU0Y2JhNDcwMmU4OWU4OGFmYzUxZTgyMmY3ZmI4MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"786eafe9-3090-4813-843c-bc958c1fcd7c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:20:32.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:32.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:32.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:32.522Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:20:32.622Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:32.623Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:32.624Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:32.638Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:32.639Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:33.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:33.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:33.526Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:33.527Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOTIFIED" } 2022-04-18T04:20:33.627Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:33.628Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:33.628Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:33.641Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:33.642Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:34.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:34.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:34.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:34.531Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:20:34.631Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:34.633Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:34.633Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:34.645Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:34.646Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:35.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:35.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:35.537Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:35.538Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:20:35.638Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:20:35.639Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:35.639Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:35.653Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:35.654Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:36.538Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:36.540Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:36.543Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:36.543Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T04:20:36.643Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:36.645Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:36.645Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:36.658Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:36.659Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:37.543Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:37.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:37.547Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:37.547Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:20:37.647Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:20:37.649Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:37.649Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:37.665Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:37.666Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:38.548Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:20:38.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:38.557Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:38.561Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:20:38.653Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-04-18T04:20:38.654Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:38.654Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:38.667Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:38.668Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:20:39.567Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "serviceName": "vFW 2022-04-18 04-16-26", "serviceVersion": "1.0", "serviceUUID": "692187c9-658c-4c07-88c3-64b8641614f9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0996e75e-8ba9-49d3-ac29-b229fbb2a85f", "resources": [ { "resourceInstanceName": "vFW d386b9aa-58e9 0", "resourceCustomizationUUID": "8632b753-fb78-4838-b8b2-fca81c992940", "resourceName": "vFW d386b9aa-58e9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "10674aab-6cd0-4339-aa99-6bda8f4f2b8c", "resourceInvariantUUID": "b95fabee-a767-4dd4-aeab-a97a5dbe7049", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd386b9aa58e90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "artifactChecksum": "ZjM2NDhiY2QwNDAxOThhOTAyNzE5M2ZiNTIxZGU1NmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87bbdba1-a9ae-4528-87c9-f8ff4c26aca9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c6cd8074-2966-4d8a-8083-0748c88a30a4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c9f6901-2681-4e13-8005-68394ac6e09b", "generatedFromUUID": "c6cd8074-2966-4d8a-8083-0748c88a30a4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c9f6901-2681-4e13-8005-68394ac6e09b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220418041626-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "artifactChecksum": "ZTU0Y2JhNDcwMmU4OWU4OGFmYzUxZTgyMmY3ZmI4MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "786eafe9-3090-4813-843c-bc958c1fcd7c" } ], "workloadContext": "Production" } 2022-04-18T04:20:39.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:20:39.568Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 692187c9-658c-4c07-88c3-64b8641614f9 ASDC 2022-04-18T04:20:39.569Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:29140ad9-9460-4528-b4d1-c83b10eb1425 ServiceName:vFW 2022-04-18 04-16-26 ServiceVersion:1.0 ServiceUUID:692187c9-658c-4c07-88c3-64b8641614f9 ServiceInvariantUUID:0996e75e-8ba9-49d3-ac29-b229fbb2a85f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220418041626-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar ArtifactUUID:786eafe9-3090-4813-843c-bc958c1fcd7c ArtifactChecksum:ZTU0Y2JhNDcwMmU4OWU4OGFmYzUxZTgyMmY3ZmI4MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d386b9aa-58e9 0 ResourceCustomizationUUID:8632b753-fb78-4838-b8b2-fca81c992940 ResourceInvariantUUID:b95fabee-a767-4dd4-aeab-a97a5dbe7049 ResourceName:vFW d386b9aa-58e9 ResourceType:VF ResourceUUID:10674aab-6cd0-4339-aa99-6bda8f4f2b8c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd386b9aa58e90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json ArtifactUUID:87bbdba1-a9ae-4528-87c9-f8ff4c26aca9 ArtifactChecksum:ZjM2NDhiY2QwNDAxOThhOTAyNzE5M2ZiNTIxZGU1NmI= 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/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml ArtifactUUID:c6cd8074-2966-4d8a-8083-0748c88a30a4 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/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env ArtifactUUID:9c9f6901-2681-4e13-8005-68394ac6e09b 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/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env ArtifactUUID:9c9f6901-2681-4e13-8005-68394ac6e09b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:20:39.571Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 692187c9-658c-4c07-88c3-64b8641614f9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:20:39.635Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:20:39.636Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-18T04:20:39.636Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-18T04:20:39.637Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 786eafe9-3090-4813-843c-bc958c1fcd7c from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:39.637Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T04:20:39.637Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:40.170Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T04:20:40.174Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar 786eafe9-3090-4813-843c-bc958c1fcd7c 98917 2022-04-18T04:20:40.175Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar ASDC sendASDCNotification 2022-04-18T04:20:40.175Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:40.176Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:20:40.176Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:40.178Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:40.178Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255640175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:20:40.279Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:40.281Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:40.281Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:40.294Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:40.295Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:41.179Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:20:41.180Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-18T04:20:41.181Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 786eafe9-3090-4813-843c-bc958c1fcd7c, URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar to file: /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:41.181Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418041626-csar.csar 2022-04-18T04:20:41.182Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:41.182Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:41.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13903684124227751690/Definitions/service-Vfw20220418041626-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-04-18T04:20:44.437Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.440Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.440Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.440Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d386b9aa-58e9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.443Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:44.443Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-18T04:20:44.443Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.444Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.444Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:44.445Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-18T04:20:44.445Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:20:44.446Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.446Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.446Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:44.447Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-18T04:20:44.447Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:20:44.447Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.448Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.448Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.449Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:44.449Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:44.449Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:20:44.450Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.450Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.450Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.452Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.452Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:20:44.452Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.453Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:20:44.453Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.453Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:20:44.454Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.454Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:20:44.454Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.455Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:44.455Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:44.456Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.456Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:44.456Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.458Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:44.458Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:44.458Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.460Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.460Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:20:44.460Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:20:44.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d362017-8539-423a-a122-17ea6391462a 2022-04-18T04:20:44.462Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.462Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.464Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.464Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:20:44.464Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:44.465Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T04:20:44.465Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0c563419-3ce4-49c1-8efd-46724c3a8dae 2022-04-18T04:20:44.467Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.467Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:44.468Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:44.468Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:20:44.468Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.469Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.469Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.469Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:20:44.470Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:44.470Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:20:44.470Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:20:44.471Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:44.471Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:44.471Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T04:20:44.472Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d67a7f54-75b5-41bd-9fa2-99bd180a511c 2022-04-18T04:20:44.472Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.473Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.473Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.473Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.474Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.474Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.475Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:44.475Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:44.475Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-18 04-16-26 Description:catalog service description Model UUID:692187c9-658c-4c07-88c3-64b8641614f9 Model Version:NULL Model InvariantUuid:0996e75e-8ba9-49d3-ac29-b229fbb2a85f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d386b9aa-58e9 Model UUID:41814d81-9e98-46d3-8272-afd3596bef3e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b95fabee-a767-4dd4-aeab-a97a5dbe7049 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8632b753-fb78-4838-b8b2-fca81c992940 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e25f2032-3f26-45de-b7c1-6541da96a0e2 ModelName:VfwD386b9aa58e9..base_vfw..module-0 ModelUuid:4e46ba0d-bf00-440d-89d4-fae87c1bbecf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5d362017-8539-423a-a122-17ea6391462a ModelInvariantUuid:6c0ca5fe-adfa-4a9e-b47e-eb33fbae5735 ModelName:vFW d386b9aa-58e9-nodes.vfwCvfc ModelUuid:09a6b926-7d71-4d70-8c16-3b23e8f4b906 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0c3c8e6b-06ca-4f79-abd2-e2f7b6d3b2d7 ModelInvariantUuid:82b3262f-baa5-4271-83bd-37288879c5c1 ModelName:VfwD386b9aa58e9.compute.nodes.heat.vfw ModelUuid:56f9aa7b-25ed-46bd-a849-acf53b788af6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0c563419-3ce4-49c1-8efd-46724c3a8dae ModelInvariantUuid:33b5d7cb-9a2f-4aef-b887-2813971a3ed2 ModelName:vFW d386b9aa-58e9-nodes.vsnCvfc ModelUuid:889d2be2-dfa8-47f5-85fa-e2c02ec45dde ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:e82c5185-363d-4252-9af7-9975f2608920 ModelInvariantUuid:b8cdf777-27b6-4ca3-a916-cae09b29976d ModelName:VfwD386b9aa58e9.compute.nodes.heat.vsn ModelUuid:61477c48-3e01-4969-ba0a-2ff3294f77d9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d67a7f54-75b5-41bd-9fa2-99bd180a511c ModelInvariantUuid:2fd7f663-b01a-49b5-b3aa-52029ec408f8 ModelName:vFW d386b9aa-58e9-nodes.vpgCvfc ModelUuid:e7ac52c5-ac4e-438e-aaeb-0a37203c5d24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:383a3233-b948-429a-88fc-6a9c9060c3a3 ModelInvariantUuid:3c880cc8-bcac-4a59-8167-dd195b853cf5 ModelName:VfwD386b9aa58e9.compute.nodes.heat.vpg ModelUuid:6132b021-cd0d-4282-b47c-fab2e290573d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:20:44.484Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 10674aab-6cd0-4339-aa99-6bda8f4f2b8c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||vFW d386b9aa-58e9 0 2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10674aab-6cd0-4339-aa99-6bda8f4f2b8c 2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 87bbdba1-a9ae-4528-87c9-f8ff4c26aca9 from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json 2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T04:20:44.491Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json 2022-04-18T04:20:44.658Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T04:20:44.660Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json 87bbdba1-a9ae-4528-87c9-f8ff4c26aca9 785 2022-04-18T04:20:44.663Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json ASDC sendASDCNotification 2022-04-18T04:20:44.664Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json 2022-04-18T04:20:44.664Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:20:44.665Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:44.668Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:44.668Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255644663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:20:44.768Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:44.769Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:44.769Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:44.780Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:44.781Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:45.669Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD386b9aa58e9..base_vfw..module-0", "vfModuleModelInvariantUUID": "e25f2032-3f26-45de-b7c1-6541da96a0e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e46ba0d-bf00-440d-89d4-fae87c1bbecf", "vfModuleModelCustomizationUUID": "98a95336-223e-4399-bdec-7d07ee65af06", "isBase": true, "artifacts": [ "c6cd8074-2966-4d8a-8083-0748c88a30a4", "9c9f6901-2681-4e13-8005-68394ac6e09b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:20:45.674Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD386b9aa58e9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e46ba0d-bf00-440d-89d4-fae87c1bbecf VfModuleModelInvariantUUID:e25f2032-3f26-45de-b7c1-6541da96a0e2 VfModuleModelDescription:NULL Artifacts UUID List:{ c6cd8074-2966-4d8a-8083-0748c88a30a4 , 9c9f6901-2681-4e13-8005-68394ac6e09b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD386b9aa58e9..base_vfw..module-0", "vfModuleModelInvariantUUID": "e25f2032-3f26-45de-b7c1-6541da96a0e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e46ba0d-bf00-440d-89d4-fae87c1bbecf", "vfModuleModelCustomizationUUID": "98a95336-223e-4399-bdec-7d07ee65af06", "isBase": true, "artifacts": [ "c6cd8074-2966-4d8a-8083-0748c88a30a4", "9c9f6901-2681-4e13-8005-68394ac6e09b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD386b9aa58e9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e46ba0d-bf00-440d-89d4-fae87c1bbecf VfModuleModelInvariantUUID:e25f2032-3f26-45de-b7c1-6541da96a0e2 VfModuleModelDescription:NULL Artifacts UUID List:{ c6cd8074-2966-4d8a-8083-0748c88a30a4 , 9c9f6901-2681-4e13-8005-68394ac6e09b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c6cd8074-2966-4d8a-8083-0748c88a30a4 from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml 2022-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T04:20:45.679Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml 2022-04-18T04:20:45.964Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T04:20:45.965Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml c6cd8074-2966-4d8a-8083-0748c88a30a4 20368 2022-04-18T04:20:45.966Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T04:20:45.966Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml 2022-04-18T04:20:45.966Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:20:45.968Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:45.971Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:45.972Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255645966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:20:46.070Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T04:20:46.071Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:46.071Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:46.083Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:46.084Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:46.973Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c9f6901-2681-4e13-8005-68394ac6e09b from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env 2022-04-18T04:20:46.975Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-18T04:20:46.976Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env 2022-04-18T04:20:47.166Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-18T04:20:47.166Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env 9c9f6901-2681-4e13-8005-68394ac6e09b 2098 2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env 2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:47.170Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:47.170Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255647167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:20:47.271Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:47.272Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:47.272Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:47.285Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:47.286Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:48.171Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 692187c9-658c-4c07-88c3-64b8641614f9 2022-04-18T04:20:48.171Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d386b9aa-58e9 0 10674aab-6cd0-4339-aa99-6bda8f4f2b8c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:20:48.215Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cace126, org.onap.sdc.toscaparser.api.parameters.Input@74fbfd80, org.onap.sdc.toscaparser.api.parameters.Input@6749a6c6, org.onap.sdc.toscaparser.api.parameters.Input@681fe715, org.onap.sdc.toscaparser.api.parameters.Input@63b18ee1] 2022-04-18T04:20:48.220Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.221Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.221Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:20:48.221Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8632b753-fb78-4838-b8b2-fca81c992940 2022-04-18T04:20:48.222Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8632b753-fb78-4838-b8b2-fca81c992940 matches Tosca VF Customization UUID: 8632b753-fb78-4838-b8b2-fca81c992940 2022-04-18T04:20:48.222Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8632b753-fb78-4838-b8b2-fca81c992940 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:20:48.231Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.231Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.233Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8632b753-fb78-4838-b8b2-fca81c992940: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-04-18T04:20:48.234Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75e8fcaa 2022-04-18T04:20:48.234Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.234Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:20:48.235Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98a95336-223e-4399-bdec-7d07ee65af06 2022-04-18T04:20:48.235Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98a95336-223e-4399-bdec-7d07ee65af06 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:20:48.240Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.240Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:48.241Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:48.241Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:20:48.245Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:48.245Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:20:48.245Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.246Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d362017-8539-423a-a122-17ea6391462a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:20:48.252Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.252Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:48.252Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:48.253Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.253Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:48.253Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:48.253Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-18T04:20:48.254Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-18T04:20:48.255Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:48.255Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-18T04:20:48.255Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.255Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0c563419-3ce4-49c1-8efd-46724c3a8dae Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:20:48.258Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.259Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:48.259Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:48.259Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.259Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria 2022-04-18T04:20:48.260Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-18T04:20:48.260Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-18T04:20:48.260Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.260Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:48.260Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.261Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-18T04:20:48.261Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-18T04:20:48.261Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-18T04:20:48.261Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-18T04:20:48.261Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-18T04:20:48.262Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-18T04:20:48.262Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-18T04:20:48.262Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d67a7f54-75b5-41bd-9fa2-99bd180a511c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:20:48.265Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.266Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:48.266Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:20:48.267Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.267Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria 2022-04-18T04:20:48.267Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=8632b753-fb78-4838-b8b2-fca81c992940 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:20:48.270Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.271Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.272Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 692187c9-658c-4c07-88c3-64b8641614f9: vFW d386b9aa-58e9 2022-04-18T04:20:48.272Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.273Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.273Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.273Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.274Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.274Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.275Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.275Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.276Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:20:48.277Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:20:48.277Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-04-18 04-16-26 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:20:48.630Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d386b9aa-58e9 10674aab-6cd0-4339-aa99-6bda8f4f2b8c 1 ASDC deployResourceStructure 2022-04-18T04:20:48.631Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json ASDC sendASDCNotification 2022-04-18T04:20:48.631Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json 2022-04-18T04:20:48.631Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:20:48.632Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:48.636Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:48.636Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255648631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:20:48.737Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:48.739Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:48.739Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:48.751Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:48.752Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:20:49.639Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-18T04:20:49.640Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml 2022-04-18T04:20:49.640Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:20:49.640Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:49.644Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:49.644Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255649638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:20:49.744Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:20:49.746Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:49.747Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:49.759Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:49.760Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:50.645Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-18T04:20:50.646Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env 2022-04-18T04:20:50.646Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:20:50.646Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:50.648Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:50.648Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255650645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T04:20:50.749Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:20:50.750Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:50.751Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:50.766Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:50.767Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:51.649Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar ASDC sendASDCNotification 2022-04-18T04:20:51.657Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar 2022-04-18T04:20:51.665Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:20:51.665Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:20:51.668Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:20:51.668Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255651649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:20:51.768Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:20:51.770Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:20:51.770Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:20:51.785Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:20:51.786Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:20:52.669Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:20:52.718Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:20:52.722Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:20:52.722Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:20:52.722Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:21:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:21:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:21:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:21:18.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:21:18.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:21:18.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:21:18.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:21:22.723Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:21:22.748Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:21:22.770Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:21:22.771Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:21:22.771Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:21:52.772Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:21:52.805Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:21:52.809Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:21:52.810Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:21:52.810Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:22:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:22:18.789Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:22:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:22:18.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:22:18.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T04:22:18.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "ves-openapi-manager", "timestamp": 1650255547742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255546102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255546580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "dcae-sch", "timestamp": 1650255545347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255548060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255546415, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255562093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255561533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255561582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255562493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "cds", "timestamp": 1650255563101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:18.844Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29140ad9-9460-4528-b4d1-c83b10eb1425 2022-04-18T04:22:18.845Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29140ad9-9460-4528-b4d1-c83b10eb1425 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:22:18.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:22:18.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255562890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255564192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255565242, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:18.878Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29140ad9-9460-4528-b4d1-c83b10eb1425 2022-04-18T04:22:18.879Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29140ad9-9460-4528-b4d1-c83b10eb1425 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:22:18.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "multicloud-k8s-id", "timestamp": 1650255566257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:22:18.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255560985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:18.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255568894, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:18.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255568799, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:22:18.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255569902, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:22:18.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650255569805, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:18.915Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29140ad9-9460-4528-b4d1-c83b10eb1425 2022-04-18T04:22:18.915Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29140ad9-9460-4528-b4d1-c83b10eb1425 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:22:18.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "policy-id", "timestamp": 1650255570908, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:18.936Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29140ad9-9460-4528-b4d1-c83b10eb1425 2022-04-18T04:22:18.936Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29140ad9-9460-4528-b4d1-c83b10eb1425 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:22:18.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255573842, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:22:18.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOTIFIED" } 2022-04-18T04:22:18.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255574775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:22:18.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:18.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:22:18.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "aai-ml", "timestamp": 1650255575782, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:18.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29140ad9-9460-4528-b4d1-c83b10eb1425 2022-04-18T04:22:18.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29140ad9-9460-4528-b4d1-c83b10eb1425 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:22:18.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:22:18.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:18.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:18.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:18.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:19.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:19.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:19.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:19.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T04:22:19.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:19.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255572678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:19.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:19.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:22:19.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:19.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255378782, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:22:19.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:22:19.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255582986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:19.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255586789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:19.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255588165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:19.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255588803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:22:19.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255589570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:19.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "clamp", "timestamp": 1650255589808, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:19.033Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29140ad9-9460-4528-b4d1-c83b10eb1425 2022-04-18T04:22:19.033Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29140ad9-9460-4528-b4d1-c83b10eb1425 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:22:19.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255590959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:22:19.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255592495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:22:19.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255593504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:22:19.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255594510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T04:22:19.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:19.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:22:19.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255595517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:22:19.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:22:22.811Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:22:22.831Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:22:22.837Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:22:22.837Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:22:22.837Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:22:22.838Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:22:22.838Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:22:22.838Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:22:22.838Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:22:22.839Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:22:22.839Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:22:22.839Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:22:22.839Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:22:22.854Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:22:52.855Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:22:52.866Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29140ad9-9460-4528-b4d1-c83b10eb1425 and serviceModelVersionId: 692187c9-658c-4c07-88c3-64b8641614f9 2022-04-18T04:22:52.866Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0996e75e-8ba9-49d3-ac29-b229fbb2a85f 2022-04-18T04:22:52.868Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0996e75e-8ba9-49d3-ac29-b229fbb2a85f/model-vers/model-ver/692187c9-658c-4c07-88c3-64b8641614f9?depth=0 2022-04-18T04:22:52.877Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:22:52.956Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0996e75e-8ba9-49d3-ac29-b229fbb2a85f/model-vers/model-ver/692187c9-658c-4c07-88c3-64b8641614f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-18T04:22:52.958Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0996e75e-8ba9-49d3-ac29-b229fbb2a85f/model-vers/model-ver/692187c9-658c-4c07-88c3-64b8641614f9?depth=0|INFO|500||Invoke 2022-04-18T04:22:53.002Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0996e75e-8ba9-49d3-ac29-b229fbb2a85f/model-vers/model-ver/692187c9-658c-4c07-88c3-64b8641614f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:22:53.222Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0996e75e-8ba9-49d3-ac29-b229fbb2a85f/model-vers/model-ver/692187c9-658c-4c07-88c3-64b8641614f9?depth=0|INFO|500||InvokeReturn 2022-04-18T04:22:53.222Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0996e75e-8ba9-49d3-ac29-b229fbb2a85f/model-vers/model-ver/692187c9-658c-4c07-88c3-64b8641614f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220418-04:22:52:251-80647], vertex-id=[217208], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:22:52 GMT], Content-Type=[application/json]} 2022-04-18T04:22:53.223Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:22:53.224Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:22:53.224Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:22:53.236Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:22:53.236Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29140ad9-9460-4528-b4d1-c83b10eb1425 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:22:53.237Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:22:53.237Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:22:53.241Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:22:53.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255773237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:22:53.341Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:22:53.343Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:22:53.343Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:22:53.362Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:22:53.363Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:22:54.258Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:22:54.258Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:22:54.258Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:04.508Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:23:04.509Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:23:04.510Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:23:04.510Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:14.053Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:23:14.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:23:14.054Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:23:14.054Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:23:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:23:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:18.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:23:18.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255627074, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "NOTIFIED" } 2022-04-18T04:23:18.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255628094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255640175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255644663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255645966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255647167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255648631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255649638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255650645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-04-18T04:23:18.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255651649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:23:18.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:23:23.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:23:23.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:23:23.606Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:23:23.607Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:33.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:23:33.182Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:23:33.183Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:23:33.183Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:42.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:23:42.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:23:42.729Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:23:42.729Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:23:52.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:24:18.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:24:18.784Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:24:18.784Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:24:18.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:24:18.787Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:24:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:24:19.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:24:19.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-18T04:24:19.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650255773237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:24:19.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:24:28.335Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:25:18.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:25:18.784Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:25:18.784Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:25:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:25:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:25:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:25:28.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:25:28.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:26:18.783Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:26:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:26:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:26:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:26:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:26:18.788Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:26:28.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:26:28.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:27:18.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:27:18.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:27:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:27:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:27:18.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:27:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:27:28.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:27:28.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:28:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:28:18.783Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:28:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:28:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:28:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:28:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:28:28.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:28:28.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:18.782Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:29:18.783Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:29:18.783Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:29:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:29:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:29:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:29:19.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:19.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "ves-openapi-manager", "timestamp": 1650256147742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "multicloud-k8s-id", "timestamp": 1650256148061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "clamp", "timestamp": 1650256142678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "aai-ml", "timestamp": 1650256146580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "dcae-sch", "timestamp": 1650256145347, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256146414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "cds", "timestamp": 1650256146103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "ves-openapi-manager", "timestamp": 1650256147742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "clamp", "timestamp": 1650256142678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:29:19.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "aai-ml", "timestamp": 1650256146580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:29:19.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "dcae-sch", "timestamp": 1650256145347, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "multicloud-k8s-id", "timestamp": 1650256148061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:29:19.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256146414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:29:19.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "cds", "timestamp": 1650256146103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:29:19.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:29:19.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "aai-ml", "timestamp": 1650256154840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:29:19.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:29:19.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256153971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:29:19.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:29:19.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "cds", "timestamp": 1650256154657, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:29:19.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:29:19.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "cds", "timestamp": 1650256155666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:29:19.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f71591fe-0249-42f3-b714-d0dc09006fba 2022-04-18T04:29:19.243Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f71591fe-0249-42f3-b714-d0dc09006fba and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:29:19.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256156830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:29:19.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:29:19.417Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:19.419Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:29:19.419Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f71591fe-0249-42f3-b714-d0dc09006fba","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ad0eaa37-fee2-49f4-8c47-428d2fae3521","serviceDescription":"service","serviceInvariantUUID":"14923fa9-2595-451b-9e14-815189d1c0cc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc1a3e5f-e2eb-4ada-95ab-b8a01e99589f","resourceInvariantUUID":"6c333138-de2c-4c62-b38e-6dbb2723ed9c","resourceCustomizationUUID":"55261b0e-dc71-4551-ae27-9c8fc6299d32","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":"MGNjNjdlYzhkOTE5ZjJhNjFiZWFiNzg1NDc1Zjk2MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d0487c3-c33c-4475-afee-f7e41a35f962","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGE1NWJhZTE2YzljZTAzNjk4MmZkMzkyOGFhODExZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfc0c505-bd8c-4deb-9c5e-6de13881eb98","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:29:19.424Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:29:19.425Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:29:19.430Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:29:19.430Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256158782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:29:19.531Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:29:19.533Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:29:19.533Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:29:19.580Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:19.580Z||pool-51-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:29:20.431Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:29:20.433Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:29:20.437Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:29:20.437Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256158782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:29:20.537Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:29:20.539Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:29:20.539Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:29:20.559Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:20.559Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:29:21.439Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ad0eaa37-fee2-49f4-8c47-428d2fae3521", "serviceDescription": "service", "serviceInvariantUUID": "14923fa9-2595-451b-9e14-815189d1c0cc", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "55261b0e-dc71-4551-ae27-9c8fc6299d32", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "cc1a3e5f-e2eb-4ada-95ab-b8a01e99589f", "resourceInvariantUUID": "6c333138-de2c-4c62-b38e-6dbb2723ed9c", "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": "NGE1NWJhZTE2YzljZTAzNjk4MmZkMzkyOGFhODExZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cfc0c505-bd8c-4deb-9c5e-6de13881eb98" } ], "workloadContext": "Production" } 2022-04-18T04:29:21.439Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:29:21.440Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad0eaa37-fee2-49f4-8c47-428d2fae3521 ASDC 2022-04-18T04:29:21.441Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f71591fe-0249-42f3-b714-d0dc09006fba ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ad0eaa37-fee2-49f4-8c47-428d2fae3521 ServiceInvariantUUID:14923fa9-2595-451b-9e14-815189d1c0cc 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:cfc0c505-bd8c-4deb-9c5e-6de13881eb98 ArtifactChecksum:NGE1NWJhZTE2YzljZTAzNjk4MmZkMzkyOGFhODExZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:55261b0e-dc71-4551-ae27-9c8fc6299d32 ResourceInvariantUUID:6c333138-de2c-4c62-b38e-6dbb2723ed9c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:cc1a3e5f-e2eb-4ada-95ab-b8a01e99589f ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-18T04:29:21.441Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad0eaa37-fee2-49f4-8c47-428d2fae3521 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:29:21.484Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:29:21.486Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:29:21.486Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:29:21.487Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cfc0c505-bd8c-4deb-9c5e-6de13881eb98 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T04:29:21.488Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:29:21.489Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T04:29:22.065Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:29:22.068Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cfc0c505-bd8c-4deb-9c5e-6de13881eb98 52480 2022-04-18T04:29:22.069Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-18T04:29:22.069Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T04:29:22.069Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:29:22.070Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:29:22.072Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:29:22.072Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256162068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:29:22.174Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T04:29:22.175Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:29:22.176Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:29:22.188Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:22.189Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:29:23.073Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:29:23.074Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:29:23.075Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cfc0c505-bd8c-4deb-9c5e-6de13881eb98, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:23.075Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-18T04:29:23.076Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:23.076Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:23.358Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13536651337760534017/Definitions/service-BasicNetwork-template.yml 2022-04-18T04:29:24.133Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.134Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.135Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.135Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.135Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.135Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.135Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:29:24.135Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.136Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.136Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-18T04:29:24.136Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:29:24.137Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:29:24.137Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.137Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.137Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-18T04:29:24.138Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:29:24.138Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:29:24.138Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.138Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.138Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.138Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.139Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.139Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.139Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.140Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.140Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.140Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.140Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ad0eaa37-fee2-49f4-8c47-428d2fae3521 Model Version:NULL Model InvariantUuid:14923fa9-2595-451b-9e14-815189d1c0cc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:6c333138-de2c-4c62-b38e-6dbb2723ed9c Model UUID:675f3b0e-64a6-43bc-b01e-737fbb4b15da Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:55261b0e-dc71-4551-ae27-9c8fc6299d32 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:29:24.150Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: cc1a3e5f-e2eb-4ada-95ab-b8a01e99589f 2022-04-18T04:29:24.150Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||No resources found for Service: ad0eaa37-fee2-49f4-8c47-428d2fae3521 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:29:24.160Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500|| 2022-04-18T04:29:24.160Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-18T04:29:24.162Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||No resources found for Service: ad0eaa37-fee2-49f4-8c47-428d2fae3521 2022-04-18T04:29:24.162Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad0eaa37-fee2-49f4-8c47-428d2fae3521 2022-04-18T04:29:24.162Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-18T04:29:24.162Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:29:24.171Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4672126a, org.onap.sdc.toscaparser.api.parameters.Input@79e7c3a2, org.onap.sdc.toscaparser.api.parameters.Input@77d43fd, org.onap.sdc.toscaparser.api.parameters.Input@3ee9c9f2, org.onap.sdc.toscaparser.api.parameters.Input@68de6d07] 2022-04-18T04:29:24.174Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.174Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.174Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.174Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.175Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad0eaa37-fee2-49f4-8c47-428d2fae3521: Generic NeutronNet 2022-04-18T04:29:24.175Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.175Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.175Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.176Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-04-18T04:29:24.233Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.234Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.234Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.234Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.235Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:29:24.235Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:29:24.235Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-18T04:29:24.318Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-18T04:29:24.318Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-18T04:29:24.319Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-18T04:29:24.319Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:29:24.319Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:29:24.322Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:29:24.322Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256164318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:29:24.422Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:29:24.424Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:29:24.424Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:29:24.436Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:29:24.436Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:29:25.324Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:29:25.336Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:29:25.342Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:29:25.342Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:29:25.342Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:29:55.342Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:29:55.363Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:29:55.368Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:29:55.368Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:29:55.369Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:30:18.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:30:18.790Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:30:18.790Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:30:18.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:30:18.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:30:18.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256157851, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:30:18.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f71591fe-0249-42f3-b714-d0dc09006fba 2022-04-18T04:30:18.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f71591fe-0249-42f3-b714-d0dc09006fba and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:30:25.370Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:30:25.398Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:30:25.404Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:30:25.404Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:30:25.404Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:30:55.405Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:30:55.432Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:30:55.439Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:30:55.439Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:30:55.439Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:31:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:31:18.788Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:31:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:31:18.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:31:18.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:31:18.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256158782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:31:18.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:31:25.439Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:31:25.464Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:31:25.474Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:31:25.474Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:31:25.475Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:31:55.475Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:31:55.509Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:31:55.525Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:31:55.526Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:31:55.526Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:32:18.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:32:18.788Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:32:18.789Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:32:18.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:32:18.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "clamp", "timestamp": 1650256159923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:32:18.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256158782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:32:18.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:32:18.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "aai-ml", "timestamp": 1650256160303, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:32:18.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "aai-ml", "timestamp": 1650256161310, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:32:18.843Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f71591fe-0249-42f3-b714-d0dc09006fba 2022-04-18T04:32:18.843Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f71591fe-0249-42f3-b714-d0dc09006fba and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:32:18.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "policy-id", "timestamp": 1650256160985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:32:18.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:32:18.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256162068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:32:18.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "policy-id", "timestamp": 1650256160985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:32:18.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-18T04:32:18.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "clamp", "timestamp": 1650256162925, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:32:18.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "clamp", "timestamp": 1650256163931, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:32:18.883Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f71591fe-0249-42f3-b714-d0dc09006fba 2022-04-18T04:32:18.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f71591fe-0249-42f3-b714-d0dc09006fba and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:32:18.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256164318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:32:18.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "policy-id", "timestamp": 1650256164192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:32:18.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "policy-id", "timestamp": 1650256165199, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:32:18.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:32:18.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-18T04:32:18.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "policy-id", "timestamp": 1650256166204, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:32:18.909Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f71591fe-0249-42f3-b714-d0dc09006fba 2022-04-18T04:32:18.909Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f71591fe-0249-42f3-b714-d0dc09006fba and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:32:25.526Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:32:25.543Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:32:25.547Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:32:25.547Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:32:25.547Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:32:25.547Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:32:25.547Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:32:25.547Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:32:25.548Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:32:25.548Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:32:25.548Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:32:25.548Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:32:25.548Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:32:25.565Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:32:55.565Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f71591fe-0249-42f3-b714-d0dc09006fba and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:32:55.576Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f71591fe-0249-42f3-b714-d0dc09006fba and serviceModelVersionId: ad0eaa37-fee2-49f4-8c47-428d2fae3521 2022-04-18T04:32:55.576Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14923fa9-2595-451b-9e14-815189d1c0cc 2022-04-18T04:32:55.578Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0 2022-04-18T04:32:55.590Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:32:55.699Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0|INFO|500||Invoke 2022-04-18T04:32:55.700Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f71591fe-0249-42f3-b714-d0dc09006fba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dec4635-5286-4c9c-bd2f-82bed2ae375a], X-ECOMP-RequestID=[f71591fe-0249-42f3-b714-d0dc09006fba], X-TransactionId=[], X-ONAP-RequestID=[f71591fe-0249-42f3-b714-d0dc09006fba], Content-Type=[application/merge-patch+json]} 2022-04-18T04:32:55.738Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:32:56.462Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?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/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220418-04:32:54:936-59347], vertex-id=[397560], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:32:54 GMT], Content-Type=[application/json]} 2022-04-18T04:32:56.462Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:32:56.463Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14923fa9-2595-451b-9e14-815189d1c0cc/model-vers/model-ver/ad0eaa37-fee2-49f4-8c47-428d2fae3521?depth=0|INFO|500||InvokeReturn 2022-04-18T04:32:56.464Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:32:56.464Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:32:56.481Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:32:56.482Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f71591fe-0249-42f3-b714-d0dc09006fba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:32:56.482Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:32:56.483Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:32:56.487Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:32:56.487Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256376482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:32:56.587Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:32:56.589Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:32:56.589Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:32:56.621Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:32:56.622Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:32:57.520Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:32:57.521Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:32:57.521Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:01.909Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:01.910Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:33:01.910Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8efc2360-a886-4fb8-93be-ec29750ed7ce","serviceName":"Demo_pNF_NLAcygpyZP9AdoUgdDq6","serviceVersion":"1.0","serviceUUID":"eda25dd6-d558-4add-ad32-80c230a8c43a","serviceDescription":"catalog service description","serviceInvariantUUID":"5607e427-ea33-43e4-adb0-7b28fa93b393","resources":[{"resourceInstanceName":"pNF e4ee7cd6-4b0a 0","resourceName":"pNF e4ee7cd6-4b0a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f245175-6583-48bb-8547-3a5b040b6316","resourceInvariantUUID":"642461ac-a390-4290-baea-d11e2e757b73","resourceCustomizationUUID":"34ad9dd9-6f75-4c47-ad39-673ee08916ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml","artifactChecksum":"OTQ5ZDA1MDNhMmFiMmMwNjVlNDA2MGYxNWQyYjhhNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23b099ad-cd2e-4054-b7b8-7c3f66055581","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar","artifactChecksum":"MWYyOTA1ZGY1ZGUzZjM2Njg3ZGFjN2UxZjM4NjFiMjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db0bbe57-7a82-40ac-bfa1-7c8f5a598921","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80b5f54c-3236-40a9-bb1f-fa4a789771e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YjM5NDcyMzc0YTc3NmJlYWU2MTU4YmMxNGUwY2YxNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9257f2e-2574-4057-b1bd-8c94858650b0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0573b30d-7867-4102-9d45-a1ba5d53c0d7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cce36a5d-a3ac-4acd-a9f9-c611a5291f40","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNlacygpyzp9adougddq6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml","artifactChecksum":"MDgxMGVjYjA3YzFjNTRmODQ1OWRiOWNhNTk5MGQ1OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51c88831-08d8-4eba-b671-a9dc9a655927","artifactVersion":"1"},{"artifactName":"service-DemoPnfNlacygpyzp9adougddq6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar","artifactChecksum":"MzRkYTk4Zjc1OTliMDRlZGM2NzEwMGQxZjhkYjNkYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44aaa62c-63ea-422f-8d05-18afc2da5a19","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:33:01.914Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:01.915Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:01.917Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:01.917Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:02.018Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:33:02.019Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:02.019Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:02.038Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:02.039Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:02.918Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:02.919Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:02.921Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:02.922Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:03.022Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:33:03.023Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:03.023Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:03.041Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:03.042Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:33:03.922Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:03.923Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:03.926Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:03.926Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:04.026Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:33:04.027Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:04.027Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:04.042Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:04.043Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:04.926Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:04.927Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:04.930Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:04.930Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:05.030Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:33:05.031Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:05.032Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:05.047Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:05.048Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:05.933Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:05.934Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:05.938Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:05.938Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:06.038Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:33:06.039Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:06.039Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:06.061Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:06.062Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:06.939Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:06.940Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:06.944Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:06.944Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:07.045Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:33:07.046Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:07.046Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:07.077Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:07.078Z||pool-61-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:07.954Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:07.957Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:07.965Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:07.965Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:08.060Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-18T04:33:08.061Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:08.061Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:08.081Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:08.082Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:08.966Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:33:08.967Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:08.970Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:08.970Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:09.071Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:33:09.072Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:09.072Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:09.093Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:09.094Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:09.972Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "serviceName": "Demo_pNF_NLAcygpyZP9AdoUgdDq6", "serviceVersion": "1.0", "serviceUUID": "eda25dd6-d558-4add-ad32-80c230a8c43a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5607e427-ea33-43e4-adb0-7b28fa93b393", "resources": [ { "resourceInstanceName": "pNF e4ee7cd6-4b0a 0", "resourceCustomizationUUID": "34ad9dd9-6f75-4c47-ad39-673ee08916ec", "resourceName": "pNF e4ee7cd6-4b0a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5f245175-6583-48bb-8547-3a5b040b6316", "resourceInvariantUUID": "642461ac-a390-4290-baea-d11e2e757b73", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "artifactChecksum": "MzRkYTk4Zjc1OTliMDRlZGM2NzEwMGQxZjhkYjNkYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44aaa62c-63ea-422f-8d05-18afc2da5a19" } ], "workloadContext": "Production" } 2022-04-18T04:33:09.972Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:33:09.972Z|f71591fe-0249-42f3-b714-d0dc09006fba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eda25dd6-d558-4add-ad32-80c230a8c43a ASDC 2022-04-18T04:33:09.973Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8efc2360-a886-4fb8-93be-ec29750ed7ce ServiceName:Demo_pNF_NLAcygpyZP9AdoUgdDq6 ServiceVersion:1.0 ServiceUUID:eda25dd6-d558-4add-ad32-80c230a8c43a ServiceInvariantUUID:5607e427-ea33-43e4-adb0-7b28fa93b393 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNlacygpyzp9adougddq6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar ArtifactUUID:44aaa62c-63ea-422f-8d05-18afc2da5a19 ArtifactChecksum:MzRkYTk4Zjc1OTliMDRlZGM2NzEwMGQxZjhkYjNkYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e4ee7cd6-4b0a 0 ResourceCustomizationUUID:34ad9dd9-6f75-4c47-ad39-673ee08916ec ResourceInvariantUUID:642461ac-a390-4290-baea-d11e2e757b73 ResourceName:pNF e4ee7cd6-4b0a ResourceType:PNF ResourceUUID:5f245175-6583-48bb-8547-3a5b040b6316 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-18T04:33:09.973Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda25dd6-d558-4add-ad32-80c230a8c43a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:10.019Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:33:10.020Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:33:10.021Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:33:10.021Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 44aaa62c-63ea-422f-8d05-18afc2da5a19 from URL: /sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:10.021Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:33:10.021Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:10.366Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:33:10.371Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 44aaa62c-63ea-422f-8d05-18afc2da5a19 82625 2022-04-18T04:33:10.372Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar ASDC sendASDCNotification 2022-04-18T04:33:10.372Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:10.372Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:33:10.372Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:10.376Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:10.376Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256390372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:10.481Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-18T04:33:10.482Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:10.482Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:10.502Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:10.503Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:33:11.377Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:33:11.379Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:33:11.379Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 44aaa62c-63ea-422f-8d05-18afc2da5a19, URL: /sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar to file: /app/ASDC/1/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:11.380Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:11.381Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:11.381Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:11.585Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6318428576451076936/Definitions/service-DemoPnfNlacygpyzp9adougddq6-template.yml 2022-04-18T04:33:12.821Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e4ee7cd6-4b0a 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-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||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-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||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-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.822Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||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-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.823Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||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-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.823Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||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-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.823Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:33:12.823Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.823Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.823Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Node template pNF e4ee7cd6-4b0a 0 is matching search criteria 2022-04-18T04:33:12.824Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:33:12.824Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e4ee7cd6-4b0a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:33:12.824Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.824Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.824Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Node template pNF e4ee7cd6-4b0a 0 is matching search criteria 2022-04-18T04:33:12.825Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:33:12.825Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e4ee7cd6-4b0a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:33:12.825Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.825Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.825Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.826Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.826Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.826Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.827Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.827Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.828Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.828Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.828Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_NLAcygpyZP9AdoUgdDq6 Description:catalog service description Model UUID:eda25dd6-d558-4add-ad32-80c230a8c43a Model Version:NULL Model InvariantUuid:5607e427-ea33-43e4-adb0-7b28fa93b393 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:33:12.836Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f245175-6583-48bb-8547-3a5b040b6316 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:33:12.839Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||pNF e4ee7cd6-4b0a 0 2022-04-18T04:33:12.840Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f245175-6583-48bb-8547-3a5b040b6316 2022-04-18T04:33:12.840Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||No resources found for Service: eda25dd6-d558-4add-ad32-80c230a8c43a 2022-04-18T04:33:12.840Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: eda25dd6-d558-4add-ad32-80c230a8c43a 2022-04-18T04:33:12.840Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e4ee7cd6-4b0a 0 5f245175-6583-48bb-8547-3a5b040b6316 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:33:12.847Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@312b751e, org.onap.sdc.toscaparser.api.parameters.Input@7e14480a, org.onap.sdc.toscaparser.api.parameters.Input@1f3c8b68, org.onap.sdc.toscaparser.api.parameters.Input@63e74725, org.onap.sdc.toscaparser.api.parameters.Input@90e5dc2] 2022-04-18T04:33:12.847Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.848Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.848Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid eda25dd6-d558-4add-ad32-80c230a8c43a: pNF e4ee7cd6-4b0a 2022-04-18T04:33:12.848Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5f245175-6583-48bb-8547-3a5b040b6316 2022-04-18T04:33:12.849Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:33:12.849Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_NLAcygpyZP9AdoUgdDq6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:33:12.850Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||Resource customization UUID: 34ad9dd9-6f75-4c47-ad39-673ee08916ec is the same as notified resource customizationUUID: 34ad9dd9-6f75-4c47-ad39-673ee08916ec Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-04-18T04:33:12.949Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e4ee7cd6-4b0a 5f245175-6583-48bb-8547-3a5b040b6316 0 ASDC deployResourceStructure 2022-04-18T04:33:12.950Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar ASDC sendASDCNotification 2022-04-18T04:33:12.950Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar 2022-04-18T04:33:12.950Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:33:12.951Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:33:12.957Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:33:12.957Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256392950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:33:13.057Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:33:13.058Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:33:13.059Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:13.086Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:13.086Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:33:13.958Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8efc2360-a886-4fb8-93be-ec29750ed7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:33:13.978Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8efc2360-a886-4fb8-93be-ec29750ed7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:33:13.982Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:33:13.983Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-18T04:33:13.983Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-18T04:33:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:33:18.787Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:33:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:33:18.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:33:18.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256281101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:18.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256280985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:18.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256290351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:18.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:18.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256290892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:18.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:18.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:18.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:18.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:18.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "cds", "timestamp": 1650256291358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:18.929Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8efc2360-a886-4fb8-93be-ec29750ed7ce 2022-04-18T04:33:18.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8efc2360-a886-4fb8-93be-ec29750ed7ce and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256291899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "dcae-sch", "timestamp": 1650256285347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "policy-id", "timestamp": 1650256292903, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8efc2360-a886-4fb8-93be-ec29750ed7ce 2022-04-18T04:33:19.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8efc2360-a886-4fb8-93be-ec29750ed7ce and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256287742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1650256288057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256297021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256298213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "ves-openapi-manager", "timestamp": 1650256299218, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.085Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8efc2360-a886-4fb8-93be-ec29750ed7ce 2022-04-18T04:33:19.086Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8efc2360-a886-4fb8-93be-ec29750ed7ce and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256292678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256296581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256296417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256305598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256305765, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256309310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256310319, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.227Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8efc2360-a886-4fb8-93be-ec29750ed7ce 2022-04-18T04:33:19.228Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8efc2360-a886-4fb8-93be-ec29750ed7ce and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256312492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256312954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "aai-ml", "timestamp": 1650256313497, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.297Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8efc2360-a886-4fb8-93be-ec29750ed7ce 2022-04-18T04:33:19.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8efc2360-a886-4fb8-93be-ec29750ed7ce and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256314965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "clamp", "timestamp": 1650256315970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.374Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8efc2360-a886-4fb8-93be-ec29750ed7ce 2022-04-18T04:33:19.375Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8efc2360-a886-4fb8-93be-ec29750ed7ce and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "ves-openapi-manager", "timestamp": 1650256307742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256311102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256308057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256327835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256327168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "cds", "timestamp": 1650256328842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.461Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4aa6f03-6174-480b-b0fd-e7220ea479b3 2022-04-18T04:33:19.462Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4aa6f03-6174-480b-b0fd-e7220ea479b3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256328563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256320985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256329870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256330912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256322678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256331916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256331150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "policy-id", "timestamp": 1650256332922, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4aa6f03-6174-480b-b0fd-e7220ea479b3 2022-04-18T04:33:19.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4aa6f03-6174-480b-b0fd-e7220ea479b3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:33:19.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256332417, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:19.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4aa6f03-6174-480b-b0fd-e7220ea479b3 2022-04-18T04:33:19.537Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4aa6f03-6174-480b-b0fd-e7220ea479b3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:33:19.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "dcae-sch", "timestamp": 1650256325347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "multicloud-k8s-id", "timestamp": 1650256333435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256326580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256326431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:33:19.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:33:19.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256336510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:19.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:33:19.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256336758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:33:19.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:33:43.983Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8efc2360-a886-4fb8-93be-ec29750ed7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:33:43.999Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8efc2360-a886-4fb8-93be-ec29750ed7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:33:44.010Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:33:44.010Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:33:44.011Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:33:44.011Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:33:44.011Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.012Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.012Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.012Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.012Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.012Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.012Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:33:44.013Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:33:44.023Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:34:14.024Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8efc2360-a886-4fb8-93be-ec29750ed7ce and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:34:14.043Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8efc2360-a886-4fb8-93be-ec29750ed7ce and serviceModelVersionId: eda25dd6-d558-4add-ad32-80c230a8c43a 2022-04-18T04:34:14.043Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5607e427-ea33-43e4-adb0-7b28fa93b393 2022-04-18T04:34:14.045Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0 2022-04-18T04:34:14.052Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:34:14.124Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0|INFO|500||Invoke 2022-04-18T04:34:14.125Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8efc2360-a886-4fb8-93be-ec29750ed7ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc205c6f-b707-4e58-bb7d-f1dd21da294a], X-ECOMP-RequestID=[8efc2360-a886-4fb8-93be-ec29750ed7ce], X-TransactionId=[], X-ONAP-RequestID=[8efc2360-a886-4fb8-93be-ec29750ed7ce], Content-Type=[application/merge-patch+json]} 2022-04-18T04:34:14.163Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:34:14.477Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?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/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220418-04:34:13:355-8964], vertex-id=[200840], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:34:13 GMT], Content-Type=[application/json]} 2022-04-18T04:34:14.478Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:34:14.479Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5607e427-ea33-43e4-adb0-7b28fa93b393/model-vers/model-ver/eda25dd6-d558-4add-ad32-80c230a8c43a?depth=0|INFO|500||InvokeReturn 2022-04-18T04:34:14.479Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:34:14.479Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:34:14.486Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:34:14.487Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8efc2360-a886-4fb8-93be-ec29750ed7ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:34:14.487Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:34:14.488Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:14.491Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:14.492Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256454487, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:34:14.592Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:14.594Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:14.595Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:14.616Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:14.617Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:34:15.521Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:34:15.521Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4aa6f03-6174-480b-b0fd-e7220ea479b3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b2e8301c-c843-4881-8bf2-c8aab09c91e1","serviceDescription":"service","serviceInvariantUUID":"19a85f7b-89c8-4936-a50f-a401b574ee08","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"072638c0-2935-48c7-bc36-0724dbcc2f54","resourceInvariantUUID":"b1e07ad5-2f0b-477b-8c57-4a21df14eea8","resourceCustomizationUUID":"67332850-785b-44eb-997b-2b1309690346","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":"YmFiMjhkMWFiZjAwZjg5YWUyNzc4MWJjZWE0NGRlYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99b7b941-e2b7-4c4e-bb89-853988e119af","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":"5db3794b-2e4b-41d1-a35b-d7ad19adb63f","artifactVersion":"2","generatedFromUUID":"72d5edef-c3b2-4083-b345-e3ceb4e9c391"},{"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":"72d5edef-c3b2-4083-b345-e3ceb4e9c391","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":"ODlhOTBkNWFiYmMyNzZmNDc0MzU4YWMyZGU1YThhYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89ffe7ac-d963-4735-a371-e14229820e61","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":"9c69d6e4-fceb-444e-b7a3-7403861d444b","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":"ad7dd871-a4b2-4e3b-8468-a08f53daa8ec","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":"a0d35153-6864-4d3a-a304-dbaf6a918c94","artifactVersion":"2","generatedFromUUID":"9c69d6e4-fceb-444e-b7a3-7403861d444b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmZiYzRkMGNlY2FkMjY4YTQyNWYyM2I4YWJiYmJhNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b7607e7-e3f8-4515-aaef-cd2caa6bf241","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGIyZDMyYWM0M2U1MDBhNzI4OGM5YjkyYzc0YmY5NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d068322a-6f0b-4b0a-82bd-73b81696ffba","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:34:15.522Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:15.522Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:15.525Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:15.526Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:15.629Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T04:34:15.630Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:15.630Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:15.649Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:15.654Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:16.526Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:16.528Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:16.532Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:16.532Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-18T04:34:16.633Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:16.634Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:16.634Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:16.648Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:16.650Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:17.534Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:17.535Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:17.539Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:17.539Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-18T04:34:17.640Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:34:17.641Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:17.642Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:17.664Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:17.669Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:34:18.540Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:18.541Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:18.544Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:18.544Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:34:18.644Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:18.645Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:18.646Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:18.671Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:18.678Z||pool-70-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:18.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:34:18.788Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:34:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:18.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:18.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256339891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:18.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256340913, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:18.832Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4aa6f03-6174-480b-b0fd-e7220ea479b3 2022-04-18T04:34:18.832Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4aa6f03-6174-480b-b0fd-e7220ea479b3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:18.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256341960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256343980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "clamp", "timestamp": 1650256344986, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:18.870Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4aa6f03-6174-480b-b0fd-e7220ea479b3 2022-04-18T04:34:18.870Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4aa6f03-6174-480b-b0fd-e7220ea479b3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:18.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256347889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:18.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "aai-ml", "timestamp": 1650256348897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:18.896Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4aa6f03-6174-480b-b0fd-e7220ea479b3 2022-04-18T04:34:18.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4aa6f03-6174-480b-b0fd-e7220ea479b3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:18.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:34:18.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:34:18.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-04-18T04:34:18.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256356580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:18.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256356101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:18.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256352678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:18.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256356419, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:18.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256360985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:18.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256368102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:18.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256368856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:18.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256369297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:18.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:18.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:18.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:18.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:18.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "cds", "timestamp": 1650256369877, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.019Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256370093, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256371101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:34:19.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "policy-id", "timestamp": 1650256372106, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:19.049Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256365347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:34:19.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256372575, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256373590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:19.094Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.094Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T04:34:19.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256376278, "artifactURL": "/sdc/v1/catalog/services/33a1e57e-ff31-4eed-83f3-eb00fbc47359/resourceInstances/basicclamp0/artifacts/d124b350-f1b0-463b-aa52-1f7ee05d6940", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f71591fe-0249-42f3-b714-d0dc09006fba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256376482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "ves-openapi-manager", "timestamp": 1650256367742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256368061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:19.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256377734, "artifactURL": "/sdc/v1/catalog/services/33a1e57e-ff31-4eed-83f3-eb00fbc47359/resourceInstances/basicclamp0/artifacts/d124b350-f1b0-463b-aa52-1f7ee05d6940", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256377346, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "dcae-sch", "timestamp": 1650256378744, "artifactURL": "/sdc/v1/catalog/services/33a1e57e-ff31-4eed-83f3-eb00fbc47359/resourceInstances/basicclamp0/artifacts/d124b350-f1b0-463b-aa52-1f7ee05d6940", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:19.123Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.123Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256378968, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256378747, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256379974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256380189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256381483, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256381281, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:19.165Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.165Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:34:19.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "aai-ml", "timestamp": 1650256382491, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:19.205Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.205Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "multicloud-k8s-id", "timestamp": 1650256382291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256384094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256385099, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "clamp", "timestamp": 1650256386105, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:19.229Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34167e31-2687-4db4-8ec1-8ff27f54c6a0 2022-04-18T04:34:19.229Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:19.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/resourceInstances/pnfe4ee7cd64b0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256390372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256392950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNlacygpyzp9adougddq6/1.0/artifacts/service-DemoPnfNlacygpyzp9adougddq6-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:19.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:34:19.544Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:19.545Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:19.549Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:19.549Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-18T04:34:19.650Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:19.651Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:19.651Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:19.674Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:19.675Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:20.550Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:20.551Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:20.554Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:20.554Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:20.660Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-04-18T04:34:20.661Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:20.662Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:20.691Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:20.692Z||pool-72-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:21.557Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:21.558Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:21.569Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:21.570Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-18T04:34:21.666Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-04-18T04:34:21.668Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:21.668Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:21.691Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:21.692Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:22.571Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:22.571Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:22.574Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:22.575Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:34:22.675Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:22.676Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:22.676Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:22.720Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:22.721Z||pool-74-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:23.576Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:34:23.577Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:23.582Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:23.582Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:34:23.681Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T04:34:23.683Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:23.683Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:23.722Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:23.723Z||pool-75-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:24.590Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b2e8301c-c843-4881-8bf2-c8aab09c91e1", "serviceDescription": "service", "serviceInvariantUUID": "19a85f7b-89c8-4936-a50f-a401b574ee08", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "67332850-785b-44eb-997b-2b1309690346", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "072638c0-2935-48c7-bc36-0724dbcc2f54", "resourceInvariantUUID": "b1e07ad5-2f0b-477b-8c57-4a21df14eea8", "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": "5db3794b-2e4b-41d1-a35b-d7ad19adb63f", "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": "72d5edef-c3b2-4083-b345-e3ceb4e9c391", "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": "ODlhOTBkNWFiYmMyNzZmNDc0MzU4YWMyZGU1YThhYTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89ffe7ac-d963-4735-a371-e14229820e61", "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": "9c69d6e4-fceb-444e-b7a3-7403861d444b", "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": "a0d35153-6864-4d3a-a304-dbaf6a918c94", "generatedFromUUID": "9c69d6e4-fceb-444e-b7a3-7403861d444b" }, "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": "a0d35153-6864-4d3a-a304-dbaf6a918c94", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZGIyZDMyYWM0M2U1MDBhNzI4OGM5YjkyYzc0YmY5NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d068322a-6f0b-4b0a-82bd-73b81696ffba" } ], "workloadContext": "Production" } 2022-04-18T04:34:24.590Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:34:24.597Z|8efc2360-a886-4fb8-93be-ec29750ed7ce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b2e8301c-c843-4881-8bf2-c8aab09c91e1 ASDC 2022-04-18T04:34:24.599Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b4aa6f03-6174-480b-b0fd-e7220ea479b3 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b2e8301c-c843-4881-8bf2-c8aab09c91e1 ServiceInvariantUUID:19a85f7b-89c8-4936-a50f-a401b574ee08 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:d068322a-6f0b-4b0a-82bd-73b81696ffba ArtifactChecksum:ZGIyZDMyYWM0M2U1MDBhNzI4OGM5YjkyYzc0YmY5NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:67332850-785b-44eb-997b-2b1309690346 ResourceInvariantUUID:b1e07ad5-2f0b-477b-8c57-4a21df14eea8 ResourceName:basic_cnf ResourceType:VF ResourceUUID:072638c0-2935-48c7-bc36-0724dbcc2f54 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:5db3794b-2e4b-41d1-a35b-d7ad19adb63f 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:72d5edef-c3b2-4083-b345-e3ceb4e9c391 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:89ffe7ac-d963-4735-a371-e14229820e61 ArtifactChecksum:ODlhOTBkNWFiYmMyNzZmNDc0MzU4YWMyZGU1YThhYTk= 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:9c69d6e4-fceb-444e-b7a3-7403861d444b 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:a0d35153-6864-4d3a-a304-dbaf6a918c94 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:a0d35153-6864-4d3a-a304-dbaf6a918c94 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:34:24.599Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2e8301c-c843-4881-8bf2-c8aab09c91e1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:34:24.661Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:34:24.662Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:34:24.663Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:34:24.663Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d068322a-6f0b-4b0a-82bd-73b81696ffba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-18T04:34:24.663Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:34:24.664Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-18T04:34:24.882Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:34:24.886Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d068322a-6f0b-4b0a-82bd-73b81696ffba 68933 2022-04-18T04:34:24.886Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-04-18T04:34:24.887Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-18T04:34:24.887Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:34:24.887Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:24.889Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:24.890Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256464886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:24.990Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:34:24.991Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:24.991Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:25.002Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:25.003Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:25.891Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:34:25.892Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:34:25.893Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d068322a-6f0b-4b0a-82bd-73b81696ffba, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:25.893Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-18T04:34:25.894Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:25.894Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:26.099Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12370202530392479530/Definitions/service-BasicCnf-template.yml 2022-04-18T04:34:27.889Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:34:27.891Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:34:27.891Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:27.892Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-18T04:34:27.892Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:27.892Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:27.892Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:27.893Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-18T04:34:27.893Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:34:27.894Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.894Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.894Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:27.895Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:34:27.895Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:34:27.895Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.895Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.896Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:27.896Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:34:27.896Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:34:27.896Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.896Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.896Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.897Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-18T04:34:27.897Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-18T04:34:27.897Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-04-18T04:34:27.897Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:34:27.897Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.897Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:34:27.898Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.898Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:27.898Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:34:27.899Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.899Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:27.899Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:34:27.899Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.899Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:27.899Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b1dea246-806b-4e3c-9d2f-3e97668d5792 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.900Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.901Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.901Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.901Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.901Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:27.901Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:27.901Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b2e8301c-c843-4881-8bf2-c8aab09c91e1 Model Version:NULL Model InvariantUuid:19a85f7b-89c8-4936-a50f-a401b574ee08 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:aa348190-a0b0-404f-8858-c35c1f8e0fd6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b1e07ad5-2f0b-477b-8c57-4a21df14eea8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:67332850-785b-44eb-997b-2b1309690346 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:12227c37-8d8a-46ba-8411-539ac8af8e02 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9fbd385e-87e7-447a-9543-364c2447b639 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b1dea246-806b-4e3c-9d2f-3e97668d5792 ModelInvariantUuid:2b65338e-bd73-4da6-bd56-1e035910adb8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9cd74785-ae1d-4937-8fd8-b4570a6e13cc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:70a7b6cc-56cd-4e17-9e94-b48a92c97ffa ModelInvariantUuid:ac174c3a-35de-4232-bb0b-fd9d730ae33c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:4e4876fd-0c45-4da7-9659-8abe40a8b2e4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:34:27.910Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 072638c0-2935-48c7-bc36-0724dbcc2f54 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:34:27.916Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-04-18T04:34:27.916Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 072638c0-2935-48c7-bc36-0724dbcc2f54 2022-04-18T04:34:27.917Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5db3794b-2e4b-41d1-a35b-d7ad19adb63f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-18T04:34:27.917Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:34:27.917Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-18T04:34:28.076Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:34:28.077Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5db3794b-2e4b-41d1-a35b-d7ad19adb63f 12 2022-04-18T04:34:28.077Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-04-18T04:34:28.078Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-18T04:34:28.078Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:34:28.078Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:28.083Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:28.084Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256468077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:28.182Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T04:34:28.184Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:28.185Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:28.214Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:28.215Z||pool-77-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:29.084Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 72d5edef-c3b2-4083-b345-e3ceb4e9c391 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-18T04:34:29.085Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:34:29.086Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-18T04:34:29.266Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:34:29.266Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 72d5edef-c3b2-4083-b345-e3ceb4e9c391 2688 2022-04-18T04:34:29.266Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-04-18T04:34:29.267Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-18T04:34:29.267Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:34:29.267Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:29.270Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:29.270Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256469266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:29.370Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:29.371Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:29.371Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:29.392Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:29.392Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:34:30.272Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 89ffe7ac-d963-4735-a371-e14229820e61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-18T04:34:30.272Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:34:30.272Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-18T04:34:30.665Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:34:30.665Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 89ffe7ac-d963-4735-a371-e14229820e61 828 2022-04-18T04:34:30.665Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-04-18T04:34:30.666Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-18T04:34:30.666Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:34:30.666Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:30.668Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:30.668Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256470665, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:30.768Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:30.769Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:30.769Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:30.785Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:30.786Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:31.669Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "12227c37-8d8a-46ba-8411-539ac8af8e02", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9fbd385e-87e7-447a-9543-364c2447b639", "vfModuleModelCustomizationUUID": "03bb40dd-bfbf-4db8-944f-66418d6c25b5", "isBase": true, "artifacts": [ "9c69d6e4-fceb-444e-b7a3-7403861d444b", "72d5edef-c3b2-4083-b345-e3ceb4e9c391", "a0d35153-6864-4d3a-a304-dbaf6a918c94" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:34:31.676Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9fbd385e-87e7-447a-9543-364c2447b639 VfModuleModelInvariantUUID:12227c37-8d8a-46ba-8411-539ac8af8e02 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c69d6e4-fceb-444e-b7a3-7403861d444b , 72d5edef-c3b2-4083-b345-e3ceb4e9c391 , a0d35153-6864-4d3a-a304-dbaf6a918c94 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:34:31.680Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "12227c37-8d8a-46ba-8411-539ac8af8e02", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9fbd385e-87e7-447a-9543-364c2447b639", "vfModuleModelCustomizationUUID": "03bb40dd-bfbf-4db8-944f-66418d6c25b5", "isBase": true, "artifacts": [ "9c69d6e4-fceb-444e-b7a3-7403861d444b", "72d5edef-c3b2-4083-b345-e3ceb4e9c391", "a0d35153-6864-4d3a-a304-dbaf6a918c94" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:34:31.680Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9fbd385e-87e7-447a-9543-364c2447b639 VfModuleModelInvariantUUID:12227c37-8d8a-46ba-8411-539ac8af8e02 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c69d6e4-fceb-444e-b7a3-7403861d444b , 72d5edef-c3b2-4083-b345-e3ceb4e9c391 , a0d35153-6864-4d3a-a304-dbaf6a918c94 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:34:31.680Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c69d6e4-fceb-444e-b7a3-7403861d444b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-18T04:34:31.680Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:34:31.681Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-18T04:34:32.223Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:34:32.223Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9c69d6e4-fceb-444e-b7a3-7403861d444b 1164 2022-04-18T04:34:32.224Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-04-18T04:34:32.224Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-18T04:34:32.224Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:34:32.224Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:32.226Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:32.226Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256472224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:32.327Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:32.328Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:32.328Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:32.351Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:32.351Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:33.227Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0d35153-6864-4d3a-a304-dbaf6a918c94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-18T04:34:33.228Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:34:33.228Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-18T04:34:33.310Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:34:33.310Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a0d35153-6864-4d3a-a304-dbaf6a918c94 200 2022-04-18T04:34:33.311Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-04-18T04:34:33.311Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-18T04:34:33.311Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:34:33.311Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:33.313Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:33.313Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256473311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:34:33.413Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:33.414Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:33.415Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:33.429Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:33.430Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:34:34.314Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b2e8301c-c843-4881-8bf2-c8aab09c91e1 2022-04-18T04:34:34.314Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 072638c0-2935-48c7-bc36-0724dbcc2f54 ASDC 2022-04-18T04:34:34.329Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:34:34.347Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2612031d, org.onap.sdc.toscaparser.api.parameters.Input@77e444df, org.onap.sdc.toscaparser.api.parameters.Input@39c9a1e6, org.onap.sdc.toscaparser.api.parameters.Input@20f3e01f, org.onap.sdc.toscaparser.api.parameters.Input@164f15f7] 2022-04-18T04:34:34.349Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.349Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.350Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:34:34.350Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 67332850-785b-44eb-997b-2b1309690346 2022-04-18T04:34:34.350Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 67332850-785b-44eb-997b-2b1309690346 matches Tosca VF Customization UUID: 67332850-785b-44eb-997b-2b1309690346 2022-04-18T04:34:34.350Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 67332850-785b-44eb-997b-2b1309690346 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:34:34.354Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.354Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.354Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 67332850-785b-44eb-997b-2b1309690346: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-04-18T04:34:34.355Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8a6cbab 2022-04-18T04:34:34.355Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.355Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:34:34.355Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03bb40dd-bfbf-4db8-944f-66418d6c25b5 2022-04-18T04:34:34.355Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03bb40dd-bfbf-4db8-944f-66418d6c25b5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:34:34.358Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.359Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:34.359Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:34:34.359Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.359Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:34.359Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:34:34.359Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.360Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-18T04:34:34.360Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-18T04:34:34.360Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b1dea246-806b-4e3c-9d2f-3e97668d5792 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:34:34.362Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.363Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:34.363Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:34:34.363Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.363Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-18T04:34:34.363Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=67332850-785b-44eb-997b-2b1309690346 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:34:34.366Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.367Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.367Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b2e8301c-c843-4881-8bf2-c8aab09c91e1: basic_cnf 2022-04-18T04:34:34.367Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.367Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.367Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.368Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.368Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.368Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.368Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.368Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.369Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:34:34.369Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:34:34.369Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:34:34.454Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 072638c0-2935-48c7-bc36-0724dbcc2f54 1 ASDC deployResourceStructure 2022-04-18T04:34:34.456Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-04-18T04:34:34.456Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-04-18T04:34:34.456Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-18T04:34:34.456Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:34.459Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:34.459Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256474455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-18T04:34:34.559Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:34.560Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:34.560Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:34.591Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:34.592Z||pool-82-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:34:35.460Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-04-18T04:34:35.460Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-04-18T04:34:35.460Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-18T04:34:35.460Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:35.463Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:35.463Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256475460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-18T04:34:35.564Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:34:35.566Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:35.566Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:35.583Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:35.584Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:36.465Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-04-18T04:34:36.465Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-18T04:34:36.465Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:34:36.465Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:36.468Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:36.468Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256476464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:34:36.568Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:36.570Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:36.570Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:36.581Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:36.581Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:34:37.469Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-04-18T04:34:37.470Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-18T04:34:37.470Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:34:37.470Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:37.473Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:37.473Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256477469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:34:37.573Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:37.574Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:37.575Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:37.596Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:37.597Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:38.476Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-04-18T04:34:38.476Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-18T04:34:38.477Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:34:38.477Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:38.479Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:38.479Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256478476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-18T04:34:38.579Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:34:38.581Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:38.581Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:38.592Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:38.593Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:34:39.480Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-04-18T04:34:39.480Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-18T04:34:39.481Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:34:39.487Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:34:39.489Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:34:39.489Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256479480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:34:39.589Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:34:39.591Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:34:39.591Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:34:39.617Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:34:39.618Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:34:40.490Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4aa6f03-6174-480b-b0fd-e7220ea479b3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:34:40.511Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4aa6f03-6174-480b-b0fd-e7220ea479b3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:34:40.518Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:34:40.518Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:34:40.518Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:34:40.518Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:34:40.519Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:34:40.529Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:35:10.530Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4aa6f03-6174-480b-b0fd-e7220ea479b3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:35:10.537Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4aa6f03-6174-480b-b0fd-e7220ea479b3 and serviceModelVersionId: b2e8301c-c843-4881-8bf2-c8aab09c91e1 2022-04-18T04:35:10.538Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19a85f7b-89c8-4936-a50f-a401b574ee08 2022-04-18T04:35:10.539Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19a85f7b-89c8-4936-a50f-a401b574ee08/model-vers/model-ver/b2e8301c-c843-4881-8bf2-c8aab09c91e1?depth=0 2022-04-18T04:35:10.546Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:35:10.645Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a85f7b-89c8-4936-a50f-a401b574ee08/model-vers/model-ver/b2e8301c-c843-4881-8bf2-c8aab09c91e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-18T04:35:10.649Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a85f7b-89c8-4936-a50f-a401b574ee08/model-vers/model-ver/b2e8301c-c843-4881-8bf2-c8aab09c91e1?depth=0|INFO|500||Invoke 2022-04-18T04:35:10.685Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a85f7b-89c8-4936-a50f-a401b574ee08/model-vers/model-ver/b2e8301c-c843-4881-8bf2-c8aab09c91e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:35:11.062Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a85f7b-89c8-4936-a50f-a401b574ee08/model-vers/model-ver/b2e8301c-c843-4881-8bf2-c8aab09c91e1?depth=0|INFO|500||InvokeReturn 2022-04-18T04:35:11.072Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19a85f7b-89c8-4936-a50f-a401b574ee08/model-vers/model-ver/b2e8301c-c843-4881-8bf2-c8aab09c91e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220418-04:35:09:874-16633], vertex-id=[209032], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:35:09 GMT], Content-Type=[application/json]} 2022-04-18T04:35:11.073Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:35:11.074Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:35:11.074Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:35:11.084Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:35:11.086Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4aa6f03-6174-480b-b0fd-e7220ea479b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:35:11.086Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:35:11.087Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:11.090Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:11.091Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256511086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:35:11.190Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:35:11.193Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:11.194Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:11.210Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:11.211Z||pool-88-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-04-18T04:35:12.134Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:35:12.134Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"34167e31-2687-4db4-8ec1-8ff27f54c6a0","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"33a1e57e-ff31-4eed-83f3-eb00fbc47359","serviceDescription":"service","serviceInvariantUUID":"bea9ba85-fe39-4392-9d11-37176ac25516","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"424d32d0-e55c-4d35-a0ec-bad43dc96147","resourceInvariantUUID":"7c510cff-6c36-4148-af84-309b1bfe87cf","resourceCustomizationUUID":"e5548cc0-d78f-45f7-b698-35dd271fa034","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d124b350-f1b0-463b-aa52-1f7ee05d6940","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MzZTE2MzNkZDQ1NmQzZTgyOTI3MDA4NzQxNDc2YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d4f7333-20e9-4586-9db4-e1cf4a78ace2","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"M2QwMmQwZTllYzZmNDFlMmFkNjFlNzlmZjFiYjFlZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eef4baca-614e-49e0-8fc1-869f9d68e4b3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d41ec88b-ffa0-4555-8f44-bb605dc1efbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd402452-cc1c-4d6a-b47c-5474619edc3b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de2a3868-9191-4fa0-b144-b995e0ceaab4","artifactVersion":"2","generatedFromUUID":"d41ec88b-ffa0-4555-8f44-bb605dc1efbb"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Nzk2ZjY2ZmZiNTcxOWUyMzFmNzlmNjgxMzZiZmI0YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8771676-ce21-442c-adf3-96bdd6ad2b6b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2NlNjdmNWFmYjQxYmY4Y2M4NzljNmZmZDE0YWE3MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7fb4465b-04f7-46ee-80bf-39f341b971ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:35:12.135Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:12.135Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:12.138Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:12.138Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:12.241Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T04:35:12.242Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:12.243Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:12.261Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:12.262Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:35:13.139Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:13.139Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:13.142Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:13.142Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:13.242Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:13.244Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:13.244Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:13.257Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:13.258Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:14.143Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:14.143Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:14.147Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:14.148Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:35:14.249Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:35:14.250Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:14.250Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:14.264Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:14.264Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:15.149Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:15.150Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:15.153Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:15.153Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:35:15.257Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-18T04:35:15.258Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:15.259Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:15.284Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:15.284Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:16.154Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:16.154Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:16.160Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:16.160Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:16.266Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-18T04:35:16.269Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:16.269Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:16.304Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:16.305Z||pool-93-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:17.161Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:17.162Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:17.174Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:17.174Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T04:35:17.264Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-04-18T04:35:17.267Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:17.267Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:17.281Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:17.281Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:18.175Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:18.177Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:18.180Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:18.180Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.283Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T04:35:18.284Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:18.284Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:18.321Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:18.324Z||pool-95-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:35:18.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:35:18.788Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:35:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:18.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:18.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:35:18.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T04:35:18.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:35:18.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "ves-openapi-manager", "timestamp": 1650256387742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256388057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:18.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256386417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:18.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256405040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:18.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:18.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256405148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:18.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:18.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256406262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:18.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:18.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256407449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:18.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:18.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:18.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256400985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:18.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256401101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:18.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:18.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:18.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256408522, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:19.020Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f039b-d40e-4250-bda8-d27d3b8cb25d 2022-04-18T04:35:19.021Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:19.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256410289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "multicloud-k8s-id", "timestamp": 1650256409544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256410455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256409815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256411295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256410821, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:35:19.123Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b7f039b-d40e-4250-bda8-d27d3b8cb25d 2022-04-18T04:35:19.123Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:19.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "policy-id", "timestamp": 1650256412298, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:35:19.181Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f039b-d40e-4250-bda8-d27d3b8cb25d 2022-04-18T04:35:19.182Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and ComponentName POLICY 2022-04-18T04:35:19.183Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:35:19.183Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:35:19.188Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:19.188Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:35:19.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "dcae-sch", "timestamp": 1650256405347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "cds", "timestamp": 1650256412895, "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=? 2022-04-18T04:35:19.215Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b7f039b-d40e-4250-bda8-d27d3b8cb25d 2022-04-18T04:35:19.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:19.286Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T04:35:19.288Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:19.288Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:19.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256412679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256416580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256425792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256426981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256430987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "clamp", "timestamp": 1650256431991, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:35:19.338Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:19.339Z||pool-96-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:19.350Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b7f039b-d40e-4250-bda8-d27d3b8cb25d 2022-04-18T04:35:19.350Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:19.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256437387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:35:19.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "aai-ml", "timestamp": 1650256438392, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:35:19.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b7f039b-d40e-4250-bda8-d27d3b8cb25d 2022-04-18T04:35:19.442Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:19.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:35:19.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8efc2360-a886-4fb8-93be-ec29750ed7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256454487, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:35:19.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T04:35:19.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-18T04:35:19.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "ves-openapi-manager", "timestamp": 1650256447742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "dcae-sch", "timestamp": 1650256445356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256446580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256446102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256442678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256440985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256448056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256446414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256457247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256458229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256458210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256458037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256457367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:19.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:35:20.190Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "33a1e57e-ff31-4eed-83f3-eb00fbc47359", "serviceDescription": "service", "serviceInvariantUUID": "bea9ba85-fe39-4392-9d11-37176ac25516", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "e5548cc0-d78f-45f7-b698-35dd271fa034", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "424d32d0-e55c-4d35-a0ec-bad43dc96147", "resourceInvariantUUID": "7c510cff-6c36-4148-af84-309b1bfe87cf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "M2QwMmQwZTllYzZmNDFlMmFkNjFlNzlmZjFiYjFlZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eef4baca-614e-49e0-8fc1-869f9d68e4b3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d41ec88b-ffa0-4555-8f44-bb605dc1efbb", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de2a3868-9191-4fa0-b144-b995e0ceaab4", "generatedFromUUID": "d41ec88b-ffa0-4555-8f44-bb605dc1efbb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de2a3868-9191-4fa0-b144-b995e0ceaab4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "M2NlNjdmNWFmYjQxYmY4Y2M4NzljNmZmZDE0YWE3MGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7fb4465b-04f7-46ee-80bf-39f341b971ed" } ], "workloadContext": "Production" } 2022-04-18T04:35:20.190Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:35:20.191Z|b4aa6f03-6174-480b-b0fd-e7220ea479b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 33a1e57e-ff31-4eed-83f3-eb00fbc47359 ASDC 2022-04-18T04:35:20.191Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:34167e31-2687-4db4-8ec1-8ff27f54c6a0 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:33a1e57e-ff31-4eed-83f3-eb00fbc47359 ServiceInvariantUUID:bea9ba85-fe39-4392-9d11-37176ac25516 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:7fb4465b-04f7-46ee-80bf-39f341b971ed ArtifactChecksum:M2NlNjdmNWFmYjQxYmY4Y2M4NzljNmZmZDE0YWE3MGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:e5548cc0-d78f-45f7-b698-35dd271fa034 ResourceInvariantUUID:7c510cff-6c36-4148-af84-309b1bfe87cf ResourceName:basicclamp ResourceType:VF ResourceUUID:424d32d0-e55c-4d35-a0ec-bad43dc96147 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:eef4baca-614e-49e0-8fc1-869f9d68e4b3 ArtifactChecksum:M2QwMmQwZTllYzZmNDFlMmFkNjFlNzlmZjFiYjFlZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:d41ec88b-ffa0-4555-8f44-bb605dc1efbb ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:de2a3868-9191-4fa0-b144-b995e0ceaab4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:de2a3868-9191-4fa0-b144-b995e0ceaab4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:35:20.191Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33a1e57e-ff31-4eed-83f3-eb00fbc47359 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:35:20.298Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:35:20.299Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:35:20.299Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:35:20.299Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb4465b-04f7-46ee-80bf-39f341b971ed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-18T04:35:20.299Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:35:20.300Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-18T04:35:20.675Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:35:20.680Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7fb4465b-04f7-46ee-80bf-39f341b971ed 73650 2022-04-18T04:35:20.680Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-18T04:35:20.681Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-18T04:35:20.681Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:35:20.681Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:20.683Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:20.683Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256520680, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:20.784Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:20.785Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:20.785Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:20.813Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:20.814Z||pool-97-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:21.684Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:35:21.685Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:35:21.685Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7fb4465b-04f7-46ee-80bf-39f341b971ed, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:21.686Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-04-18T04:35:21.687Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:21.687Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:21.829Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3139603855464569515/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T04:35:23.610Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:35:23.611Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:35:23.612Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.612Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T04:35:23.612Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.612Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.612Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.613Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.613Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.613Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.613Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.613Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.613Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-18T04:35:23.614Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:35:23.614Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.614Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.614Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:23.615Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:35:23.615Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:35:23.615Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.616Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.616Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:23.616Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:35:23.617Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:35:23.617Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.617Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.618Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.618Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-18T04:35:23.618Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-18T04:35:23.618Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-18T04:35:23.618Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-18T04:35:23.619Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T04:35:23.619Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:35:23.622Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.623Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:35:23.623Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.623Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:23.624Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:35:23.624Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.624Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:23.625Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:35:23.625Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.625Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:23.625Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:35:23.625Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.626Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-18T04:35:23.626Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-18T04:35:23.626Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T04:35:23.626Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f7c99f54-7c3d-4629-b637-aed0a0e840d2 2022-04-18T04:35:23.627Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.627Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.627Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.628Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.628Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.628Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.628Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:23.628Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:23.629Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:33a1e57e-ff31-4eed-83f3-eb00fbc47359 Model Version:NULL Model InvariantUuid:bea9ba85-fe39-4392-9d11-37176ac25516 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:23cd9ec6-8a13-42bc-b72e-782432061a8c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7c510cff-6c36-4148-af84-309b1bfe87cf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5548cc0-d78f-45f7-b698-35dd271fa034 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ea07924-fdfe-4536-bb98-3785383da747 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:f8240e89-f13d-450f-b39d-f3b0c0560cb3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f7c99f54-7c3d-4629-b637-aed0a0e840d2 ModelInvariantUuid:dcb41991-52d3-4e8f-b40c-f95b354a4576 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:da72c217-1ac9-45db-93f0-85dfd11d021b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:de789661-fa27-437e-8117-d7e848ca9479 ModelInvariantUuid:ec482496-8d3b-473d-9cbf-0eeb121ef550 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:e8f15477-1d35-4077-b627-71acc882dee2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:35:23.637Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 424d32d0-e55c-4d35-a0ec-bad43dc96147 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:35:23.642Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||basicclamp 0 2022-04-18T04:35:23.642Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 424d32d0-e55c-4d35-a0ec-bad43dc96147 2022-04-18T04:35:23.642Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eef4baca-614e-49e0-8fc1-869f9d68e4b3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-18T04:35:23.643Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:35:23.643Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-18T04:35:23.778Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:35:23.779Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json eef4baca-614e-49e0-8fc1-869f9d68e4b3 790 2022-04-18T04:35:23.780Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-18T04:35:23.780Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-18T04:35:23.780Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:35:23.780Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:23.782Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:23.783Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256523780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:23.883Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:23.884Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:23.884Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:23.908Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:23.908Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:24.783Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9ea07924-fdfe-4536-bb98-3785383da747", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8240e89-f13d-450f-b39d-f3b0c0560cb3", "vfModuleModelCustomizationUUID": "1e47a7e1-9f79-484f-af6b-741785ea4b77", "isBase": true, "artifacts": [ "d41ec88b-ffa0-4555-8f44-bb605dc1efbb", "de2a3868-9191-4fa0-b144-b995e0ceaab4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:35:24.788Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8240e89-f13d-450f-b39d-f3b0c0560cb3 VfModuleModelInvariantUUID:9ea07924-fdfe-4536-bb98-3785383da747 VfModuleModelDescription:NULL Artifacts UUID List:{ d41ec88b-ffa0-4555-8f44-bb605dc1efbb , de2a3868-9191-4fa0-b144-b995e0ceaab4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:35:24.790Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9ea07924-fdfe-4536-bb98-3785383da747", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8240e89-f13d-450f-b39d-f3b0c0560cb3", "vfModuleModelCustomizationUUID": "1e47a7e1-9f79-484f-af6b-741785ea4b77", "isBase": true, "artifacts": [ "d41ec88b-ffa0-4555-8f44-bb605dc1efbb", "de2a3868-9191-4fa0-b144-b995e0ceaab4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:35:24.790Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8240e89-f13d-450f-b39d-f3b0c0560cb3 VfModuleModelInvariantUUID:9ea07924-fdfe-4536-bb98-3785383da747 VfModuleModelDescription:NULL Artifacts UUID List:{ d41ec88b-ffa0-4555-8f44-bb605dc1efbb , de2a3868-9191-4fa0-b144-b995e0ceaab4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:35:24.790Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d41ec88b-ffa0-4555-8f44-bb605dc1efbb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-18T04:35:24.791Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:35:24.791Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-18T04:35:24.979Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:35:24.980Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d41ec88b-ffa0-4555-8f44-bb605dc1efbb 5033 2022-04-18T04:35:24.981Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-18T04:35:24.981Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-18T04:35:24.982Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:35:24.983Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:24.989Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:24.989Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256524981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:25.086Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-04-18T04:35:25.087Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:25.087Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:25.100Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:25.100Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:25.990Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: de2a3868-9191-4fa0-b144-b995e0ceaab4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-18T04:35:25.991Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:35:25.992Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-18T04:35:26.174Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:35:26.174Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env de2a3868-9191-4fa0-b144-b995e0ceaab4 909 2022-04-18T04:35:26.175Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-18T04:35:26.175Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-18T04:35:26.175Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:35:26.175Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:26.178Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:26.179Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256526175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:35:26.279Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:26.280Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:26.282Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:26.295Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:26.296Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:27.179Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 33a1e57e-ff31-4eed-83f3-eb00fbc47359 2022-04-18T04:35:27.180Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 424d32d0-e55c-4d35-a0ec-bad43dc96147 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:35:27.197Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ba4e5ea, org.onap.sdc.toscaparser.api.parameters.Input@355196a5, org.onap.sdc.toscaparser.api.parameters.Input@295386ef, org.onap.sdc.toscaparser.api.parameters.Input@218e0edf, org.onap.sdc.toscaparser.api.parameters.Input@3d9934b1] 2022-04-18T04:35:27.199Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.200Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.200Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:35:27.200Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e5548cc0-d78f-45f7-b698-35dd271fa034 2022-04-18T04:35:27.200Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5548cc0-d78f-45f7-b698-35dd271fa034 matches Tosca VF Customization UUID: e5548cc0-d78f-45f7-b698-35dd271fa034 2022-04-18T04:35:27.200Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e5548cc0-d78f-45f7-b698-35dd271fa034 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:35:27.203Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.204Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.205Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e5548cc0-d78f-45f7-b698-35dd271fa034: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-04-18T04:35:27.205Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@603ceb8b 2022-04-18T04:35:27.205Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.205Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:35:27.206Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e47a7e1-9f79-484f-af6b-741785ea4b77 2022-04-18T04:35:27.206Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e47a7e1-9f79-484f-af6b-741785ea4b77 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:35:27.225Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.226Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:27.227Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:35:27.227Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.228Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:27.228Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:35:27.228Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.230Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-18T04:35:27.239Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-18T04:35:27.239Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-18T04:35:27.239Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f7c99f54-7c3d-4629-b637-aed0a0e840d2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:35:27.246Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.246Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:27.246Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:35:27.247Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.247Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-18T04:35:27.247Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e5548cc0-d78f-45f7-b698-35dd271fa034 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:35:27.250Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.250Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.250Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 33a1e57e-ff31-4eed-83f3-eb00fbc47359: basicclamp 2022-04-18T04:35:27.250Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.250Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.251Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.251Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.251Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.251Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.251Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.251Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.252Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:35:27.252Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:35:27.252Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:35:27.487Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 424d32d0-e55c-4d35-a0ec-bad43dc96147 1 ASDC deployResourceStructure 2022-04-18T04:35:27.488Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-18T04:35:27.489Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-18T04:35:27.489Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:35:27.489Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:27.491Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:27.491Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256527488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:35:27.592Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:27.593Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:27.593Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:27.638Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:27.639Z||pool-101-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:35:28.492Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-18T04:35:28.496Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-18T04:35:28.496Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:35:28.497Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:28.499Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:28.499Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256528492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:35:28.600Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:28.601Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:28.601Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:28.651Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:28.653Z||pool-102-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:29.500Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-18T04:35:29.501Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-18T04:35:29.501Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:35:29.502Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:29.504Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:29.504Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256529500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-18T04:35:29.604Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:35:29.605Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:29.605Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:29.639Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:29.640Z||pool-103-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:30.507Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-18T04:35:30.508Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-18T04:35:30.508Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:35:30.508Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:35:30.526Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:35:30.527Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256530506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:35:30.613Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-04-18T04:35:30.614Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:35:30.614Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:35:30.641Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:35:30.642Z||pool-104-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:35:31.528Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34167e31-2687-4db4-8ec1-8ff27f54c6a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:35:31.606Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34167e31-2687-4db4-8ec1-8ff27f54c6a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:35:31.628Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:35:31.629Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:35:31.629Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:35:31.629Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:35:31.629Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.629Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.630Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.630Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.630Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.630Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.630Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:35:31.630Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:35:31.675Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:36:01.679Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:36:01.697Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and serviceModelVersionId: 33a1e57e-ff31-4eed-83f3-eb00fbc47359 2022-04-18T04:36:01.698Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bea9ba85-fe39-4392-9d11-37176ac25516 2022-04-18T04:36:01.699Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bea9ba85-fe39-4392-9d11-37176ac25516/model-vers/model-ver/33a1e57e-ff31-4eed-83f3-eb00fbc47359?depth=0 2022-04-18T04:36:01.704Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:36:01.782Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea9ba85-fe39-4392-9d11-37176ac25516/model-vers/model-ver/33a1e57e-ff31-4eed-83f3-eb00fbc47359?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-18T04:36:01.784Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea9ba85-fe39-4392-9d11-37176ac25516/model-vers/model-ver/33a1e57e-ff31-4eed-83f3-eb00fbc47359?depth=0|INFO|500||Invoke 2022-04-18T04:36:01.818Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea9ba85-fe39-4392-9d11-37176ac25516/model-vers/model-ver/33a1e57e-ff31-4eed-83f3-eb00fbc47359?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:36:02.269Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea9ba85-fe39-4392-9d11-37176ac25516/model-vers/model-ver/33a1e57e-ff31-4eed-83f3-eb00fbc47359?depth=0|INFO|500||InvokeReturn 2022-04-18T04:36:02.272Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bea9ba85-fe39-4392-9d11-37176ac25516/model-vers/model-ver/33a1e57e-ff31-4eed-83f3-eb00fbc47359?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:36:01:003-44805], vertex-id=[241736], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:36:01 GMT], Content-Type=[application/json]} 2022-04-18T04:36:02.273Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:36:02.274Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:36:02.274Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:36:02.284Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:36:02.284Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34167e31-2687-4db4-8ec1-8ff27f54c6a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:36:02.285Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:36:02.286Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:02.288Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:02.288Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256562285, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:36:02.388Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:02.389Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:02.389Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:02.424Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:02.425Z||pool-105-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:36:03.322Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:36:03.323Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:36:03.323Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:07.790Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:07.791Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:36:07.791Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b7f039b-d40e-4250-bda8-d27d3b8cb25d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ff207a44-53d4-446f-aa70-a7dc57f0f279","serviceDescription":"service","serviceInvariantUUID":"900fc94f-5fb7-467f-af29-aa84a2d0aa9e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6865c938-34e8-4b31-8090-05d56fe62386","resourceInvariantUUID":"ef30a743-22ad-41e9-8195-434b54005b70","resourceCustomizationUUID":"c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8","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":"NjgxNTA5MGQzNDM5NmNlNzk1NzJkYTA2MTdlMGQ4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8240d231-f2f6-4acc-bf00-26c75b2652df","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":"OGEwMDM0MmRmNDBkMWJkZTQzODVjZTE0YjFkMjUzY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93754a95-a3ec-4c78-bc7d-ac05b8b7c0c2","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":"a71efdcd-f986-4ef4-b546-67c6d4db761f","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":"7ee93d65-ec53-4830-8c48-3109281f2d77","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":"cbd24954-aeb5-42bb-a83e-6f15c4a85768","artifactVersion":"2","generatedFromUUID":"a71efdcd-f986-4ef4-b546-67c6d4db761f"},{"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":"MDFhZDI0Y2FhYzVmOTQ4MTlkMmNlZDZlNzIwNjNmYTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6efa278-9e96-4689-96d0-e0a2774beed6","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":"YTA1MmY5MDI3MzM2NzZmYzEyYzg0NTM2ZTk3NzA2Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9271e663-d69d-43f1-bd1e-17b4e49ac7da","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzA1M2Y0YmY3NDA1Yjg5NDY4Y2Y4N2RkNjRmMzBkMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32dc673a-2e8d-4e27-bb98-303609a0dcce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:36:07.795Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:07.795Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:07.798Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:07.798Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:07.898Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:07.899Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:07.899Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:07.911Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:07.912Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:08.799Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:08.800Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:08.803Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:08.804Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:36:08.904Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:08.905Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:08.905Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:08.925Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:08.925Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:36:09.805Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:09.806Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:09.808Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:09.808Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:36:09.908Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:36:09.910Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:09.910Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:09.926Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:09.927Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:10.809Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:10.809Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:10.812Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:10.812Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:10.912Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:10.914Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:10.914Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:10.945Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:10.946Z||pool-109-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:11.813Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:11.814Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:11.817Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:11.817Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T04:36:11.917Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:11.919Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:11.919Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:11.934Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:11.935Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:12.819Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:12.820Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:12.823Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:12.823Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:12.923Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:12.924Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:12.924Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:12.965Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:12.966Z||pool-111-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:13.824Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:13.825Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:13.828Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:13.829Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:13.928Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:36:13.930Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:13.930Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:13.943Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:13.943Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:14.840Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:14.840Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:14.844Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:14.844Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:36:14.944Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:36:14.945Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:14.945Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:14.956Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:14.957Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:15.846Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ff207a44-53d4-446f-aa70-a7dc57f0f279", "serviceDescription": "service", "serviceInvariantUUID": "900fc94f-5fb7-467f-af29-aa84a2d0aa9e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6865c938-34e8-4b31-8090-05d56fe62386", "resourceInvariantUUID": "ef30a743-22ad-41e9-8195-434b54005b70", "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": "OGEwMDM0MmRmNDBkMWJkZTQzODVjZTE0YjFkMjUzY2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93754a95-a3ec-4c78-bc7d-ac05b8b7c0c2", "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": "a71efdcd-f986-4ef4-b546-67c6d4db761f", "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": "cbd24954-aeb5-42bb-a83e-6f15c4a85768", "generatedFromUUID": "a71efdcd-f986-4ef4-b546-67c6d4db761f" }, "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": "cbd24954-aeb5-42bb-a83e-6f15c4a85768", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzA1M2Y0YmY3NDA1Yjg5NDY4Y2Y4N2RkNjRmMzBkMGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32dc673a-2e8d-4e27-bb98-303609a0dcce" } ], "workloadContext": "Production" } 2022-04-18T04:36:15.847Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:36:15.849Z|34167e31-2687-4db4-8ec1-8ff27f54c6a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff207a44-53d4-446f-aa70-a7dc57f0f279 ASDC 2022-04-18T04:36:15.850Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6b7f039b-d40e-4250-bda8-d27d3b8cb25d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ff207a44-53d4-446f-aa70-a7dc57f0f279 ServiceInvariantUUID:900fc94f-5fb7-467f-af29-aa84a2d0aa9e 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:32dc673a-2e8d-4e27-bb98-303609a0dcce ArtifactChecksum:MzA1M2Y0YmY3NDA1Yjg5NDY4Y2Y4N2RkNjRmMzBkMGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 ResourceInvariantUUID:ef30a743-22ad-41e9-8195-434b54005b70 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6865c938-34e8-4b31-8090-05d56fe62386 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:93754a95-a3ec-4c78-bc7d-ac05b8b7c0c2 ArtifactChecksum:OGEwMDM0MmRmNDBkMWJkZTQzODVjZTE0YjFkMjUzY2M= 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:a71efdcd-f986-4ef4-b546-67c6d4db761f 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:cbd24954-aeb5-42bb-a83e-6f15c4a85768 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:cbd24954-aeb5-42bb-a83e-6f15c4a85768 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:36:15.851Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff207a44-53d4-446f-aa70-a7dc57f0f279 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:36:16.059Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:36:16.061Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:36:16.062Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:36:16.062Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32dc673a-2e8d-4e27-bb98-303609a0dcce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T04:36:16.063Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:36:16.063Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T04:36:16.463Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:36:16.469Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 32dc673a-2e8d-4e27-bb98-303609a0dcce 78793 2022-04-18T04:36:16.470Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-18T04:36:16.470Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T04:36:16.471Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:36:16.472Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:16.474Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:16.475Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256576470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:16.575Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:36:16.576Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:16.576Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:16.593Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:16.593Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:36:17.476Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:36:17.478Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:36:17.479Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 32dc673a-2e8d-4e27-bb98-303609a0dcce, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:17.480Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-18T04:36:17.480Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:17.481Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:17.671Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10201325573461196696/Definitions/service-BasicVmMacro-template.yml 2022-04-18T04:36:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:36:18.787Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:36:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:18.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:18.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256459215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:36:18.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-18T04:36:18.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:18.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "cds", "timestamp": 1650256459044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:18.836Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f8bf1ec-fe49-43cc-9213-0903e648a919 2022-04-18T04:36:18.836Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f8bf1ec-fe49-43cc-9213-0903e648a919 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:18.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256458539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:18.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "policy-id", "timestamp": 1650256460220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:36:18.855Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f8bf1ec-fe49-43cc-9213-0903e648a919 2022-04-18T04:36:18.856Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f8bf1ec-fe49-43cc-9213-0903e648a919 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:18.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256459947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256461112, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:36:18.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f8bf1ec-fe49-43cc-9213-0903e648a919 2022-04-18T04:36:18.883Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f8bf1ec-fe49-43cc-9213-0903e648a919 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-04-18T04:36:18.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:18.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:18.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "multicloud-k8s-id", "timestamp": 1650256462122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:36:18.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:36:18.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256462536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256463995, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650256463559, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:36:18.909Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f8bf1ec-fe49-43cc-9213-0903e648a919 2022-04-18T04:36:18.909Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f8bf1ec-fe49-43cc-9213-0903e648a919 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:18.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256464886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:18.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256465999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:36:18.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "clamp", "timestamp": 1650256467013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:36:18.934Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f8bf1ec-fe49-43cc-9213-0903e648a919 2022-04-18T04:36:18.934Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f8bf1ec-fe49-43cc-9213-0903e648a919 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:18.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256467785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:36:18.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256468077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:18.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:18.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:18.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "aai-ml", "timestamp": 1650256468793, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:36:18.978Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f8bf1ec-fe49-43cc-9213-0903e648a919 2022-04-18T04:36:18.978Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f8bf1ec-fe49-43cc-9213-0903e648a919 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:19.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256469266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:19.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256470665, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:19.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256472224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256473311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256474455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256475460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256476464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256477469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:36:19.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256478476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256479480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4aa6f03-6174-480b-b0fd-e7220ea479b3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256511086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:36:19.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:19.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:19.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T04:36:19.491Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:36:19.491Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:36:19.492Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.492Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T04:36:19.492Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.492Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.492Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.492Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:36:19.493Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.494Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.494Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:19.494Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:36:19.494Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.495Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:36:19.496Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.497Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:36:19.497Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.497Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:19.497Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:36:19.497Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.497Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:19.498Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:36:19.498Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.498Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:19.498Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:36:19.498Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.498Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-18T04:36:19.499Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T04:36:19.499Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T04:36:19.499Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0d265d-1d1a-43eb-9db3-6763d6437a95 2022-04-18T04:36:19.499Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.499Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.499Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.500Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.500Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.500Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.500Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:19.500Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:19.500Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ff207a44-53d4-446f-aa70-a7dc57f0f279 Model Version:NULL Model InvariantUuid:900fc94f-5fb7-467f-af29-aa84a2d0aa9e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:91586a51-8384-40a7-89cd-c65686bfa59d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ef30a743-22ad-41e9-8195-434b54005b70 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5a4532ea-13bc-4e57-bddc-0bf331fca3ee ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:08ec8d88-f173-4cb9-bcda-152ed67b8ffc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7b0d265d-1d1a-43eb-9db3-6763d6437a95 ModelInvariantUuid:c90ba416-db6f-40a0-98d9-b733b521e857 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:439da2d2-878c-4e20-aa3e-74580592618d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:82437e87-6550-4f98-b18e-41ba4f3f9ed5 ModelInvariantUuid:87adaa47-e1d3-4561-b7f1-3bb10dc53a49 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a80df6a6-d057-4d7c-bfee-2411fbb7f2c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:36:19.510Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6865c938-34e8-4b31-8090-05d56fe62386 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:36:19.513Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-04-18T04:36:19.514Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6865c938-34e8-4b31-8090-05d56fe62386 2022-04-18T04:36:19.514Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93754a95-a3ec-4c78-bc7d-ac05b8b7c0c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-18T04:36:19.514Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:36:19.514Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-18T04:36:19.954Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:36:19.954Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 93754a95-a3ec-4c78-bc7d-ac05b8b7c0c2 792 2022-04-18T04:36:19.955Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-18T04:36:19.955Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-18T04:36:19.955Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:36:19.955Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:19.958Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:19.958Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256579955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:20.061Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T04:36:20.062Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:20.063Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:20.077Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:20.077Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:36:20.959Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5a4532ea-13bc-4e57-bddc-0bf331fca3ee", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08ec8d88-f173-4cb9-bcda-152ed67b8ffc", "vfModuleModelCustomizationUUID": "64c000d9-a421-4d40-a135-af07100d511b", "isBase": true, "artifacts": [ "a71efdcd-f986-4ef4-b546-67c6d4db761f", "cbd24954-aeb5-42bb-a83e-6f15c4a85768" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:36:20.963Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08ec8d88-f173-4cb9-bcda-152ed67b8ffc VfModuleModelInvariantUUID:5a4532ea-13bc-4e57-bddc-0bf331fca3ee VfModuleModelDescription:NULL Artifacts UUID List:{ a71efdcd-f986-4ef4-b546-67c6d4db761f , cbd24954-aeb5-42bb-a83e-6f15c4a85768 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:36:20.966Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5a4532ea-13bc-4e57-bddc-0bf331fca3ee", "vfModuleModelVersion": "1", "vfModuleModelUUID": "08ec8d88-f173-4cb9-bcda-152ed67b8ffc", "vfModuleModelCustomizationUUID": "64c000d9-a421-4d40-a135-af07100d511b", "isBase": true, "artifacts": [ "a71efdcd-f986-4ef4-b546-67c6d4db761f", "cbd24954-aeb5-42bb-a83e-6f15c4a85768" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:36:20.966Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:08ec8d88-f173-4cb9-bcda-152ed67b8ffc VfModuleModelInvariantUUID:5a4532ea-13bc-4e57-bddc-0bf331fca3ee VfModuleModelDescription:NULL Artifacts UUID List:{ a71efdcd-f986-4ef4-b546-67c6d4db761f , cbd24954-aeb5-42bb-a83e-6f15c4a85768 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:36:20.966Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a71efdcd-f986-4ef4-b546-67c6d4db761f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-18T04:36:20.966Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:36:20.967Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-18T04:36:21.369Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:36:21.370Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a71efdcd-f986-4ef4-b546-67c6d4db761f 5033 2022-04-18T04:36:21.370Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-18T04:36:21.370Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-18T04:36:21.370Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:36:21.371Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:21.374Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:21.374Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256581370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:21.474Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:21.475Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:21.475Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:21.494Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:21.495Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:22.375Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbd24954-aeb5-42bb-a83e-6f15c4a85768 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-18T04:36:22.376Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:36:22.376Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-18T04:36:22.589Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:36:22.590Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cbd24954-aeb5-42bb-a83e-6f15c4a85768 903 2022-04-18T04:36:22.590Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-18T04:36:22.591Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-18T04:36:22.591Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:36:22.591Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:22.594Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:22.594Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256582590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:36:22.694Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:36:22.695Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:22.695Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:22.712Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:22.712Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:23.595Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ff207a44-53d4-446f-aa70-a7dc57f0f279 2022-04-18T04:36:23.597Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6865c938-34e8-4b31-8090-05d56fe62386 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:36:23.614Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@449674d2, org.onap.sdc.toscaparser.api.parameters.Input@1f2aa877, org.onap.sdc.toscaparser.api.parameters.Input@208a5ab1, org.onap.sdc.toscaparser.api.parameters.Input@235302e2, org.onap.sdc.toscaparser.api.parameters.Input@5414d2be] 2022-04-18T04:36:23.617Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.618Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.618Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:36:23.618Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 2022-04-18T04:36:23.618Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 matches Tosca VF Customization UUID: c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 2022-04-18T04:36:23.619Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:36:23.622Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.622Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.624Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-04-18T04:36:23.624Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5765748d 2022-04-18T04:36:23.624Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.624Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:36:23.625Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64c000d9-a421-4d40-a135-af07100d511b 2022-04-18T04:36:23.625Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64c000d9-a421-4d40-a135-af07100d511b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:36:23.628Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.628Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:23.629Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:36:23.629Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.629Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:23.629Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:36:23.630Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.630Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-18T04:36:23.630Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T04:36:23.630Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T04:36:23.631Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0d265d-1d1a-43eb-9db3-6763d6437a95 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:36:23.635Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.636Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:23.636Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:36:23.636Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.637Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-18T04:36:23.637Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c518a3ad-f91c-43d9-a6cd-2697cc3e8dd8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:36:23.640Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.640Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.641Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ff207a44-53d4-446f-aa70-a7dc57f0f279: basic_vm_macro 2022-04-18T04:36:23.641Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.641Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.641Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.641Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.642Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.642Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.642Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.642Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.642Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:36:23.642Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:36:23.643Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:36:23.773Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6865c938-34e8-4b31-8090-05d56fe62386 1 ASDC deployResourceStructure 2022-04-18T04:36:23.774Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-04-18T04:36:23.774Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-18T04:36:23.774Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:36:23.774Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:23.778Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:23.778Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256583774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:36:23.878Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:23.879Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:23.879Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:23.890Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:23.891Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:24.780Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-18T04:36:24.780Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-18T04:36:24.780Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:36:24.781Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:24.785Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:24.786Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256584779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:36:24.884Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-18T04:36:24.885Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:24.885Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:24.905Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:24.906Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:25.787Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-18T04:36:25.787Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-18T04:36:25.788Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:36:25.788Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:25.791Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:25.791Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256585787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T04:36:25.892Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:25.892Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:25.893Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:25.927Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:25.928Z||pool-120-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:36:26.793Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-18T04:36:26.794Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-18T04:36:26.794Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:36:26.795Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:26.803Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:26.803Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256586792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:36:26.902Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:36:26.903Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:26.903Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:26.914Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:26.915Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:36:27.804Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b7f039b-d40e-4250-bda8-d27d3b8cb25d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:36:27.848Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b7f039b-d40e-4250-bda8-d27d3b8cb25d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:36:27.876Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:36:27.877Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:36:27.877Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:36:27.877Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:36:27.878Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:36:27.878Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:36:27.878Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:36:27.878Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:36:27.878Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:36:27.878Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:36:27.879Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:36:27.933Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:36:57.934Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:36:57.948Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and serviceModelVersionId: ff207a44-53d4-446f-aa70-a7dc57f0f279 2022-04-18T04:36:57.948Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 900fc94f-5fb7-467f-af29-aa84a2d0aa9e 2022-04-18T04:36:57.950Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/900fc94f-5fb7-467f-af29-aa84a2d0aa9e/model-vers/model-ver/ff207a44-53d4-446f-aa70-a7dc57f0f279?depth=0 2022-04-18T04:36:57.955Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:36:58.037Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900fc94f-5fb7-467f-af29-aa84a2d0aa9e/model-vers/model-ver/ff207a44-53d4-446f-aa70-a7dc57f0f279?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-04-18T04:36:58.039Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900fc94f-5fb7-467f-af29-aa84a2d0aa9e/model-vers/model-ver/ff207a44-53d4-446f-aa70-a7dc57f0f279?depth=0|INFO|500||Invoke 2022-04-18T04:36:58.078Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900fc94f-5fb7-467f-af29-aa84a2d0aa9e/model-vers/model-ver/ff207a44-53d4-446f-aa70-a7dc57f0f279?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:36:58.395Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900fc94f-5fb7-467f-af29-aa84a2d0aa9e/model-vers/model-ver/ff207a44-53d4-446f-aa70-a7dc57f0f279?depth=0|INFO|500||InvokeReturn 2022-04-18T04:36:58.399Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/900fc94f-5fb7-467f-af29-aa84a2d0aa9e/model-vers/model-ver/ff207a44-53d4-446f-aa70-a7dc57f0f279?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:36:57:258-25949], vertex-id=[184384], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:36:57 GMT], Content-Type=[application/json]} 2022-04-18T04:36:58.399Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:36:58.403Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:36:58.403Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:36:58.410Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:36:58.410Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b7f039b-d40e-4250-bda8-d27d3b8cb25d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:36:58.410Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:36:58.410Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:58.413Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:58.413Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256618410, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:36:58.513Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:58.514Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:58.514Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:58.525Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:58.526Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:36:59.436Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-18T04:36:59.436Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f8bf1ec-fe49-43cc-9213-0903e648a919","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38","serviceDescription":"service","serviceInvariantUUID":"120b6be0-b4f0-4d63-b2b3-a077b8af5f69","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f2b57b4-1a30-4b0d-95ba-44d6748d4f32","resourceInvariantUUID":"58a13faf-4ac6-43e4-99f1-39f2d9e1d1dd","resourceCustomizationUUID":"48a5fe78-0e49-41f8-8625-10614c4c0f1d","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":"NzRkMzk4ZjQ3YTgwNDJlNzI3MzUxYjE3NjAyODA1Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec3f36a6-48ad-4af9-a116-092246ddd062","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":"N2E1MWYwY2IxNWI4OWRkZWNmYWVlNGEzNDg4MmU5Mjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"885d6885-19b5-460e-b8a5-dc535862353b","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":"0f918384-b367-43ec-bed6-c737563413b7","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":"cc35646e-e1ea-4518-b446-071e9c8eeceb","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":"1370a8c0-9c5c-47cf-b9fe-a57490156d76","artifactVersion":"2","generatedFromUUID":"0f918384-b367-43ec-bed6-c737563413b7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTU3MGE5ODQwMGFiM2MzN2U2ODllMWM0ODY1M2I0NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16e2fda3-167e-4eee-9811-3a43e05e3b91","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDUzMTljNmQ4ZDUzYWQwYzgzZDliYjhkNTY2M2FkZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ef9fb9b-f2eb-4130-bcb3-d4c2bf4d64f5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-18T04:36:59.436Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:36:59.437Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:36:59.440Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:36:59.440Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:36:59.540Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:36:59.541Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:36:59.541Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:36:59.554Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:36:59.555Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:37:00.441Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:37:00.443Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:00.447Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:00.447Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:37:00.550Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-18T04:37:00.551Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:00.551Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:00.567Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:00.567Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:01.448Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:37:01.450Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:01.456Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:01.456Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:37:01.559Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T04:37:01.560Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:01.560Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:01.572Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:01.573Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:02.456Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:37:02.458Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:02.461Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:02.461Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:37:02.560Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:37:02.561Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:02.562Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:02.575Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:02.575Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:37:03.462Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:37:03.463Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:03.465Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:03.465Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T04:37:03.569Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T04:37:03.570Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:03.570Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:03.582Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:03.582Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:04.466Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:37:04.468Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:04.471Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:04.471Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:37:04.571Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:37:04.573Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:04.573Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:04.587Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:04.588Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:05.472Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-18T04:37:05.473Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:05.476Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:05.476Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:37:05.576Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:37:05.577Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:05.577Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:05.592Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:05.592Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-18T04:37:06.478Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38", "serviceDescription": "service", "serviceInvariantUUID": "120b6be0-b4f0-4d63-b2b3-a077b8af5f69", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "48a5fe78-0e49-41f8-8625-10614c4c0f1d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3f2b57b4-1a30-4b0d-95ba-44d6748d4f32", "resourceInvariantUUID": "58a13faf-4ac6-43e4-99f1-39f2d9e1d1dd", "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": "N2E1MWYwY2IxNWI4OWRkZWNmYWVlNGEzNDg4MmU5Mjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "885d6885-19b5-460e-b8a5-dc535862353b", "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": "0f918384-b367-43ec-bed6-c737563413b7", "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": "1370a8c0-9c5c-47cf-b9fe-a57490156d76", "generatedFromUUID": "0f918384-b367-43ec-bed6-c737563413b7" }, "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": "1370a8c0-9c5c-47cf-b9fe-a57490156d76", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDUzMTljNmQ4ZDUzYWQwYzgzZDliYjhkNTY2M2FkZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6ef9fb9b-f2eb-4130-bcb3-d4c2bf4d64f5" } ], "workloadContext": "Production" } 2022-04-18T04:37:06.479Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-18T04:37:06.479Z|6b7f039b-d40e-4250-bda8-d27d3b8cb25d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38 ASDC 2022-04-18T04:37:06.479Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6f8bf1ec-fe49-43cc-9213-0903e648a919 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38 ServiceInvariantUUID:120b6be0-b4f0-4d63-b2b3-a077b8af5f69 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:6ef9fb9b-f2eb-4130-bcb3-d4c2bf4d64f5 ArtifactChecksum:ZDUzMTljNmQ4ZDUzYWQwYzgzZDliYjhkNTY2M2FkZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:48a5fe78-0e49-41f8-8625-10614c4c0f1d ResourceInvariantUUID:58a13faf-4ac6-43e4-99f1-39f2d9e1d1dd ResourceName:basic_vm ResourceType:VF ResourceUUID:3f2b57b4-1a30-4b0d-95ba-44d6748d4f32 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:885d6885-19b5-460e-b8a5-dc535862353b ArtifactChecksum:N2E1MWYwY2IxNWI4OWRkZWNmYWVlNGEzNDg4MmU5Mjg= 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:0f918384-b367-43ec-bed6-c737563413b7 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:1370a8c0-9c5c-47cf-b9fe-a57490156d76 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:1370a8c0-9c5c-47cf-b9fe-a57490156d76 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-18T04:37:06.479Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:37:06.530Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:37:06.531Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:37:06.531Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:37:06.531Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6ef9fb9b-f2eb-4130-bcb3-d4c2bf4d64f5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T04:37:06.531Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:37:06.532Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T04:37:06.900Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:37:06.904Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6ef9fb9b-f2eb-4130-bcb3-d4c2bf4d64f5 71040 2022-04-18T04:37:06.905Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-18T04:37:06.905Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T04:37:06.905Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:37:06.906Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:06.908Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:06.909Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256626905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:37:07.009Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:37:07.013Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:07.013Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:07.025Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:07.026Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:07.910Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-18T04:37:07.911Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-04-18T04:37:07.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6ef9fb9b-f2eb-4130-bcb3-d4c2bf4d64f5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:07.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-18T04:37:07.913Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:07.913Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:08.125Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4232704930871071185/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-18T04:37:10.035Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-18T04:37:10.036Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:37:10.036Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.036Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-18T04:37:10.036Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.036Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-18T04:37:10.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-04-18T04:37:10.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:10.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:37:10.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:37:10.039Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.039Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.039Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:10.039Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-04-18T04:37:10.040Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-18T04:37:10.040Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.040Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.040Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.040Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-18T04:37:10.041Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-18T04:37:10.041Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-18T04:37:10.041Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-18T04:37:10.041Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T04:37:10.041Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-18T04:37:10.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:37:10.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:10.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:37:10.043Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.043Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:10.043Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:37:10.043Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.044Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:10.044Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:37:10.044Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.044Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-18T04:37:10.044Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T04:37:10.045Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T04:37:10.045Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=57ae837b-96f2-4723-becb-4a5a9584cad8 2022-04-18T04:37:10.045Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.045Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.046Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.046Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.046Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.046Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.046Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:10.046Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:10.047Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38 Model Version:NULL Model InvariantUuid:120b6be0-b4f0-4d63-b2b3-a077b8af5f69 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:bef1fd3b-51db-4557-9511-762e1f70bfb5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:58a13faf-4ac6-43e4-99f1-39f2d9e1d1dd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:48a5fe78-0e49-41f8-8625-10614c4c0f1d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:48cb2547-be58-420c-bee9-858c46f3dd5e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:6ecf76ba-7893-4e79-8fc5-99b442db8657 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:57ae837b-96f2-4723-becb-4a5a9584cad8 ModelInvariantUuid:fd44cae0-70dd-4e65-9620-d8f88e62609f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:229b4b70-45a4-4131-8592-d5a9a2bfc57b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f9a3a01c-0f4d-40b0-be1d-390d6643b6c2 ModelInvariantUuid:8a2f5aa3-cec1-41a3-ae00-e0a3b57037a9 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e939caf7-4193-4e0d-bffb-2efffa97444a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-04-18T04:37:10.062Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f2b57b4-1a30-4b0d-95ba-44d6748d4f32 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:37:10.066Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-04-18T04:37:10.067Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f2b57b4-1a30-4b0d-95ba-44d6748d4f32 2022-04-18T04:37:10.067Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 885d6885-19b5-460e-b8a5-dc535862353b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-18T04:37:10.067Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:37:10.067Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-18T04:37:10.560Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:37:10.561Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 885d6885-19b5-460e-b8a5-dc535862353b 787 2022-04-18T04:37:10.561Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-18T04:37:10.561Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-18T04:37:10.561Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:37:10.562Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:10.570Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:10.571Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256630561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:37:10.665Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-18T04:37:10.666Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:10.667Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:10.682Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:10.683Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:11.571Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "48cb2547-be58-420c-bee9-858c46f3dd5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ecf76ba-7893-4e79-8fc5-99b442db8657", "vfModuleModelCustomizationUUID": "5ce3c777-9bb0-4ade-8176-b6d58f066d0f", "isBase": true, "artifacts": [ "0f918384-b367-43ec-bed6-c737563413b7", "1370a8c0-9c5c-47cf-b9fe-a57490156d76" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:37:11.575Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ecf76ba-7893-4e79-8fc5-99b442db8657 VfModuleModelInvariantUUID:48cb2547-be58-420c-bee9-858c46f3dd5e VfModuleModelDescription:NULL Artifacts UUID List:{ 0f918384-b367-43ec-bed6-c737563413b7 , 1370a8c0-9c5c-47cf-b9fe-a57490156d76 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:37:11.581Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "48cb2547-be58-420c-bee9-858c46f3dd5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ecf76ba-7893-4e79-8fc5-99b442db8657", "vfModuleModelCustomizationUUID": "5ce3c777-9bb0-4ade-8176-b6d58f066d0f", "isBase": true, "artifacts": [ "0f918384-b367-43ec-bed6-c737563413b7", "1370a8c0-9c5c-47cf-b9fe-a57490156d76" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-18T04:37:11.582Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ecf76ba-7893-4e79-8fc5-99b442db8657 VfModuleModelInvariantUUID:48cb2547-be58-420c-bee9-858c46f3dd5e VfModuleModelDescription:NULL Artifacts UUID List:{ 0f918384-b367-43ec-bed6-c737563413b7 , 1370a8c0-9c5c-47cf-b9fe-a57490156d76 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-18T04:37:11.582Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f918384-b367-43ec-bed6-c737563413b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-18T04:37:11.582Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:37:11.582Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-18T04:37:11.639Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:37:11.639Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0f918384-b367-43ec-bed6-c737563413b7 5033 2022-04-18T04:37:11.640Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-18T04:37:11.640Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-18T04:37:11.640Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:37:11.640Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:11.642Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:11.642Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256631640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:37:11.742Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:37:11.743Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:11.744Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:11.755Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:11.756Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:12.643Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1370a8c0-9c5c-47cf-b9fe-a57490156d76 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-18T04:37:12.644Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-04-18T04:37:12.644Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-18T04:37:12.867Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-04-18T04:37:12.868Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1370a8c0-9c5c-47cf-b9fe-a57490156d76 903 2022-04-18T04:37:12.868Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-18T04:37:12.868Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-18T04:37:12.869Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-18T04:37:12.869Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:12.871Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:12.872Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256632868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:37:12.973Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:37:12.974Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:12.974Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:12.990Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:12.991Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:13.873Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38 2022-04-18T04:37:13.873Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3f2b57b4-1a30-4b0d-95ba-44d6748d4f32 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:37:13.887Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53cb2d67, org.onap.sdc.toscaparser.api.parameters.Input@6bd2e99a, org.onap.sdc.toscaparser.api.parameters.Input@69f1a8d1, org.onap.sdc.toscaparser.api.parameters.Input@5b675328, org.onap.sdc.toscaparser.api.parameters.Input@51cdfd36] 2022-04-18T04:37:13.889Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.889Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.889Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-04-18T04:37:13.889Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 48a5fe78-0e49-41f8-8625-10614c4c0f1d 2022-04-18T04:37:13.889Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48a5fe78-0e49-41f8-8625-10614c4c0f1d matches Tosca VF Customization UUID: 48a5fe78-0e49-41f8-8625-10614c4c0f1d 2022-04-18T04:37:13.890Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 48a5fe78-0e49-41f8-8625-10614c4c0f1d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-04-18T04:37:13.892Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.892Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.893Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 48a5fe78-0e49-41f8-8625-10614c4c0f1d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-18T04:37:13.894Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@286336fc 2022-04-18T04:37:13.894Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.894Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-18T04:37:13.895Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ce3c777-9bb0-4ade-8176-b6d58f066d0f 2022-04-18T04:37:13.895Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ce3c777-9bb0-4ade-8176-b6d58f066d0f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-04-18T04:37:13.898Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.898Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:13.899Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:37:13.899Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.899Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:13.900Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:37:13.900Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.900Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-18T04:37:13.900Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-18T04:37:13.901Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-18T04:37:13.901Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=57ae837b-96f2-4723-becb-4a5a9584cad8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-04-18T04:37:13.904Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.905Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:13.906Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-18T04:37:13.906Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.906Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-18T04:37:13.907Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=48a5fe78-0e49-41f8-8625-10614c4c0f1d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:37:13.909Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.909Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.910Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38: basic_vm 2022-04-18T04:37:13.910Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.910Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.911Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.911Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.911Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.911Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-18T04:37:13.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-18T04:37:13.912Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-18T04:37:14.021Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3f2b57b4-1a30-4b0d-95ba-44d6748d4f32 1 ASDC deployResourceStructure 2022-04-18T04:37:14.022Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-18T04:37:14.022Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-18T04:37:14.022Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:37:14.023Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:14.025Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:14.025Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256634022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:37:14.128Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-18T04:37:14.129Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:14.129Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:14.146Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:14.146Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:15.026Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-18T04:37:15.026Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-18T04:37:15.026Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:37:15.027Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:15.031Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:15.031Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256635026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:37:15.133Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-18T04:37:15.134Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:15.134Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:15.169Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:15.170Z||pool-135-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:16.033Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-18T04:37:16.034Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-18T04:37:16.034Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:37:16.034Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:16.036Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:16.037Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256636033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T04:37:16.137Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-18T04:37:16.138Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:16.139Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:16.161Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:16.162Z||pool-136-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:17.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-18T04:37:17.038Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-18T04:37:17.039Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-18T04:37:17.039Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:17.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:17.042Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256637038, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:37:17.142Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:37:17.143Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:17.143Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:17.177Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:17.177Z||pool-137-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-04-18T04:37:18.044Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f8bf1ec-fe49-43cc-9213-0903e648a919 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:37:18.094Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f8bf1ec-fe49-43cc-9213-0903e648a919 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-18T04:37:18.100Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-18T04:37:18.101Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-18T04:37:18.101Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-18T04:37:18.101Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-18T04:37:18.101Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:37:18.101Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:37:18.102Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:37:18.102Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:37:18.102Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:37:18.102Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-18T04:37:18.102Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-18T04:37:18.111Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-18T04:37:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:37:18.787Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:37:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:18.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:18.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:37:18.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256377520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:37:18.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-04-18T04:37:48.112Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f8bf1ec-fe49-43cc-9213-0903e648a919 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-04-18T04:37:48.214Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f8bf1ec-fe49-43cc-9213-0903e648a919 and serviceModelVersionId: 15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38 2022-04-18T04:37:48.214Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120b6be0-b4f0-4d63-b2b3-a077b8af5f69 2022-04-18T04:37:48.216Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0 2022-04-18T04:37:48.221Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-04-18T04:37:48.278Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0|INFO|500||Invoke 2022-04-18T04:37:48.278Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f8bf1ec-fe49-43cc-9213-0903e648a919], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62b11096-f205-4c51-82c3-2863e4b29f47], X-ECOMP-RequestID=[6f8bf1ec-fe49-43cc-9213-0903e648a919], X-TransactionId=[], X-ONAP-RequestID=[6f8bf1ec-fe49-43cc-9213-0903e648a919], Content-Type=[application/merge-patch+json]} 2022-04-18T04:37:48.324Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-18T04:37:48.795Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?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/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:37:47:501-73244], vertex-id=[266312], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:37:47 GMT], Content-Type=[application/json]} 2022-04-18T04:37:48.795Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-18T04:37:48.797Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/120b6be0-b4f0-4d63-b2b3-a077b8af5f69/model-vers/model-ver/15fb3ffe-f102-4a7e-85bf-c2ec5ae95c38?depth=0|INFO|500||InvokeReturn 2022-04-18T04:37:48.797Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-18T04:37:48.798Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-18T04:37:48.812Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-18T04:37:48.813Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f8bf1ec-fe49-43cc-9213-0903e648a919 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-18T04:37:48.814Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-18T04:37:48.815Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-04-18T04:37:48.819Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-18T04:37:48.820Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256668814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:37:48.920Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-18T04:37:48.921Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-18T04:37:48.921Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:48.982Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:48.983Z||pool-138-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-18T04:37:49.847Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:37:49.848Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:37:49.849Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:37:59.404Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:37:59.406Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:37:59.407Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:37:59.408Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:08.958Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:38:08.961Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:38:08.963Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:38:08.963Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:18.511Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:38:18.512Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:38:18.513Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:38:18.513Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:38:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:38:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:18.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:38:18.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256520680, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:38:18.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256523780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:38:18.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256524981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:38:18.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256526175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:38:18.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256527488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:38:18.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256528492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:38:18.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256529500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-18T04:38:18.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256530506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:38:18.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34167e31-2687-4db4-8ec1-8ff27f54c6a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256562285, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:38:18.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:18.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:38:18.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:38:18.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:38:18.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:38:18.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T04:38:18.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-18T04:38:18.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:38:18.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:38:18.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-18T04:38:18.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-18T04:38:18.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256576470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:38:18.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:38:28.079Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:38:28.080Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:38:28.081Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:38:28.081Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:37.678Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:38:37.680Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:38:37.680Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:38:37.681Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:47.356Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:38:47.357Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:38:47.357Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:38:47.357Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:38:56.917Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:39:18.782Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:39:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:39:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:39:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:39:18.786Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:39:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:39:18.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:39:18.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256579955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256581370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256582590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256583774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256584779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256585787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256586792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f039b-d40e-4250-bda8-d27d3b8cb25d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256618410, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256563322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256626905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256630561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256631640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256632868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256634022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256635026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256636033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256637038, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-18T04:39:18.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:39:28.392Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:40:18.782Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:40:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:40:18.784Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:40:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:40:18.786Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:40:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:40:19.331Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:40:19.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-18T04:40:19.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f8bf1ec-fe49-43cc-9213-0903e648a919", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650256668814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-18T04:40:19.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-18T04:40:28.362Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:41:18.782Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:41:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:41:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:41:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:41:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:41:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:41:28.383Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:41:28.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:42:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:42:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:42:18.787Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:42:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:42:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:42:18.787Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:42:28.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:42:28.377Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:43:18.782Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:43:18.783Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:43:18.784Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ... 2022-04-18T04:43:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:43:18.786Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:43:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:43:28.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:43:28.419Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:44:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:44:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:44:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:44:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:44:18.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:44:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:44:28.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:44:28.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:45:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:45:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:45:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:45:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:45:18.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:45:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:45:28.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:45:28.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:46:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:46:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:46:18.786Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:46:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:46:18.786Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:46:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:46:28.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:46:28.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:47:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:47:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:47:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:47:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:47:18.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:47:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:47:28.340Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:47:28.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:48:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:48:18.785Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:48:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:48:18.786Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:48:18.788Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:48:18.789Z|29140ad9-9460-4528-b4d1-c83b10eb1425|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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:48:28.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:48:28.345Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:49:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:49:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:49:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:49:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:49:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:49:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:49:28.337Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:49:28.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:50:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:50:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:50:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:50:18.786Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:50:18.787Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:50:18.787Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:50:28.337Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:50:28.337Z|6f8bf1ec-fe49-43cc-9213-0903e648a919|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:51:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:51:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:51:18.786Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:51:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:51:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:51:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:51:28.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:51:28.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:52:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:52:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:52:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:52:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:52:18.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:52:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:52:28.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:52:28.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:53:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:53:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:53:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:53:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:53:18.786Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:53:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:53:28.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:53:28.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:54:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:54:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:54:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:54:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:54:18.786Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:54:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:54:28.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:54:28.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:55:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:55:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:55:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:55:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:55:18.786Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:55:18.786Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:55:28.342Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:55:28.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:56:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:56:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:56:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:56:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:56:18.787Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:56:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:56:28.336Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:56:28.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:57:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:57:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:57:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:57:18.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:57:18.787Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:57:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:57:28.332Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:57:28.332Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:58:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:58:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:58:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:58:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:58:18.787Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:58:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:58:28.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:58:28.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:59:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:59:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:59:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:59:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T04:59:18.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T04:59:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T04:59:28.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T04:59:28.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:00:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:00:18.785Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T05:00:18.785Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T05:00:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:00:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T05:00:18.787Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T05:00:28.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:00:28.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:01:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:01:18.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T05:01:18.784Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T05:01:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:01:18.788Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T05:01:18.788Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T05:01:28.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:01:28.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:02:18.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:02:18.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T05:02:18.783Z||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 LwqS7zOPVWJPpr9k) ... 2022-04-18T05:02:18.786Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-18T05:02:18.786Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-04-18T05:02:18.787Z|29140ad9-9460-4528-b4d1-c83b10eb1425|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 LwqS7zOPVWJPpr9k) ... 2022-04-18T05:02:28.332Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-18T05:02:28.334Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK