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-10-12T05:04:40.056Z||main|||||INFO|500||The following profiles are active: basic 2022-10-12T05:04:51.832Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-12T05:04:51.833Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-12T05:04:51.964Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-12T05:04:56.109Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-12T05:04:56.515Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-12T05:04:57.003Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-12T05:04:57.010Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-12T05:04:57.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-12T05:04:57.333Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-12T05:04:58.010Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-12T05:04:59.843Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-12T05:05:02.167Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-12T05:05:02.224Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-12T05:05:02.871Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-12T05:05:03.109Z||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-10-12T05:05:04.393Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-12T05:05:05.547Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-12T05:05:05.571Z||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$$6480366b.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-10-12T05:05:05.573Z||main|||||WARN|500||The sdc end point is not alive 2022-10-12T05:05:08.508Z||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-10-12T05:05:11.344Z||main|||||WARN|500||--- 2022-10-12T05:05:11.344Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-12T05:05:11.345Z||main|||||WARN|500||--- 2022-10-12T05:05:11.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-12T05:05:16.737Z||main|||||INFO|500||Started Application in 39.919 seconds (JVM running for 42.054) 2022-10-12T05:05:16.757Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-12T05:05:16.764Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-12T05:05:16.780Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-12T05:05:16.813Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-12T05:05:16.896Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc869931-4671-41a4-9daf-d5d8be7127e3 url= /sdc/v1/artifactTypes 2022-10-12T05:05:16.897Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-12T05:05:17.169Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-12T05:05:17.202Z||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-10-12T05:05:17.227Z||scheduling-1|||||DEBUG|500||create keys 2022-10-12T05:05:17.236Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-12T05:05:17.271Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:05:17.289Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c6986501-f752-459e-a3ef-3459cce7b932 url= /sdc/v1/registerForDistribution 2022-10-12T05:05:17.368Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c6986501-f752-459e-a3ef-3459cce7b932 url= /sdc/v1/registerForDistribution 2022-10-12T05:05:17.369Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-12T05:05:17.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:05:17.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:05:17.388Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-12T05:05:17.414Z||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-10-12T05:05:17.415Z||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-10-12T05:05:17.416Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:05:17.415Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:05:27.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:05:27.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:06:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:06:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:06:17.379Z||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-10-12T05:06:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:06:17.380Z||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-10-12T05:06:17.381Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:06:26.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:06:26.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:07:17.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:07:17.378Z||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-10-12T05:07:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:07:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:07:17.379Z||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-10-12T05:07:17.381Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:07:26.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:07:26.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:08:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:08:17.377Z||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-10-12T05:08:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:08:17.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:08:17.380Z||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-10-12T05:08:17.381Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:08:26.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:08:26.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:09:17.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:09:17.377Z||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-10-12T05:09:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:09:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:09:17.380Z||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-10-12T05:09:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:09:26.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:09:26.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:10:17.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:10:17.377Z||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-10-12T05:10:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:10:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:10:17.379Z||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-10-12T05:10:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:10:26.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:10:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:11:17.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:11:17.378Z||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-10-12T05:11:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:11:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:11:17.379Z||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-10-12T05:11:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:11:26.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:11:26.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:12:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:12:17.377Z||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-10-12T05:12:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:12:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:12:17.380Z||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-10-12T05:12:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:12:26.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:12:26.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:13:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:13:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:13:17.379Z||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-10-12T05:13:17.379Z||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-10-12T05:13:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:13:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:13:26.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:13:26.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:14:17.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:14:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:14:17.381Z||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-10-12T05:14:17.381Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:14:17.382Z||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-10-12T05:14:17.382Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:14:26.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:14:26.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:15:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:15:17.377Z||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-10-12T05:15:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:15:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:15:17.379Z||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-10-12T05:15:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:15:26.654Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-12T05:15:26.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:15:26.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:16:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:16:17.377Z||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-10-12T05:16:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:16:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:16:17.379Z||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-10-12T05:16:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:16:26.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:16:26.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:17:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:17:17.377Z||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-10-12T05:17:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:17:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:17:17.379Z||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-10-12T05:17:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:17:26.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:17:26.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:18:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:18:17.377Z||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-10-12T05:18:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:18:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:18:17.379Z||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-10-12T05:18:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:18:26.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:18:26.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:19:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:19:17.377Z||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-10-12T05:19:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:19:17.379Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:19:17.380Z||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-10-12T05:19:17.381Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:19:26.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:19:26.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:20:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:20:17.377Z||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-10-12T05:20:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:20:17.379Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:20:17.380Z||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-10-12T05:20:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:20:26.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:20:26.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:21:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:21:17.377Z||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-10-12T05:21:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:21:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:21:17.379Z||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-10-12T05:21:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:21:26.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:21:26.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:22:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:22:17.377Z||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-10-12T05:22:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:22:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:22:17.379Z||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-10-12T05:22:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:22:26.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:22:26.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:23:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:23:17.377Z||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-10-12T05:23:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:23:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:23:17.379Z||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-10-12T05:23:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:23:26.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:23:26.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:24:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:24:17.377Z||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-10-12T05:24:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:24:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:24:17.379Z||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-10-12T05:24:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:24:26.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:24:26.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:25:17.377Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:25:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:25:17.379Z||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-10-12T05:25:17.379Z||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-10-12T05:25:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:25:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:25:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:25:26.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:26:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:26:17.377Z||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-10-12T05:26:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:26:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:26:17.379Z||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-10-12T05:26:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:26:26.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:26:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:27:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:27:17.377Z||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-10-12T05:27:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:27:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:27:17.379Z||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-10-12T05:27:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:27:26.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:27:26.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:28:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:28:17.378Z||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-10-12T05:28:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:28:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:28:17.379Z||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-10-12T05:28:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:28:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:28:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:29:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:29:17.377Z||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-10-12T05:29:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:29:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:29:17.379Z||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-10-12T05:29:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:29:26.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:29:26.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:30:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:30:17.377Z||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-10-12T05:30:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:30:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:30:17.379Z||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-10-12T05:30:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:30:26.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:30:26.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:31:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:31:17.377Z||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-10-12T05:31:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:31:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:31:17.379Z||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-10-12T05:31:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:31:26.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:31:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:32:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:32:17.377Z||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-10-12T05:32:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:32:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:32:17.379Z||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-10-12T05:32:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:32:26.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:32:26.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:33:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:33:17.377Z||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-10-12T05:33:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:33:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:33:17.379Z||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-10-12T05:33:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:33:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:33:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:34:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:34:17.377Z||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-10-12T05:34:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:34:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:34:17.379Z||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-10-12T05:34:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:34:26.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:34:26.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:35:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:35:17.378Z||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-10-12T05:35:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:35:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:35:17.379Z||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-10-12T05:35:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:35:26.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:35:26.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:36:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:36:17.378Z||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-10-12T05:36:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:36:17.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:36:17.379Z||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-10-12T05:36:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:36:26.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:36:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:37:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:37:17.377Z||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-10-12T05:37:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:37:17.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:37:17.379Z||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-10-12T05:37:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:37:26.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:37:26.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:38:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:38:17.378Z||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-10-12T05:38:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:38:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:38:17.379Z||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-10-12T05:38:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:38:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:38:26.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:39:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:39:17.377Z||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-10-12T05:39:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:39:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:39:17.379Z||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-10-12T05:39:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:39:26.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:39:26.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:40:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:40:17.377Z||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-10-12T05:40:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:40:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:40:17.379Z||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-10-12T05:40:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:40:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:40:26.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:41:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:41:17.378Z||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-10-12T05:41:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:41:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:41:17.379Z||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-10-12T05:41:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:41:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:41:26.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:42:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:42:17.377Z||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-10-12T05:42:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:42:17.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:42:17.380Z||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-10-12T05:42:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:42:26.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:42:26.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:43:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:43:17.377Z||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-10-12T05:43:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:43:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:43:17.379Z||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-10-12T05:43:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:43:26.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:43:26.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:44:17.377Z||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-10-12T05:44:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:44:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:44:17.379Z||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-10-12T05:44:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:44:18.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:18.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:18.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7359cc3b-b11c-4a5e-ad30-457c54e35e7e","serviceName":"vFW 2022-10-12 05-42-47","serviceVersion":"1.0","serviceUUID":"89da7518-e5d3-4c71-a48b-117f095503aa","serviceDescription":"catalog service description","serviceInvariantUUID":"ec30a74c-86d3-4abe-b450-11bd14fc922e","resources":[{"resourceInstanceName":"vFW 17b376ee-3eb7 0","resourceName":"vFW 17b376ee-3eb7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5cf99b1-194c-4437-a4f7-64e5b94c6968","resourceInvariantUUID":"2b224451-0587-49cc-8883-e671d9abaa1a","resourceCustomizationUUID":"c3b2b020-c444-4366-b825-9fb0d6e45cf2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml","artifactChecksum":"MjhlNDY1Y2U4ZDRlNzhkNGZiNzQ2YzcxYzQ3NWUwYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5194766-11b2-41f3-acbd-156f7b4382bf","artifactVersion":"1"},{"artifactName":"vfw17b376ee3eb70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json","artifactChecksum":"NDdjODQ2MTNlMDAxMjc5MGE4OWUwNTljMDhjMTU5NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"950a08d2-75c6-48ca-b0e1-55e7bb765fb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"935831f2-d1f5-4be7-a8ad-ba526a220a77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml","artifactChecksum":"OTZlZDBkODg1MWQ4OTYyMWIyNjUzYjg2ZmE2YmEyYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50cd0001-ff7f-4420-b08c-e21c0d6c4364","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a40be215-8f72-4a5f-b81b-eb257754ad24","artifactVersion":"2","generatedFromUUID":"935831f2-d1f5-4be7-a8ad-ba526a220a77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221012054247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml","artifactChecksum":"NmNkZWQ0NTdlNjU2MGM4YjNjZjIwYjVkZGFkODU0Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17d146b9-503d-4c63-83ce-477c2572bdc6","artifactVersion":"1"},{"artifactName":"service-Vfw20221012054247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar","artifactChecksum":"NWVlMDYxZDM0OThiNzBkZjkzN2ZjOTkxNjI3NjYxMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938bb76b-ab4d-44b4-80fb-e207d2f85221","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T05:44:18.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:18.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.073Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:18.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553419857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:44:18.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553421197, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:44:18.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553432573, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:18.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553433426, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:18.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553426996, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:44:18.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOTIFIED" } 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553434824, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:18.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-12T05:44:18.090Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:18.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.091Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "cds", "timestamp": 1665553435845, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-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-10-12T05:44:18.190Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-10-12T05:44:18.195Z||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-10-12T05:44:18.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:18.209Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:18.211Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-12T05:44:18.274Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 2022-10-12T05:44:18.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 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-10-12T05:44:18.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "ves-openapi-manager", "timestamp": 1665553430055, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-12T05:44:18.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553436630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:44:18.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553437635, "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-10-12T05:44:18.334Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 2022-10-12T05:44:18.334Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 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-10-12T05:44:18.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553432473, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:44:18.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553440287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:18.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553441369, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:18.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553442442, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:18.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553443660, "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-10-12T05:44:18.358Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 2022-10-12T05:44:18.358Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 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-10-12T05:44:18.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "multicloud-k8s-id", "timestamp": 1665553444663, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "DEPLOY_OK" } 2022-10-12T05:44:18.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553445179, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:44:18.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:44:18.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "aai-ml", "timestamp": 1665553446185, "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-10-12T05:44:18.373Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 2022-10-12T05:44:18.373Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 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-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOTIFIED" } 2022-10-12T05:44:18.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:18.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:18.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:44:18.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553444994, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:44:18.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:44:19.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:19.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:19.105Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:19.105Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOTIFIED" } 2022-10-12T05:44:19.205Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:19.206Z||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-10-12T05:44:19.206Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:19.221Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:19.222Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:20.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:20.106Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:20.109Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:20.109Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-12T05:44:20.209Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:20.211Z||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-10-12T05:44:20.211Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:20.229Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:20.229Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:44:21.110Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:21.111Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:21.113Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:21.113Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:21.213Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:21.214Z||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-10-12T05:44:21.214Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:21.250Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:21.251Z||pool-6-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:22.114Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:22.115Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:22.117Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:22.117Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-12T05:44:22.218Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T05:44:22.219Z||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-10-12T05:44:22.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:22.230Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:22.231Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:44:23.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:23.119Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:23.122Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:23.122Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:44:23.222Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T05:44:23.224Z||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-10-12T05:44:23.224Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:23.235Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:23.236Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:24.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:44:24.124Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:24.126Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:24.127Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:44:24.227Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:24.228Z||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-10-12T05:44:24.228Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:24.242Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:24.242Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:25.128Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "serviceName": "vFW 2022-10-12 05-42-47", "serviceVersion": "1.0", "serviceUUID": "89da7518-e5d3-4c71-a48b-117f095503aa", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ec30a74c-86d3-4abe-b450-11bd14fc922e", "resources": [ { "resourceInstanceName": "vFW 17b376ee-3eb7 0", "resourceCustomizationUUID": "c3b2b020-c444-4366-b825-9fb0d6e45cf2", "resourceName": "vFW 17b376ee-3eb7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f5cf99b1-194c-4437-a4f7-64e5b94c6968", "resourceInvariantUUID": "2b224451-0587-49cc-8883-e671d9abaa1a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw17b376ee3eb70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "artifactChecksum": "NDdjODQ2MTNlMDAxMjc5MGE4OWUwNTljMDhjMTU5NGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "950a08d2-75c6-48ca-b0e1-55e7bb765fb6", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "935831f2-d1f5-4be7-a8ad-ba526a220a77", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a40be215-8f72-4a5f-b81b-eb257754ad24", "generatedFromUUID": "935831f2-d1f5-4be7-a8ad-ba526a220a77" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a40be215-8f72-4a5f-b81b-eb257754ad24", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221012054247-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "artifactChecksum": "NWVlMDYxZDM0OThiNzBkZjkzN2ZjOTkxNjI3NjYxMTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "938bb76b-ab4d-44b4-80fb-e207d2f85221" } ], "workloadContext": "Production" } 2022-10-12T05:44:25.130Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T05:44:25.130Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89da7518-e5d3-4c71-a48b-117f095503aa ASDC 2022-10-12T05:44:25.241Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7359cc3b-b11c-4a5e-ad30-457c54e35e7e ServiceName:vFW 2022-10-12 05-42-47 ServiceVersion:1.0 ServiceUUID:89da7518-e5d3-4c71-a48b-117f095503aa ServiceInvariantUUID:ec30a74c-86d3-4abe-b450-11bd14fc922e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221012054247-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar ArtifactUUID:938bb76b-ab4d-44b4-80fb-e207d2f85221 ArtifactChecksum:NWVlMDYxZDM0OThiNzBkZjkzN2ZjOTkxNjI3NjYxMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 17b376ee-3eb7 0 ResourceCustomizationUUID:c3b2b020-c444-4366-b825-9fb0d6e45cf2 ResourceInvariantUUID:2b224451-0587-49cc-8883-e671d9abaa1a ResourceName:vFW 17b376ee-3eb7 ResourceType:VF ResourceUUID:f5cf99b1-194c-4437-a4f7-64e5b94c6968 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw17b376ee3eb70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json ArtifactUUID:950a08d2-75c6-48ca-b0e1-55e7bb765fb6 ArtifactChecksum:NDdjODQ2MTNlMDAxMjc5MGE4OWUwNTljMDhjMTU5NGU= 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/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml ArtifactUUID:935831f2-d1f5-4be7-a8ad-ba526a220a77 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/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env ArtifactUUID:a40be215-8f72-4a5f-b81b-eb257754ad24 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/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env ArtifactUUID:a40be215-8f72-4a5f-b81b-eb257754ad24 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-12T05:44:25.241Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89da7518-e5d3-4c71-a48b-117f095503aa 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-10-12T05:44:25.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T05:44:25.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:44:25.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:44:25.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 938bb76b-ab4d-44b4-80fb-e207d2f85221 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:25.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:44:25.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:25.383Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:44:25.404Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar 938bb76b-ab4d-44b4-80fb-e207d2f85221 100648 2022-10-12T05:44:25.405Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar ASDC sendASDCNotification 2022-10-12T05:44:25.406Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:25.407Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:44:25.408Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:25.410Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:25.410Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553465404, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:25.510Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:25.511Z||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-10-12T05:44:25.512Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:25.525Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:25.525Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:26.411Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T05:44:26.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:44:26.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 938bb76b-ab4d-44b4-80fb-e207d2f85221, URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar to file: /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:26.413Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221012054247-csar.csar 2022-10-12T05:44:26.551Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:26.551Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:27.258Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15871370647508286345/Definitions/service-Vfw20221012054247-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-10-12T05:44:30.257Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 17b376ee-3eb7 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||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-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:30.266Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T05:44:30.272Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.274Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.278Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:30.278Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T05:44:30.280Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T05:44:30.282Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.282Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.282Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:30.283Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T05:44:30.283Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T05:44:30.283Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.284Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T05:44:30.292Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:30.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:30.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:30.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:30.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=50822c6c-7093-4cf8-bf6a-698ac50e7180 2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=751015a7-5781-43f6-bd6f-385dea8b65a0 2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=643dc216-24f7-4a04-8362-9c0b5b967c4f 2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-12 05-42-47 Description:catalog service description Model UUID:89da7518-e5d3-4c71-a48b-117f095503aa Model Version:NULL Model InvariantUuid:ec30a74c-86d3-4abe-b450-11bd14fc922e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 17b376ee-3eb7 Model UUID:fb5188ee-a5c3-4e30-ac14-f9d0ef912f1f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2b224451-0587-49cc-8883-e671d9abaa1a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3b2b020-c444-4366-b825-9fb0d6e45cf2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7b839bae-026e-4bd2-8a5b-d7e25ad0b541 ModelName:Vfw17b376ee3eb7..base_vfw..module-0 ModelUuid:395dabcf-4aba-4aba-96cc-84ed5b536148 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:50822c6c-7093-4cf8-bf6a-698ac50e7180 ModelInvariantUuid:ee305bd0-6771-4673-bb3b-a9338073ee13 ModelName:vFW 17b376ee-3eb7-nodes.vfwCvfc ModelUuid:6881d721-b04e-4884-ad84-2eec50e4b7bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:93dd5ced-34e4-43b2-ad9f-38e14aca801c ModelInvariantUuid:e5235caf-5f89-48de-a2bf-9af9e0abb642 ModelName:Vfw17b376ee3eb7.compute.nodes.heat.vfw ModelUuid:56d4f9ac-ca5b-4738-8b99-00cd495358ae ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:751015a7-5781-43f6-bd6f-385dea8b65a0 ModelInvariantUuid:5f5b51f3-9a30-485f-9ee2-0eab1f9bc3ff ModelName:vFW 17b376ee-3eb7-nodes.vsnCvfc ModelUuid:e78c9279-1550-44de-9430-2c9642a2d34d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a09b96a7-8eaf-4ba3-9ddb-10a6efefcee2 ModelInvariantUuid:41927aab-6bb0-46a2-9577-24cc475f72c1 ModelName:Vfw17b376ee3eb7.compute.nodes.heat.vsn ModelUuid:0458ffb9-2fad-4a62-93cc-334a247717f7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:643dc216-24f7-4a04-8362-9c0b5b967c4f ModelInvariantUuid:934e9421-b526-4b41-a054-43934197f2db ModelName:vFW 17b376ee-3eb7-nodes.vpgCvfc ModelUuid:fb91bff2-728a-4565-b505-584ce8d25d46 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3b0a9b89-0d95-4356-b687-70b1761144b6 ModelInvariantUuid:bc83c37d-c7e9-4e43-a2cb-cd238b874ce5 ModelName:Vfw17b376ee3eb7.compute.nodes.heat.vpg ModelUuid:2ff42e2d-0f8a-4166-a3f5-9bf5f3d8ecdc 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-10-12T05:44:30.317Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5cf99b1-194c-4437-a4f7-64e5b94c6968 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-10-12T05:44:30.404Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||vFW 17b376ee-3eb7 0 2022-10-12T05:44:30.411Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5cf99b1-194c-4437-a4f7-64e5b94c6968 2022-10-12T05:44:30.411Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 950a08d2-75c6-48ca-b0e1-55e7bb765fb6 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json 2022-10-12T05:44:30.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:44:30.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json 2022-10-12T05:44:30.459Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json 950a08d2-75c6-48ca-b0e1-55e7bb765fb6 785 2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json ASDC sendASDCNotification 2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json 2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:44:30.461Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:30.464Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:30.464Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553470460, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:30.564Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:30.565Z||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-10-12T05:44:30.565Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:30.576Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:30.577Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:44:31.465Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw17b376ee3eb7..base_vfw..module-0", "vfModuleModelInvariantUUID": "7b839bae-026e-4bd2-8a5b-d7e25ad0b541", "vfModuleModelVersion": "1", "vfModuleModelUUID": "395dabcf-4aba-4aba-96cc-84ed5b536148", "vfModuleModelCustomizationUUID": "1672c353-2bdf-4dfb-ad87-32207bc0837c", "isBase": true, "artifacts": [ "935831f2-d1f5-4be7-a8ad-ba526a220a77", "a40be215-8f72-4a5f-b81b-eb257754ad24" ], "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-10-12T05:44:31.480Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw17b376ee3eb7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:395dabcf-4aba-4aba-96cc-84ed5b536148 VfModuleModelInvariantUUID:7b839bae-026e-4bd2-8a5b-d7e25ad0b541 VfModuleModelDescription:NULL Artifacts UUID List:{ 935831f2-d1f5-4be7-a8ad-ba526a220a77 , a40be215-8f72-4a5f-b81b-eb257754ad24 } 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-10-12T05:44:31.483Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw17b376ee3eb7..base_vfw..module-0", "vfModuleModelInvariantUUID": "7b839bae-026e-4bd2-8a5b-d7e25ad0b541", "vfModuleModelVersion": "1", "vfModuleModelUUID": "395dabcf-4aba-4aba-96cc-84ed5b536148", "vfModuleModelCustomizationUUID": "1672c353-2bdf-4dfb-ad87-32207bc0837c", "isBase": true, "artifacts": [ "935831f2-d1f5-4be7-a8ad-ba526a220a77", "a40be215-8f72-4a5f-b81b-eb257754ad24" ], "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-10-12T05:44:31.483Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw17b376ee3eb7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:395dabcf-4aba-4aba-96cc-84ed5b536148 VfModuleModelInvariantUUID:7b839bae-026e-4bd2-8a5b-d7e25ad0b541 VfModuleModelDescription:NULL Artifacts UUID List:{ 935831f2-d1f5-4be7-a8ad-ba526a220a77 , a40be215-8f72-4a5f-b81b-eb257754ad24 } 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-10-12T05:44:31.484Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 935831f2-d1f5-4be7-a8ad-ba526a220a77 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml 2022-10-12T05:44:31.484Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:44:31.484Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml 2022-10-12T05:44:31.533Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml 935831f2-d1f5-4be7-a8ad-ba526a220a77 20368 2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml 2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:44:31.536Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:31.538Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:31.538Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553471535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:31.638Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:31.639Z||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-10-12T05:44:31.639Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:31.651Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:31.652Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:32.539Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a40be215-8f72-4a5f-b81b-eb257754ad24 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env 2022-10-12T05:44:32.539Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:44:32.540Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env 2022-10-12T05:44:32.585Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:44:32.585Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env a40be215-8f72-4a5f-b81b-eb257754ad24 2098 2022-10-12T05:44:32.586Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-12T05:44:32.586Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env 2022-10-12T05:44:32.586Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:44:32.587Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:32.589Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:32.590Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553472586, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-12T05:44:32.690Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:32.691Z||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-10-12T05:44:32.691Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:32.708Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:32.708Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:33.590Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89da7518-e5d3-4c71-a48b-117f095503aa 2022-10-12T05:44:33.591Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 17b376ee-3eb7 0 f5cf99b1-194c-4437-a4f7-64e5b94c6968 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-10-12T05:44:33.625Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79a5f25a, org.onap.sdc.toscaparser.api.parameters.Input@528ca1cd, org.onap.sdc.toscaparser.api.parameters.Input@5088669d, org.onap.sdc.toscaparser.api.parameters.Input@521efa3c, org.onap.sdc.toscaparser.api.parameters.Input@47fe507] 2022-10-12T05:44:33.629Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.629Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.630Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-12T05:44:33.630Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c3b2b020-c444-4366-b825-9fb0d6e45cf2 2022-10-12T05:44:33.630Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3b2b020-c444-4366-b825-9fb0d6e45cf2 matches Tosca VF Customization UUID: c3b2b020-c444-4366-b825-9fb0d6e45cf2 2022-10-12T05:44:33.631Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c3b2b020-c444-4366-b825-9fb0d6e45cf2 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-10-12T05:44:33.638Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.638Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.640Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c3b2b020-c444-4366-b825-9fb0d6e45cf2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-12T05:44:33.641Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b342d80 2022-10-12T05:44:33.641Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.641Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T05:44:33.642Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1672c353-2bdf-4dfb-ad87-32207bc0837c 2022-10-12T05:44:33.644Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1672c353-2bdf-4dfb-ad87-32207bc0837c 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-10-12T05:44:33.653Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.653Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:33.654Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:33.655Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.655Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:33.656Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:33.656Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.656Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:33.657Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:33.657Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-12T05:44:33.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:33.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-12T05:44:33.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-12T05:44:33.659Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.659Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:33.659Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-12T05:44:33.660Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:33.660Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-12T05:44:33.660Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.661Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=50822c6c-7093-4cf8-bf6a-698ac50e7180 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-10-12T05:44:33.671Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.671Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:33.672Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:33.672Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.672Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:33.673Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:33.673Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-12T05:44:33.673Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.674Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:33.674Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.675Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-12T05:44:33.675Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:33.675Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-12T05:44:33.676Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-12T05:44:33.676Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:33.676Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-12T05:44:33.677Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.677Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=751015a7-5781-43f6-bd6f-385dea8b65a0 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-10-12T05:44:33.680Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.680Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:33.680Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:33.683Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.683Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria 2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=643dc216-24f7-4a04-8362-9c0b5b967c4f 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-10-12T05:44:33.688Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria 2022-10-12T05:44:33.690Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=c3b2b020-c444-4366-b825-9fb0d6e45cf2 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-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89da7518-e5d3-4c71-a48b-117f095503aa: vFW 17b376ee-3eb7 2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:44:33.695Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:44:33.695Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-12 05-42-47 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-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 17b376ee-3eb7 f5cf99b1-194c-4437-a4f7-64e5b94c6968 1 ASDC deployResourceStructure 2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json ASDC sendASDCNotification 2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json 2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:44:33.926Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:33.927Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:33.928Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553473925, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "DEPLOY_OK" } 2022-10-12T05:44:34.028Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:34.029Z||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-10-12T05:44:34.029Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:34.040Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:34.040Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:34.929Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-12T05:44:34.929Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml 2022-10-12T05:44:34.929Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:44:34.930Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:34.932Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:34.932Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553474928, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-12T05:44:35.032Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:35.033Z||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-10-12T05:44:35.033Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:35.044Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:35.044Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env 2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:35.935Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:35.935Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553475933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-12T05:44:36.035Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:36.036Z||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-10-12T05:44:36.036Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:36.048Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:36.049Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:36.936Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar ASDC sendASDCNotification 2022-10-12T05:44:36.937Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar 2022-10-12T05:44:36.937Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:44:36.937Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:44:36.939Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:44:36.939Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553476936, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:44:37.039Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:44:37.040Z||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-10-12T05:44:37.040Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:44:37.052Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:44:37.053Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:44:37.940Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:44:37.963Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T05:44:37.972Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T05:45:07.972Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 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-10-12T05:45:07.984Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and serviceModelVersionId: 89da7518-e5d3-4c71-a48b-117f095503aa 2022-10-12T05:45:07.984Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec30a74c-86d3-4abe-b450-11bd14fc922e 2022-10-12T05:45:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:45:17.379Z||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-10-12T05:45:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:45:17.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:17.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:45:17.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:45:17.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:45:22.724Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0 2022-10-12T05:45:22.832Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T05:45:23.347Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|INFO|500||Invoke 2022-10-12T05:45:23.354Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7359cc3b-b11c-4a5e-ad30-457c54e35e7e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73f16922-67b8-43ef-b79d-4cc9ae7c50b4], X-ECOMP-RequestID=[7359cc3b-b11c-4a5e-ad30-457c54e35e7e], X-TransactionId=[], X-ONAP-RequestID=[7359cc3b-b11c-4a5e-ad30-457c54e35e7e], Content-Type=[application/merge-patch+json]} 2022-10-12T05:45:23.490Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T05:45:23.651Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?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/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221012-05:45:23:358-73378], vertex-id=[323776], Content-Length=[0], Date=[Wed, 12 Oct 2022 05:45:23 GMT], Content-Type=[application/json]} 2022-10-12T05:45:23.653Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T05:45:23.654Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|INFO|500||InvokeReturn 2022-10-12T05:45:23.657Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T05:45:23.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T05:45:23.665Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T05:45:23.666Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T05:45:23.667Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T05:45:23.667Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:23.669Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:23.670Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553523666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T05:45:23.770Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T05:45:23.771Z||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-10-12T05:45:23.771Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:23.783Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:23.784Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T05:45:24.683Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:45:24.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|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-10-12T05:45:24.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:45:25.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:25.309Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-12T05:45:25.309Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"36268465-a08a-42d4-a69e-75efd9ed82c9","serviceName":"basic_onboard_hzyxcZ","serviceVersion":"1.0","serviceUUID":"2b8a39ed-f6c2-4b45-af6d-cb5f370bca03","serviceDescription":"service","serviceInvariantUUID":"392f3f94-8e23-4f20-b9f8-e0e78953185c","resources":[{"resourceInstanceName":"basic_onboard_hzyxcZ 0","resourceName":"basic_onboard_hzyxcZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aed4c17e-8392-46f5-b8c9-729d348f75f9","resourceInvariantUUID":"0cc15ec6-7c83-4e45-85eb-be4f3245500a","resourceCustomizationUUID":"93d31659-a7a7-4c16-98fb-6bdef419cf97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml","artifactChecksum":"NWYyY2E0NTRmYWIyODM3NDBiNjBjMDU0ZjdjZTg4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a783a0db-9fe8-42a2-86ae-c2bbb0776147","artifactVersion":"1"},{"artifactName":"basic_onboard_hzyxcz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json","artifactChecksum":"MjM5YTJkOTdmNDA3ZjRmZjM5NGRiNjIxMGJjMzZhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50e5b132-a74d-491a-a9b2-7c74771994af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2419f4bd-12a7-4b67-9b48-c7093ca68eff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a89bf3a9-abec-4d9f-a8f8-9a64c490bc1b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"41f4905d-4251-4adb-99b1-4ebbec2fd18d","artifactVersion":"2","generatedFromUUID":"2419f4bd-12a7-4b67-9b48-c7093ca68eff"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHzyxcz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml","artifactChecksum":"OTFjODcwYjA3YjcwOTc3NjcwMDc0MzZkZWE2Y2Q2MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b2f2144-ffd9-445b-812b-f47ca6d66d51","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHzyxcz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar","artifactChecksum":"MDQ5MjlkOWY5NWM2OGZkOWRmNGIwZWZhYTExZjliNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa52e249-c9d2-45e6-9a11-cdb194eaad7e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T05:45:25.312Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:25.313Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:25.315Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:25.315Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:45:25.416Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:25.417Z||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-10-12T05:45:25.417Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:25.428Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:25.428Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:45:26.316Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:26.317Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:26.319Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:26.319Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOTIFIED" } 2022-10-12T05:45:26.419Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:26.420Z||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-10-12T05:45:26.420Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:26.431Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:26.432Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:27.319Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:27.320Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:27.322Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:27.322Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-12T05:45:27.422Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:27.424Z||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-10-12T05:45:27.424Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:27.435Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:27.436Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:28.323Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:28.324Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:28.326Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:28.327Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:45:28.427Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:28.428Z||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-10-12T05:45:28.428Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:28.439Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:28.440Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:45:29.330Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:29.331Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:29.333Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:29.333Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-12T05:45:29.433Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:29.435Z||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-10-12T05:45:29.435Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:29.474Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:29.474Z||pool-23-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:30.334Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:30.335Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:30.336Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:30.337Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:45:30.438Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:30.440Z||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-10-12T05:45:30.440Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:30.458Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:30.458Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:31.337Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:45:31.338Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:31.341Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:31.341Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:45:31.441Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:31.442Z||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-10-12T05:45:31.442Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:31.453Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:31.454Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:32.343Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "serviceName": "basic_onboard_hzyxcZ", "serviceVersion": "1.0", "serviceUUID": "2b8a39ed-f6c2-4b45-af6d-cb5f370bca03", "serviceDescription": "service", "serviceInvariantUUID": "392f3f94-8e23-4f20-b9f8-e0e78953185c", "resources": [ { "resourceInstanceName": "basic_onboard_hzyxcZ 0", "resourceCustomizationUUID": "93d31659-a7a7-4c16-98fb-6bdef419cf97", "resourceName": "basic_onboard_hzyxcZ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "aed4c17e-8392-46f5-b8c9-729d348f75f9", "resourceInvariantUUID": "0cc15ec6-7c83-4e45-85eb-be4f3245500a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hzyxcz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "artifactChecksum": "MjM5YTJkOTdmNDA3ZjRmZjM5NGRiNjIxMGJjMzZhZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50e5b132-a74d-491a-a9b2-7c74771994af", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2419f4bd-12a7-4b67-9b48-c7093ca68eff", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "41f4905d-4251-4adb-99b1-4ebbec2fd18d", "generatedFromUUID": "2419f4bd-12a7-4b67-9b48-c7093ca68eff" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "41f4905d-4251-4adb-99b1-4ebbec2fd18d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHzyxcz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "artifactChecksum": "MDQ5MjlkOWY5NWM2OGZkOWRmNGIwZWZhYTExZjliNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa52e249-c9d2-45e6-9a11-cdb194eaad7e" } ], "workloadContext": "Production" } 2022-10-12T05:45:32.344Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T05:45:32.344Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 ASDC 2022-10-12T05:45:32.345Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:36268465-a08a-42d4-a69e-75efd9ed82c9 ServiceName:basic_onboard_hzyxcZ ServiceVersion:1.0 ServiceUUID:2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 ServiceInvariantUUID:392f3f94-8e23-4f20-b9f8-e0e78953185c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHzyxcz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar ArtifactUUID:aa52e249-c9d2-45e6-9a11-cdb194eaad7e ArtifactChecksum:MDQ5MjlkOWY5NWM2OGZkOWRmNGIwZWZhYTExZjliNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_hzyxcZ 0 ResourceCustomizationUUID:93d31659-a7a7-4c16-98fb-6bdef419cf97 ResourceInvariantUUID:0cc15ec6-7c83-4e45-85eb-be4f3245500a ResourceName:basic_onboard_hzyxcZ ResourceType:VF ResourceUUID:aed4c17e-8392-46f5-b8c9-729d348f75f9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hzyxcz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json ArtifactUUID:50e5b132-a74d-491a-a9b2-7c74771994af ArtifactChecksum:MjM5YTJkOTdmNDA3ZjRmZjM5NGRiNjIxMGJjMzZhZmY= 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/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml ArtifactUUID:2419f4bd-12a7-4b67-9b48-c7093ca68eff 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/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env ArtifactUUID:41f4905d-4251-4adb-99b1-4ebbec2fd18d 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/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env ArtifactUUID:41f4905d-4251-4adb-99b1-4ebbec2fd18d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-12T05:45:32.345Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 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-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa52e249-c9d2-45e6-9a11-cdb194eaad7e from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:45:32.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:32.452Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:45:32.455Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar aa52e249-c9d2-45e6-9a11-cdb194eaad7e 75300 2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar ASDC sendASDCNotification 2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:32.458Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:32.458Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553532455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:45:32.558Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T05:45:32.560Z||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-10-12T05:45:32.560Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:32.572Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:32.573Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:33.459Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T05:45:33.460Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:45:33.460Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aa52e249-c9d2-45e6-9a11-cdb194eaad7e, URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar to file: /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:33.461Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:33.461Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:33.461Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:33.593Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9953508385295125690/Definitions/service-BasicOnboardHzyxcz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-10-12T05:45:34.778Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T05:45:34.778Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hzyxcZ 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||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-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is not matching search criteria 2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is not matching search criteria 2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=04aa4fc3-e17d-4183-832e-89def72f8f0d 2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_hzyxcZ Description:service Model UUID:2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 Model Version:NULL Model InvariantUuid:392f3f94-8e23-4f20-b9f8-e0e78953185c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_hzyxcZ Model UUID:ce6d7e67-3222-44de-baf3-2e21949db282 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0cc15ec6-7c83-4e45-85eb-be4f3245500a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:93d31659-a7a7-4c16-98fb-6bdef419cf97 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ba43edf-9762-42b0-9a7e-d7f673ff01d0 ModelName:BasicOnboardHzyxcz..base_ubuntu18..module-0 ModelUuid:9a70fb0b-705a-4683-a8c4-7ac064ffe545 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:04aa4fc3-e17d-4183-832e-89def72f8f0d ModelInvariantUuid:5de7ad16-4f29-4e54-9b0b-7c2ae133aaaa ModelName:basic_onboard_hzyxcZ-nodes.ubuntu18Cvfc ModelUuid:c88e8b0c-7573-4bcc-8718-f6b7f115984c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ebe66d8d-5097-4ca4-8163-6a871089c448 ModelInvariantUuid:8078872d-ac03-4e5a-b652-f28f9518036b ModelName:BasicOnboardHzyxcz.compute.nodes.heat.ubuntu18 ModelUuid:c18f4bab-5f54-4448-81fa-a8eb4316d723 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-10-12T05:45:34.796Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: aed4c17e-8392-46f5-b8c9-729d348f75f9 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-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||basic_onboard_hzyxcZ 0 2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aed4c17e-8392-46f5-b8c9-729d348f75f9 2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50e5b132-a74d-491a-a9b2-7c74771994af from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json 2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json 2022-10-12T05:45:34.856Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json 50e5b132-a74d-491a-a9b2-7c74771994af 798 2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json ASDC sendASDCNotification 2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json 2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:34.859Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:34.859Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553534857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T05:45:34.959Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:34.960Z||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-10-12T05:45:34.961Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:34.972Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:34.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:45:35.860Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHzyxcz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9ba43edf-9762-42b0-9a7e-d7f673ff01d0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a70fb0b-705a-4683-a8c4-7ac064ffe545", "vfModuleModelCustomizationUUID": "7fdd0ba5-3363-4618-9796-79a2e8730601", "isBase": true, "artifacts": [ "2419f4bd-12a7-4b67-9b48-c7093ca68eff", "41f4905d-4251-4adb-99b1-4ebbec2fd18d" ], "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-10-12T05:45:35.865Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHzyxcz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a70fb0b-705a-4683-a8c4-7ac064ffe545 VfModuleModelInvariantUUID:9ba43edf-9762-42b0-9a7e-d7f673ff01d0 VfModuleModelDescription:NULL Artifacts UUID List:{ 2419f4bd-12a7-4b67-9b48-c7093ca68eff , 41f4905d-4251-4adb-99b1-4ebbec2fd18d } 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-10-12T05:45:35.867Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHzyxcz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9ba43edf-9762-42b0-9a7e-d7f673ff01d0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a70fb0b-705a-4683-a8c4-7ac064ffe545", "vfModuleModelCustomizationUUID": "7fdd0ba5-3363-4618-9796-79a2e8730601", "isBase": true, "artifacts": [ "2419f4bd-12a7-4b67-9b48-c7093ca68eff", "41f4905d-4251-4adb-99b1-4ebbec2fd18d" ], "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-10-12T05:45:35.867Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHzyxcz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a70fb0b-705a-4683-a8c4-7ac064ffe545 VfModuleModelInvariantUUID:9ba43edf-9762-42b0-9a7e-d7f673ff01d0 VfModuleModelDescription:NULL Artifacts UUID List:{ 2419f4bd-12a7-4b67-9b48-c7093ca68eff , 41f4905d-4251-4adb-99b1-4ebbec2fd18d } 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-10-12T05:45:35.867Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2419f4bd-12a7-4b67-9b48-c7093ca68eff from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml 2022-10-12T05:45:35.868Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:45:35.868Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml 2022-10-12T05:45:35.918Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:45:35.918Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml 2419f4bd-12a7-4b67-9b48-c7093ca68eff 5033 2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml 2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:35.921Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:35.921Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553535919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T05:45:36.021Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:36.022Z||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-10-12T05:45:36.022Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:36.037Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:36.038Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:36.922Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41f4905d-4251-4adb-99b1-4ebbec2fd18d from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env 2022-10-12T05:45:36.922Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:45:36.923Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env 2022-10-12T05:45:36.968Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:45:36.968Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env 41f4905d-4251-4adb-99b1-4ebbec2fd18d 909 2022-10-12T05:45:36.968Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-12T05:45:36.969Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env 2022-10-12T05:45:36.969Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:45:36.969Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:36.971Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:36.971Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553536968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-12T05:45:37.071Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:37.072Z||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-10-12T05:45:37.072Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:37.107Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:37.108Z||pool-29-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:37.971Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 2022-10-12T05:45:37.972Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hzyxcZ 0 aed4c17e-8392-46f5-b8c9-729d348f75f9 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-10-12T05:45:37.987Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ecc434e, org.onap.sdc.toscaparser.api.parameters.Input@3bb54ae7, org.onap.sdc.toscaparser.api.parameters.Input@4afb06f, org.onap.sdc.toscaparser.api.parameters.Input@500311c4, org.onap.sdc.toscaparser.api.parameters.Input@c89feb9] 2022-10-12T05:45:37.989Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:37.989Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:37.989Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-12T05:45:37.990Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 93d31659-a7a7-4c16-98fb-6bdef419cf97 2022-10-12T05:45:37.990Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93d31659-a7a7-4c16-98fb-6bdef419cf97 matches Tosca VF Customization UUID: 93d31659-a7a7-4c16-98fb-6bdef419cf97 2022-10-12T05:45:37.990Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 93d31659-a7a7-4c16-98fb-6bdef419cf97 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-10-12T05:45:37.992Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:37.993Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:37.993Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 93d31659-a7a7-4c16-98fb-6bdef419cf97: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-12T05:45:37.993Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cea28d5 2022-10-12T05:45:37.994Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:37.994Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T05:45:37.994Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fdd0ba5-3363-4618-9796-79a2e8730601 2022-10-12T05:45:37.995Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fdd0ba5-3363-4618-9796-79a2e8730601 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-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is not matching search criteria 2022-10-12T05:45:37.999Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-12T05:45:37.999Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-12T05:45:37.999Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=04aa4fc3-e17d-4183-832e-89def72f8f0d 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-10-12T05:45:38.001Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.002Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:38.002Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T05:45:38.002Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.003Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria 2022-10-12T05:45:38.003Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=93d31659-a7a7-4c16-98fb-6bdef419cf97 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-10-12T05:45:38.004Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.005Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:38.005Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03: basic_onboard_hzyxcZ 2022-10-12T05:45:38.005Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.006Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:38.006Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.006Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:38.008Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:45:38.008Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:45:38.008Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_hzyxcZ 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-10-12T05:45:38.090Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hzyxcZ aed4c17e-8392-46f5-b8c9-729d348f75f9 1 ASDC deployResourceStructure 2022-10-12T05:45:38.091Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json ASDC sendASDCNotification 2022-10-12T05:45:38.091Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json 2022-10-12T05:45:38.091Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:45:38.092Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:38.094Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:38.094Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553538091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T05:45:38.195Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:38.195Z||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-10-12T05:45:38.196Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:38.207Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:38.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml 2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:39.098Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:39.098Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553539095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-12T05:45:39.199Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:39.200Z||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-10-12T05:45:39.200Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:39.211Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:39.212Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:40.099Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-12T05:45:40.100Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env 2022-10-12T05:45:40.100Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:45:40.100Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:40.102Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:40.102Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553540099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-12T05:45:40.203Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-12T05:45:40.204Z||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-10-12T05:45:40.204Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:40.219Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:40.219Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:41.103Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar ASDC sendASDCNotification 2022-10-12T05:45:41.103Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar 2022-10-12T05:45:41.104Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:45:41.104Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:45:41.106Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:45:41.106Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553541103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:45:41.206Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:45:41.207Z||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-10-12T05:45:41.207Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:45:41.220Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:45:41.221Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:45:42.107Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:45:42.120Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:45:42.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:45:42.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T05:45:42.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T05:46:12.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:46:12.137Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:46:12.139Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:46:12.139Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T05:46:12.139Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T05:46:17.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:46:17.380Z||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-10-12T05:46:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:46:17.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:46:17.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "NOTIFIED" } 2022-10-12T05:46:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-12T05:46:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553461903, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553463910, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553457376, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:46:17.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "clamp", "timestamp": 1665553464914, "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-10-12T05:46:17.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 2022-10-12T05:46:17.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e 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-10-12T05:46:17.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553465404, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553456995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553470873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553470460, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "cds", "timestamp": 1665553471879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-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-10-12T05:46:17.449Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9 2022-10-12T05:46:17.449Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 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-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553471535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553472586, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOTIFIED" } 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553473925, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553474928, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553475933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "ves-openapi-manager", "timestamp": 1665553470055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOTIFIED" } 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553476936, "artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553472473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553480217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553481277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553482326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553474994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553483362, "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-10-12T05:46:17.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9 2022-10-12T05:46:17.477Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 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-10-12T05:46:17.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "multicloud-k8s-id", "timestamp": 1665553484366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553485895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553479857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553481197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553487633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553488932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553488897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553489746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "clamp", "timestamp": 1665553489901, "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-10-12T05:46:17.497Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9 2022-10-12T05:46:17.497Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 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-10-12T05:46:17.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665553490748, "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-10-12T05:46:17.513Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9 2022-10-12T05:46:17.513Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 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-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553494275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:46:17.522Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "aai-ml", "timestamp": 1665553495281, "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-10-12T05:46:17.527Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9 2022-10-12T05:46:17.528Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 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-10-12T05:46:42.140Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:46:42.154Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T05:46:42.164Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T05:47:12.164Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 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-10-12T05:47:12.172Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 and serviceModelVersionId: 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 2022-10-12T05:47:12.172Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 392f3f94-8e23-4f20-b9f8-e0e78953185c 2022-10-12T05:47:12.174Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0 2022-10-12T05:47:12.180Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T05:47:12.244Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|INFO|500||Invoke 2022-10-12T05:47:12.244Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36268465-a08a-42d4-a69e-75efd9ed82c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09a6f3c4-610e-48ba-bc4d-db776db5f93a], X-ECOMP-RequestID=[36268465-a08a-42d4-a69e-75efd9ed82c9], X-TransactionId=[], X-ONAP-RequestID=[36268465-a08a-42d4-a69e-75efd9ed82c9], Content-Type=[application/merge-patch+json]} 2022-10-12T05:47:12.275Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T05:47:12.395Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?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/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221012-05:47:12:142-33457], vertex-id=[336064], Content-Length=[0], Date=[Wed, 12 Oct 2022 05:47:12 GMT], Content-Type=[application/json]} 2022-10-12T05:47:12.396Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T05:47:12.396Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|INFO|500||InvokeReturn 2022-10-12T05:47:12.397Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T05:47:12.397Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T05:47:12.401Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T05:47:12.402Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36268465-a08a-42d4-a69e-75efd9ed82c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T05:47:12.402Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T05:47:12.402Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:47:12.405Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:47:12.405Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553632402, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T05:47:12.505Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:47:12.506Z||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-10-12T05:47:12.506Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:47:12.521Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:47:12.522Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T05:47:13.418Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:47:13.419Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:47:13.419Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:47:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:47:17.379Z||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-10-12T05:47:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:47:17.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:47:17.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553523666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T05:47:17.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:47:17.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "NOTIFIED" } 2022-10-12T05:47:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-12T05:47:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T05:47:17.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-12T05:47:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:47:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553524683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:47:17.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553532455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:47:17.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553534857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T05:47:17.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553535919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T05:47:17.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553536968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-12T05:47:17.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553538091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T05:47:17.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553539095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-12T05:47:17.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553540099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-12T05:47:17.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:17.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T05:47:17.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553541103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:47:17.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:47:22.972Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:47:22.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:47:22.974Z||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-10-12T05:47:22.974Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:47:32.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:48:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:48:17.377Z||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-10-12T05:48:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:48:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:48:17.378Z||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-10-12T05:48:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:48:17.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:48:17.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T05:48:17.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665553632402, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T05:48:17.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T05:48:26.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:49:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:49:17.377Z||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-10-12T05:49:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:49:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:49:17.379Z||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-10-12T05:49:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:49:26.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:49:26.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:50:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:50:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:50:17.378Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:50:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:50:17.379Z||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-10-12T05:50:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:50:26.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:50:26.946Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:51:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:51:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:51:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:51:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:51:17.379Z||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-10-12T05:51:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:51:26.941Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:51:26.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:52:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:52:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:52:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:52:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:52:17.379Z||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-10-12T05:52:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:52:26.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:52:26.942Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:53:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:53:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:53:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:53:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:53:17.379Z||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-10-12T05:53:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:53:26.932Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:53:26.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:54:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:54:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:54:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:54:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:54:17.379Z||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-10-12T05:54:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:54:26.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:54:26.933Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:55:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:55:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:55:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:55:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:55:17.379Z||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-10-12T05:55:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:55:26.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:55:26.925Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:56:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:56:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:56:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:56:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:56:17.379Z||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-10-12T05:56:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:56:26.932Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:56:26.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:57:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:57:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:57:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:57:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:57:17.379Z||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-10-12T05:57:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:57:26.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:57:26.932Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:58:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:58:17.379Z||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-10-12T05:58:17.379Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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-10-12T05:58:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:58:17.379Z|36268465-a08a-42d4-a69e-75efd9ed82c9|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 Wez1UUG4JalfOCan) ... 2022-10-12T05:58:19.930Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:19.931Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-12T05:58:19.931Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"735686bf-33f7-4a05-94b2-0563fd0b74a9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff","serviceDescription":"service","serviceInvariantUUID":"7b3c4f78-b712-4b1a-8ce1-f2117d68e44c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a5968c92-d1a8-42a0-aca1-4d11711a8d41","resourceInvariantUUID":"42260b7d-8e04-40e0-ac76-1d598b2a7fdb","resourceCustomizationUUID":"4b69f934-6251-4093-a393-9a14f6319aae","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":"YmY2YTNlZDM1MDQxYzRkOGFjMWM3NmEyM2Q3YWQyYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4213864f-2261-438d-9921-73ba05b6a35c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQxNGY3YTgyNWM2MmY4ZjI0OWRhOWM5YmRmZjlhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91f7d32d-5672-4db9-a193-bf05f6bee7a7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T05:58:19.937Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:58:19.937Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:58:19.940Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:58:19.940Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554297376, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:58:20.040Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T05:58:20.042Z||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-10-12T05:58:20.042Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:58:20.058Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:20.058Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1} 2022-10-12T05:58:20.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:20.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T05:58:20.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554297376, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:58:20.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554289857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:58:20.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "aai-ml", "timestamp": 1665554291203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:58:20.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T05:58:20.941Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T05:58:20.942Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:58:20.945Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:58:20.945Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554297376, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T05:58:21.045Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:58:21.046Z||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-10-12T05:58:21.046Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:58:21.060Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:21.061Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:58:21.946Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff", "serviceDescription": "service", "serviceInvariantUUID": "7b3c4f78-b712-4b1a-8ce1-f2117d68e44c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "4b69f934-6251-4093-a393-9a14f6319aae", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a5968c92-d1a8-42a0-aca1-4d11711a8d41", "resourceInvariantUUID": "42260b7d-8e04-40e0-ac76-1d598b2a7fdb", "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": "MjQxNGY3YTgyNWM2MmY4ZjI0OWRhOWM5YmRmZjlhYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91f7d32d-5672-4db9-a193-bf05f6bee7a7" } ], "workloadContext": "Production" } 2022-10-12T05:58:21.947Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T05:58:21.947Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff ASDC 2022-10-12T05:58:21.948Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:735686bf-33f7-4a05-94b2-0563fd0b74a9 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff ServiceInvariantUUID:7b3c4f78-b712-4b1a-8ce1-f2117d68e44c 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:91f7d32d-5672-4db9-a193-bf05f6bee7a7 ArtifactChecksum:MjQxNGY3YTgyNWM2MmY4ZjI0OWRhOWM5YmRmZjlhYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:4b69f934-6251-4093-a393-9a14f6319aae ResourceInvariantUUID:42260b7d-8e04-40e0-ac76-1d598b2a7fdb ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a5968c92-d1a8-42a0-aca1-4d11711a8d41 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-12T05:58:21.948Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff 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-10-12T05:58:21.982Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T05:58:21.983Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:58:21.983Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:58:21.983Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 91f7d32d-5672-4db9-a193-bf05f6bee7a7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-12T05:58:21.984Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T05:58:21.984Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-12T05:58:22.068Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T05:58:22.071Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 91f7d32d-5672-4db9-a193-bf05f6bee7a7 57663 2022-10-12T05:58:22.071Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-12T05:58:22.071Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-12T05:58:22.072Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T05:58:22.072Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:58:22.074Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:58:22.074Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554302071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T05:58:22.174Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:58:22.175Z||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-10-12T05:58:22.175Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:58:22.189Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:22.189Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T05:58:23.075Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T05:58:23.077Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T05:58:23.077Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 91f7d32d-5672-4db9-a193-bf05f6bee7a7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-12T05:58:23.077Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-12T05:58:23.078Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-12T05:58:23.078Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-12T05:58:23.264Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2041611949404108258/Definitions/service-BasicNetwork-template.yml 2022-10-12T05:58:23.754Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T05:58:23.760Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.760Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.761Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-12T05:58:23.761Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T05:58:23.761Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff Model Version:NULL Model InvariantUuid:7b3c4f78-b712-4b1a-8ce1-f2117d68e44c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:42260b7d-8e04-40e0-ac76-1d598b2a7fdb Model UUID:bcf38849-23dc-4c13-8c84-d166aa77389f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:4b69f934-6251-4093-a393-9a14f6319aae 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-10-12T05:58:23.771Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: a5968c92-d1a8-42a0-aca1-4d11711a8d41 2022-10-12T05:58:23.771Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||No resources found for Service: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff 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-10-12T05:58:23.776Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500|| 2022-10-12T05:58:23.776Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-12T05:58:23.777Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff 2022-10-12T05:58:23.777Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff 2022-10-12T05:58:23.777Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-12T05:58:23.778Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.782Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76e97684, org.onap.sdc.toscaparser.api.parameters.Input@1cca26d9, org.onap.sdc.toscaparser.api.parameters.Input@7c94ac1b, org.onap.sdc.toscaparser.api.parameters.Input@6dc2677, org.onap.sdc.toscaparser.api.parameters.Input@3b3c3d7e] 2022-10-12T05:58:23.786Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff: Generic NeutronNet 2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.820Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T05:58:23.820Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T05:58:23.820Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||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-10-12T05:58:23.864Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T05:58:23.867Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T05:58:23.867Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554303865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T05:58:23.967Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T05:58:23.968Z||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-10-12T05:58:23.968Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T05:58:24.062Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:58:24.063Z||pool-38-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1} 2022-10-12T05:58:24.874Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:58:24.891Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:58:24.893Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:58:24.894Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T05:58:24.894Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T05:58:54.895Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:58:54.907Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:58:54.909Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:58:54.909Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T05:58:54.910Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T05:59:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T05:59:17.379Z||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-10-12T05:59:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T05:59:17.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T05:59:17.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T05:59:17.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "cds", "timestamp": 1665554296996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T05:59:17.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T05:59:24.910Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:59:24.921Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:59:24.923Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:59:24.923Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T05:59:24.924Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T05:59:54.924Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T05:59:54.938Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T05:59:54.952Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T05:59:54.952Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T05:59:54.952Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:00:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:00:17.379Z||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-10-12T06:00:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:00:17.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:00:17.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:00:17.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "multicloud-k8s-id", "timestamp": 1665554292473, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:00:17.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:00:24.953Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:00:24.978Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:00:24.980Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:00:24.980Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:00:24.980Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:00:54.981Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:00:54.992Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:00:54.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:00:54.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:00:54.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:01:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:01:17.379Z||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-10-12T06:01:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:01:17.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:01:17.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "aai-ml", "timestamp": 1665554291203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554289857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554297376, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "cds", "timestamp": 1665554296996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "multicloud-k8s-id", "timestamp": 1665554292473, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "cds", "timestamp": 1665554302864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554301942, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554302071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "aai-ml", "timestamp": 1665554302760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "cds", "timestamp": 1665554303871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:01:17.430Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9 2022-10-12T06:01:17.430Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 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-10-12T06:01:17.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554303557, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554303865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554304560, "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-10-12T06:01:17.450Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9 2022-10-12T06:01:17.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 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-10-12T06:01:17.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "aai-ml", "timestamp": 1665554306237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "aai-ml", "timestamp": 1665554307241, "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-10-12T06:01:17.463Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9 2022-10-12T06:01:17.463Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 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-10-12T06:01:17.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "ves-openapi-manager", "timestamp": 1665554310055, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "ves-openapi-manager", "timestamp": 1665554310055, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554311996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "multicloud-k8s-id", "timestamp": 1665554312474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554320715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "cds", "timestamp": 1665554321720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-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-10-12T06:01:17.493Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b 2022-10-12T06:01:17.493Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b 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-10-12T06:01:17.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554319857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "clamp", "timestamp": 1665554328016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554321197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554328584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "clamp", "timestamp": 1665554329035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554329932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "clamp", "timestamp": 1665554330037, "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-10-12T06:01:17.515Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9 2022-10-12T06:01:17.516Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 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-10-12T06:01:17.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554330272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554331276, "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-10-12T06:01:17.531Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b 2022-10-12T06:01:17.531Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b 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-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554333735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "aai-ml", "timestamp": 1665554334739, "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-10-12T06:01:17.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b 2022-10-12T06:01:17.548Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b 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-10-12T06:01:17.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-12T06:01:17.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-12T06:01:17.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-12T06:01:17.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:01:17.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554330057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-12T06:01:17.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554338835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554314994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554340035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-12T06:01:17.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "ves-openapi-manager", "timestamp": 1665554341040, "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-10-12T06:01:17.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b 2022-10-12T06:01:17.574Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b 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-10-12T06:01:17.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554332474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554326996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554342022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554343511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554343545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554343043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "cds", "timestamp": 1665554344552, "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-10-12T06:01:17.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523 2022-10-12T06:01:17.600Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 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-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554344595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "clamp", "timestamp": 1665554344047, "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-10-12T06:01:17.613Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b 2022-10-12T06:01:17.613Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b 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-10-12T06:01:17.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554345715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554346771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554347891, "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-10-12T06:01:17.630Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523 2022-10-12T06:01:17.630Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 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-10-12T06:01:17.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "multicloud-k8s-id", "timestamp": 1665554348895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554345555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554353356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:01:17.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "cds", "timestamp": 1665554354362, "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-10-12T06:01:17.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f618f139-45d4-4eb3-a627-9b48fce4b3d5 2022-10-12T06:01:17.660Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f618f139-45d4-4eb3-a627-9b48fce4b3d5 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-10-12T06:01:17.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:01:17.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:01:24.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:01:25.008Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:01:25.017Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:01:25.017Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:01:25.023Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T06:01:55.024Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 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-10-12T06:01:55.030Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 and serviceModelVersionId: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff 2022-10-12T06:01:55.031Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b3c4f78-b712-4b1a-8ce1-f2117d68e44c 2022-10-12T06:01:55.032Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0 2022-10-12T06:01:55.037Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T06:01:55.094Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|INFO|500||Invoke 2022-10-12T06:01:55.094Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[735686bf-33f7-4a05-94b2-0563fd0b74a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00554d2a-c339-4808-ad94-5295689c3330], X-ECOMP-RequestID=[735686bf-33f7-4a05-94b2-0563fd0b74a9], X-TransactionId=[], X-ONAP-RequestID=[735686bf-33f7-4a05-94b2-0563fd0b74a9], Content-Type=[application/merge-patch+json]} 2022-10-12T06:01:55.119Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T06:01:55.260Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?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/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221012-06:01:55:003-80729], vertex-id=[446552], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:01:55 GMT], Content-Type=[application/json]} 2022-10-12T06:01:55.260Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T06:01:55.261Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|INFO|500||InvokeReturn 2022-10-12T06:01:55.261Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T06:01:55.262Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T06:01:55.266Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T06:01:55.267Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 735686bf-33f7-4a05-94b2-0563fd0b74a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T06:01:55.267Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T06:01:55.267Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:01:55.269Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:01:55.270Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554515267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:01:55.370Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:01:55.371Z||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-10-12T06:01:55.371Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:01:55.387Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:01:55.387Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T06:01:56.282Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:01:56.283Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|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-10-12T06:01:56.283Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:02:00.717Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:00.719Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-12T06:02:00.719Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d6f6d0a-1253-442d-ae7f-c4009a72018b","serviceName":"Demo_pNF_jmkcBBQh6pNovaL2OazL","serviceVersion":"1.0","serviceUUID":"79007d34-a495-4fa6-9f95-e232b47dfe33","serviceDescription":"catalog service description","serviceInvariantUUID":"d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6","resources":[{"resourceInstanceName":"pNF 98665990-9871 0","resourceName":"pNF 98665990-9871","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"018658cf-d44e-4d68-96f9-d25cfc486299","resourceInvariantUUID":"875c6467-5016-496f-b325-3a78cbacfe95","resourceCustomizationUUID":"c60c7a6b-cc6c-4c70-9a96-a17533d1017c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml","artifactChecksum":"MzNlYzAyNjVjZTg0ZTNiZDcyMDVlMzU1NzcwYmJjMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f52a283f-dd26-4bcc-94dd-f4ccebad15e5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar","artifactChecksum":"OGE2NWI4YjZlYzc2Nzc3ODU0YzRjMTYwOTgwYTVlYzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37677579-26c6-4714-af1e-2267b862a2db","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e07546e-5b92-4de6-99f7-73ef30e138f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml","artifactChecksum":"YTkwN2E2Nzk0ODY3MmEyZWJiYTRmOGQ3Mzk3NDQxNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ea17864-e318-482e-9b50-2a58f5331407","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90768730-be78-4850-aa58-0648d893a1a8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"add5bf00-6023-4c97-84bb-e17e1e1d2136","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml","artifactChecksum":"OGQyNTQ2YWI4NWJiZDk5YjcxMGEzMmVlMTg3MWJjYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f09be83a-9a1d-477d-a1e2-a130447ababb","artifactVersion":"1"},{"artifactName":"service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar","artifactChecksum":"YTkwOTJmODA1NTUyM2RlYTc3ZTQ4NGZhYzFhMjEwNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54c15569-512c-4a7d-ada6-79e96bbe3baf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T06:02:00.722Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:00.723Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:00.726Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:00.726Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:00.830Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-10-12T06:02:00.831Z||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-10-12T06:02:00.832Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:00.846Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:00.846Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:02:01.727Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:01.728Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:01.731Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:01.731Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:01.831Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:01.832Z||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-10-12T06:02:01.832Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:01.847Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:01.848Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:02:02.731Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:02.732Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:02.734Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:02.734Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:02.835Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:02.836Z||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-10-12T06:02:02.836Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:02.848Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:02.848Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:03.735Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:03.737Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:03.739Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:03.739Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:03.839Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:03.840Z||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-10-12T06:02:03.840Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:03.852Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:03.852Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:04.740Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:04.741Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:04.743Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:04.743Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:04.843Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:02:04.844Z||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-10-12T06:02:04.844Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:04.854Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:04.854Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:02:05.744Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:05.745Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:05.747Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:05.747Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:05.847Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:05.848Z||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-10-12T06:02:05.848Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:05.862Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:05.863Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:06.747Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:06.748Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:06.750Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:06.751Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:06.858Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-10-12T06:02:06.859Z||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-10-12T06:02:06.859Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:06.871Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:06.871Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:07.751Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:07.753Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:07.755Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:07.755Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:07.862Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-10-12T06:02:07.863Z||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-10-12T06:02:07.863Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:07.882Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:07.882Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:08.756Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "serviceName": "Demo_pNF_jmkcBBQh6pNovaL2OazL", "serviceVersion": "1.0", "serviceUUID": "79007d34-a495-4fa6-9f95-e232b47dfe33", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6", "resources": [ { "resourceInstanceName": "pNF 98665990-9871 0", "resourceCustomizationUUID": "c60c7a6b-cc6c-4c70-9a96-a17533d1017c", "resourceName": "pNF 98665990-9871", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "018658cf-d44e-4d68-96f9-d25cfc486299", "resourceInvariantUUID": "875c6467-5016-496f-b325-3a78cbacfe95", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "artifactChecksum": "YTkwOTJmODA1NTUyM2RlYTc3ZTQ4NGZhYzFhMjEwNzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54c15569-512c-4a7d-ada6-79e96bbe3baf" } ], "workloadContext": "Production" } 2022-10-12T06:02:08.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T06:02:08.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79007d34-a495-4fa6-9f95-e232b47dfe33 ASDC 2022-10-12T06:02:08.757Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3d6f6d0a-1253-442d-ae7f-c4009a72018b ServiceName:Demo_pNF_jmkcBBQh6pNovaL2OazL ServiceVersion:1.0 ServiceUUID:79007d34-a495-4fa6-9f95-e232b47dfe33 ServiceInvariantUUID:d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar ArtifactUUID:54c15569-512c-4a7d-ada6-79e96bbe3baf ArtifactChecksum:YTkwOTJmODA1NTUyM2RlYTc3ZTQ4NGZhYzFhMjEwNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 98665990-9871 0 ResourceCustomizationUUID:c60c7a6b-cc6c-4c70-9a96-a17533d1017c ResourceInvariantUUID:875c6467-5016-496f-b325-3a78cbacfe95 ResourceName:pNF 98665990-9871 ResourceType:PNF ResourceUUID:018658cf-d44e-4d68-96f9-d25cfc486299 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-12T06:02:08.757Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79007d34-a495-4fa6-9f95-e232b47dfe33 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-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54c15569-512c-4a7d-ada6-79e96bbe3baf from URL: /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:08.783Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:08.783Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:08.939Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:08.943Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 54c15569-512c-4a7d-ada6-79e96bbe3baf 87789 2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar ASDC sendASDCNotification 2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:08.946Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:08.946Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554528944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:09.047Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-12T06:02:09.047Z||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-10-12T06:02:09.047Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:09.080Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:09.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:09.947Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:02:09.948Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:02:09.948Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 54c15569-512c-4a7d-ada6-79e96bbe3baf, URL: /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar to file: /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:09.948Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:09.949Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:09.949Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.094Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7043327172584106883/Definitions/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml 2022-10-12T06:02:10.925Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 98665990-9871 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-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Node template pNF 98665990-9871 0 is matching search criteria 2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 98665990-9871 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Node template pNF 98665990-9871 0 is matching search criteria 2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 98665990-9871 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jmkcBBQh6pNovaL2OazL Description:catalog service description Model UUID:79007d34-a495-4fa6-9f95-e232b47dfe33 Model Version:NULL Model InvariantUuid:d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6 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-10-12T06:02:10.938Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 018658cf-d44e-4d68-96f9-d25cfc486299 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-10-12T06:02:10.940Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||pNF 98665990-9871 0 2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 018658cf-d44e-4d68-96f9-d25cfc486299 2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 79007d34-a495-4fa6-9f95-e232b47dfe33 2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 79007d34-a495-4fa6-9f95-e232b47dfe33 2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 98665990-9871 0 018658cf-d44e-4d68-96f9-d25cfc486299 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-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ea2fe22, org.onap.sdc.toscaparser.api.parameters.Input@7f1df104, org.onap.sdc.toscaparser.api.parameters.Input@7615bb2f, org.onap.sdc.toscaparser.api.parameters.Input@3a1eb569, org.onap.sdc.toscaparser.api.parameters.Input@23540fe6] 2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 79007d34-a495-4fa6-9f95-e232b47dfe33: pNF 98665990-9871 2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Processing PNF resource: 018658cf-d44e-4d68-96f9-d25cfc486299 2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:10.946Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:10.946Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Resource customization UUID: c60c7a6b-cc6c-4c70-9a96-a17533d1017c is the same as notified resource customizationUUID: c60c7a6b-cc6c-4c70-9a96-a17533d1017c 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-10-12T06:02:10.982Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 98665990-9871 018658cf-d44e-4d68-96f9-d25cfc486299 0 ASDC deployResourceStructure 2022-10-12T06:02:10.982Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar ASDC sendASDCNotification 2022-10-12T06:02:10.982Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 2022-10-12T06:02:10.982Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:02:10.982Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:10.984Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:10.984Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554530982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:11.084Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:11.086Z||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-10-12T06:02:11.086Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:11.099Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:11.100Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:11.985Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d6f6d0a-1253-442d-ae7f-c4009a72018b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:02:11.997Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d6f6d0a-1253-442d-ae7f-c4009a72018b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:02:11.999Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:02:12.000Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:02:12.005Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T06:02:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:02:17.379Z||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-10-12T06:02:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:02:17.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:17.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554352473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554360178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554359596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554360949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554361233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554362289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554361567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554362022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554363334, "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-10-12T06:02:17.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f618f139-45d4-4eb3-a627-9b48fce4b3d5 2022-10-12T06:02:17.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f618f139-45d4-4eb3-a627-9b48fce4b3d5 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-10-12T06:02:17.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554362571, "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-10-12T06:02:17.435Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523 2022-10-12T06:02:17.435Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 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-10-12T06:02:17.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "multicloud-k8s-id", "timestamp": 1665554364339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554364035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "ves-openapi-manager", "timestamp": 1665554350055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "clamp", "timestamp": 1665554365038, "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-10-12T06:02:17.448Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523 2022-10-12T06:02:17.448Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 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-10-12T06:02:17.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554366004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "aai-ml", "timestamp": 1665554367007, "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-10-12T06:02:17.462Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523 2022-10-12T06:02:17.462Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 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-10-12T06:02:17.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:02:17.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554349857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:17.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554370671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554345056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:17.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554372690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554351197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665554373693, "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-10-12T06:02:17.479Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f618f139-45d4-4eb3-a627-9b48fce4b3d5 2022-10-12T06:02:17.479Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f618f139-45d4-4eb3-a627-9b48fce4b3d5 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-10-12T06:02:17.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554375086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554380686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.488Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "aai-ml", "timestamp": 1665554381690, "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-10-12T06:02:17.493Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f618f139-45d4-4eb3-a627-9b48fce4b3d5 2022-10-12T06:02:17.493Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f618f139-45d4-4eb3-a627-9b48fce4b3d5 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-10-12T06:02:17.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554382128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554384035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:02:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "clamp", "timestamp": 1665554385039, "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-10-12T06:02:17.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f618f139-45d4-4eb3-a627-9b48fce4b3d5 2022-10-12T06:02:17.506Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f618f139-45d4-4eb3-a627-9b48fce4b3d5 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-10-12T06:02:42.005Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d6f6d0a-1253-442d-ae7f-c4009a72018b 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-10-12T06:02:42.012Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d6f6d0a-1253-442d-ae7f-c4009a72018b and serviceModelVersionId: 79007d34-a495-4fa6-9f95-e232b47dfe33 2022-10-12T06:02:42.012Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6 2022-10-12T06:02:42.013Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0 2022-10-12T06:02:42.017Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T06:02:42.059Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0|INFO|500||Invoke 2022-10-12T06:02:42.060Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d6f6d0a-1253-442d-ae7f-c4009a72018b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04227857-a9e0-4100-9439-334ea7b3479a], X-ECOMP-RequestID=[3d6f6d0a-1253-442d-ae7f-c4009a72018b], X-TransactionId=[], X-ONAP-RequestID=[3d6f6d0a-1253-442d-ae7f-c4009a72018b], Content-Type=[application/merge-patch+json]} 2022-10-12T06:02:42.082Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T06:02:42.185Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?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/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221012-06:02:41:964-23902], vertex-id=[356544], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:02:41 GMT], Content-Type=[application/json]} 2022-10-12T06:02:42.186Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T06:02:42.186Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6/model-vers/model-ver/79007d34-a495-4fa6-9f95-e232b47dfe33?depth=0|INFO|500||InvokeReturn 2022-10-12T06:02:42.187Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T06:02:42.187Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T06:02:42.191Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T06:02:42.191Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d6f6d0a-1253-442d-ae7f-c4009a72018b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T06:02:42.191Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T06:02:42.192Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:42.193Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:42.193Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554562191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:02:42.294Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:42.295Z||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-10-12T06:02:42.295Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:42.308Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:42.308Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T06:02:43.207Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-12T06:02:43.207Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"163c8564-5964-441c-a6e6-567b31264523","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1015b2c3-7c43-4a43-84c5-07675d1cf056","serviceDescription":"service","serviceInvariantUUID":"78d631f8-de48-4513-9e76-1f510269fe94","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66addfe1-02fd-489a-b55e-76e73be6426f","resourceInvariantUUID":"985a083c-599a-4cda-96c2-457208795d4b","resourceCustomizationUUID":"7b05fce2-3bda-4575-9769-d9ef4a559cfc","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":"NzI4ZjhmMGRiOTRhMDFmODY3ZjUzYzI4ZjQzNmNlYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"65d7e704-68c7-4368-88c8-ff54632396e9","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":"0aa39461-24bb-4b39-9b83-26c3fae94d59","artifactVersion":"2","generatedFromUUID":"37e1c863-562c-44bc-8547-a5c347d26cb0"},{"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":"37e1c863-562c-44bc-8547-a5c347d26cb0","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":"NGFkYmI3ZDI2NDU1ZTkzNWY5M2I2YWFiZjJmZWExYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5d73baf-10e7-4adb-abb4-494337602858","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":"b4d56bdc-ed9a-4732-b15f-8acb4f6f7001","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":"d1f8fb20-9404-46f2-8b87-7bf0bf6f6e74","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":"58ec29a8-1599-4706-ab13-83b098459e2b","artifactVersion":"2","generatedFromUUID":"b4d56bdc-ed9a-4732-b15f-8acb4f6f7001"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWQxOTc0ODJmNTZmYjJjMWQ1MmVlMDVlYzEyNzUwNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90888f6d-c1f0-4172-bb56-ca3b66a2aa98","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWIzNjk1NmNmN2Q4ZjdhOTBhOGM3OTkxYzE4ZjJhZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9e4150e-8d74-4e86-8e5e-f4f9280056dc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T06:02:43.208Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:43.208Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:43.210Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:43.211Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:43.311Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:43.312Z||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-10-12T06:02:43.312Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:43.322Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:43.323Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:44.211Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:44.212Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:44.214Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:44.214Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-12T06:02:44.314Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:44.315Z||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-10-12T06:02:44.316Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:44.334Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:44.335Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:45.215Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:45.216Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:45.218Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:45.218Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-12T06:02:45.318Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:45.319Z||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-10-12T06:02:45.320Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:45.330Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:45.330Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:46.218Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:46.219Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:46.221Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:46.221Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:02:46.321Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:46.322Z||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-10-12T06:02:46.322Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:46.333Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:46.333Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:47.222Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:47.223Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:47.225Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:47.225Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-12T06:02:47.325Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:47.326Z||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-10-12T06:02:47.326Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:47.339Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:47.340Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:48.226Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:48.227Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:48.229Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:48.229Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:48.329Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:48.330Z||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-10-12T06:02:48.330Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:48.341Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:48.341Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:49.229Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:49.230Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:49.232Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:49.232Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-12T06:02:49.332Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:49.333Z||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-10-12T06:02:49.333Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:49.345Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:49.345Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:50.232Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:50.233Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:50.235Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:50.235Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:02:50.336Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:50.336Z||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-10-12T06:02:50.337Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:50.346Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:50.347Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:51.236Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:02:51.237Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:51.239Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:51.239Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:02:51.339Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:51.340Z||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-10-12T06:02:51.340Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:51.351Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:51.351Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:52.240Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "1015b2c3-7c43-4a43-84c5-07675d1cf056", "serviceDescription": "service", "serviceInvariantUUID": "78d631f8-de48-4513-9e76-1f510269fe94", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7b05fce2-3bda-4575-9769-d9ef4a559cfc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "66addfe1-02fd-489a-b55e-76e73be6426f", "resourceInvariantUUID": "985a083c-599a-4cda-96c2-457208795d4b", "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": "0aa39461-24bb-4b39-9b83-26c3fae94d59", "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": "37e1c863-562c-44bc-8547-a5c347d26cb0", "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": "NGFkYmI3ZDI2NDU1ZTkzNWY5M2I2YWFiZjJmZWExYzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5d73baf-10e7-4adb-abb4-494337602858", "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": "b4d56bdc-ed9a-4732-b15f-8acb4f6f7001", "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": "58ec29a8-1599-4706-ab13-83b098459e2b", "generatedFromUUID": "b4d56bdc-ed9a-4732-b15f-8acb4f6f7001" }, "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": "58ec29a8-1599-4706-ab13-83b098459e2b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWIzNjk1NmNmN2Q4ZjdhOTBhOGM3OTkxYzE4ZjJhZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c9e4150e-8d74-4e86-8e5e-f4f9280056dc" } ], "workloadContext": "Production" } 2022-10-12T06:02:52.241Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T06:02:52.241Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1015b2c3-7c43-4a43-84c5-07675d1cf056 ASDC 2022-10-12T06:02:52.241Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:163c8564-5964-441c-a6e6-567b31264523 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:1015b2c3-7c43-4a43-84c5-07675d1cf056 ServiceInvariantUUID:78d631f8-de48-4513-9e76-1f510269fe94 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:c9e4150e-8d74-4e86-8e5e-f4f9280056dc ArtifactChecksum:ZWIzNjk1NmNmN2Q4ZjdhOTBhOGM3OTkxYzE4ZjJhZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7b05fce2-3bda-4575-9769-d9ef4a559cfc ResourceInvariantUUID:985a083c-599a-4cda-96c2-457208795d4b ResourceName:basic_cnf ResourceType:VF ResourceUUID:66addfe1-02fd-489a-b55e-76e73be6426f 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:0aa39461-24bb-4b39-9b83-26c3fae94d59 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:37e1c863-562c-44bc-8547-a5c347d26cb0 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:d5d73baf-10e7-4adb-abb4-494337602858 ArtifactChecksum:NGFkYmI3ZDI2NDU1ZTkzNWY5M2I2YWFiZjJmZWExYzU= 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:b4d56bdc-ed9a-4732-b15f-8acb4f6f7001 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:58ec29a8-1599-4706-ab13-83b098459e2b 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:58ec29a8-1599-4706-ab13-83b098459e2b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-12T06:02:52.242Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1015b2c3-7c43-4a43-84c5-07675d1cf056 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-10-12T06:02:52.273Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:02:52.273Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:02:52.273Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:02:52.273Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c9e4150e-8d74-4e86-8e5e-f4f9280056dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-12T06:02:52.274Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:52.274Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-12T06:02:52.405Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:52.408Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c9e4150e-8d74-4e86-8e5e-f4f9280056dc 73671 2022-10-12T06:02:52.409Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-12T06:02:52.409Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-12T06:02:52.409Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:52.409Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:52.411Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:52.411Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554572409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:52.511Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:52.513Z||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-10-12T06:02:52.513Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:52.525Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:52.525Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:53.412Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:02:53.413Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:02:53.413Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c9e4150e-8d74-4e86-8e5e-f4f9280056dc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-12T06:02:53.413Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-12T06:02:53.414Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-12T06:02:53.414Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-12T06:02:53.515Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4885758027861795792/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-10-12T06:02:54.599Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-12T06:02:54.600Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T06:02:54.601Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.601Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.601Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:02:54.601Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T06:02:54.602Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:02:54.602Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.602Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.602Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:02:54.602Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T06:02:54.603Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:02:54.603Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.603Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.603Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.603Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-12T06:02:54.604Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-12T06:02:54.604Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-12T06:02:54.604Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-12T06:02:54.604Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.604Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T06:02:54.604Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.605Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:02:54.605Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:02:54.605Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.605Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:02:54.605Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:02:54.606Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.606Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:02:54.606Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:02:54.606Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.606Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-12T06:02:54.607Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-12T06:02:54.607Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b225973d-b9e5-421f-b7dc-8837de00cf4f 2022-10-12T06:02:54.607Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.607Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.607Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.607Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.608Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.608Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.608Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:54.608Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:54.608Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:1015b2c3-7c43-4a43-84c5-07675d1cf056 Model Version:NULL Model InvariantUuid:78d631f8-de48-4513-9e76-1f510269fe94 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0e6d524b-bac2-4b2b-996b-c2d278908c7a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:985a083c-599a-4cda-96c2-457208795d4b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b05fce2-3bda-4575-9769-d9ef4a559cfc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9f5a5d90-df29-4dba-bf72-c193092ec8aa ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ebc8dcf5-7295-41e8-86b9-9deed86e8e88 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b225973d-b9e5-421f-b7dc-8837de00cf4f ModelInvariantUuid:2dd6b891-f35d-41e6-b472-27aa33203a32 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:df3c44e5-1c9b-4c4f-975e-42f2f16d9d77 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:fb263fcd-1255-4ce3-9ccf-9d45c228b2ea ModelInvariantUuid:2fec9e1b-c266-412f-aa5b-5bf453b4a598 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d8ddf0ba-9d69-4096-9a53-496cef7e5beb 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-10-12T06:02:54.615Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 66addfe1-02fd-489a-b55e-76e73be6426f 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-10-12T06:02:54.617Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-10-12T06:02:54.618Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66addfe1-02fd-489a-b55e-76e73be6426f 2022-10-12T06:02:54.618Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0aa39461-24bb-4b39-9b83-26c3fae94d59 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-12T06:02:54.618Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:54.618Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:54.691Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:54.692Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0aa39461-24bb-4b39-9b83-26c3fae94d59 12 2022-10-12T06:02:54.692Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:54.692Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:54.692Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:54.693Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:54.694Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:54.695Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554574692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:54.795Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:54.796Z||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-10-12T06:02:54.796Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:54.807Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:54.808Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:55.695Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37e1c863-562c-44bc-8547-a5c347d26cb0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-12T06:02:55.696Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:55.696Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:55.787Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:55.788Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 37e1c863-562c-44bc-8547-a5c347d26cb0 2688 2022-10-12T06:02:55.788Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:55.788Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:55.788Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:55.788Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:55.790Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:55.791Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554575788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:55.891Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:55.892Z||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-10-12T06:02:55.892Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:55.903Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:55.904Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:02:56.792Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d5d73baf-10e7-4adb-abb4-494337602858 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-12T06:02:56.792Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:56.793Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:56.860Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:56.860Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d5d73baf-10e7-4adb-abb4-494337602858 828 2022-10-12T06:02:56.860Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:56.860Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:56.861Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:56.861Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:56.862Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:56.863Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554576860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:56.963Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:56.964Z||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-10-12T06:02:56.964Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:56.988Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:56.988Z||pool-63-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:57.863Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9f5a5d90-df29-4dba-bf72-c193092ec8aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebc8dcf5-7295-41e8-86b9-9deed86e8e88", "vfModuleModelCustomizationUUID": "646141af-34f0-4d16-adbe-20edcb7ca1cc", "isBase": true, "artifacts": [ "37e1c863-562c-44bc-8547-a5c347d26cb0", "b4d56bdc-ed9a-4732-b15f-8acb4f6f7001", "58ec29a8-1599-4706-ab13-83b098459e2b" ], "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-10-12T06:02:57.868Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebc8dcf5-7295-41e8-86b9-9deed86e8e88 VfModuleModelInvariantUUID:9f5a5d90-df29-4dba-bf72-c193092ec8aa VfModuleModelDescription:NULL Artifacts UUID List:{ 37e1c863-562c-44bc-8547-a5c347d26cb0 , b4d56bdc-ed9a-4732-b15f-8acb4f6f7001 , 58ec29a8-1599-4706-ab13-83b098459e2b } 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-10-12T06:02:57.870Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9f5a5d90-df29-4dba-bf72-c193092ec8aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebc8dcf5-7295-41e8-86b9-9deed86e8e88", "vfModuleModelCustomizationUUID": "646141af-34f0-4d16-adbe-20edcb7ca1cc", "isBase": true, "artifacts": [ "37e1c863-562c-44bc-8547-a5c347d26cb0", "b4d56bdc-ed9a-4732-b15f-8acb4f6f7001", "58ec29a8-1599-4706-ab13-83b098459e2b" ], "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-10-12T06:02:57.870Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebc8dcf5-7295-41e8-86b9-9deed86e8e88 VfModuleModelInvariantUUID:9f5a5d90-df29-4dba-bf72-c193092ec8aa VfModuleModelDescription:NULL Artifacts UUID List:{ 37e1c863-562c-44bc-8547-a5c347d26cb0 , b4d56bdc-ed9a-4732-b15f-8acb4f6f7001 , 58ec29a8-1599-4706-ab13-83b098459e2b } 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-10-12T06:02:57.870Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4d56bdc-ed9a-4732-b15f-8acb4f6f7001 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-12T06:02:57.870Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:57.870Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:57.912Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:57.913Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b4d56bdc-ed9a-4732-b15f-8acb4f6f7001 1164 2022-10-12T06:02:57.913Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:57.913Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:57.913Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:57.914Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:57.915Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:57.916Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554577913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:58.016Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:58.017Z||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-10-12T06:02:58.017Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:58.029Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:58.030Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:02:58.916Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58ec29a8-1599-4706-ab13-83b098459e2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-12T06:02:58.917Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:02:58.917Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:58.975Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:02:58.976Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 58ec29a8-1599-4706-ab13-83b098459e2b 200 2022-10-12T06:02:58.976Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:58.976Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:58.976Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:02:58.976Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:02:58.978Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:02:58.978Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554578976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:02:59.078Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:02:59.079Z||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-10-12T06:02:59.079Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:02:59.092Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:02:59.092Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:02:59.978Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1015b2c3-7c43-4a43-84c5-07675d1cf056 2022-10-12T06:02:59.979Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 66addfe1-02fd-489a-b55e-76e73be6426f ASDC 2022-10-12T06:02:59.988Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:02:59.997Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d659273, org.onap.sdc.toscaparser.api.parameters.Input@3d7d26e2, org.onap.sdc.toscaparser.api.parameters.Input@1d09e248, org.onap.sdc.toscaparser.api.parameters.Input@638d6b2a, org.onap.sdc.toscaparser.api.parameters.Input@52ca8b22] 2022-10-12T06:02:59.998Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:02:59.999Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:02:59.999Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-12T06:02:59.999Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7b05fce2-3bda-4575-9769-d9ef4a559cfc 2022-10-12T06:02:59.999Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b05fce2-3bda-4575-9769-d9ef4a559cfc matches Tosca VF Customization UUID: 7b05fce2-3bda-4575-9769-d9ef4a559cfc 2022-10-12T06:02:59.999Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7b05fce2-3bda-4575-9769-d9ef4a559cfc 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-10-12T06:03:00.002Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.002Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.003Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7b05fce2-3bda-4575-9769-d9ef4a559cfc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-12T06:03:00.003Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cc1a11d 2022-10-12T06:03:00.003Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.003Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T06:03:00.004Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 646141af-34f0-4d16-adbe-20edcb7ca1cc 2022-10-12T06:03:00.004Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 646141af-34f0-4d16-adbe-20edcb7ca1cc 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-10-12T06:03:00.006Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.006Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:03:00.006Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:00.006Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.007Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:03:00.007Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:00.007Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.007Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-12T06:03:00.007Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-12T06:03:00.007Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b225973d-b9e5-421f-b7dc-8837de00cf4f 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-10-12T06:03:00.009Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.009Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:03:00.009Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:00.010Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.010Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-12T06:03:00.010Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7b05fce2-3bda-4575-9769-d9ef4a559cfc 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-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1015b2c3-7c43-4a43-84c5-07675d1cf056: basic_cnf 2022-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.012Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.013Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.013Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.013Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.013Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.013Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:00.013Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:00.014Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:00.074Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 66addfe1-02fd-489a-b55e-76e73be6426f 1 ASDC deployResourceStructure 2022-10-12T06:03:00.074Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:00.074Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:00.075Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-12T06:03:00.075Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:00.077Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:00.077Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554580074, "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-10-12T06:03:00.177Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:00.178Z||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-10-12T06:03:00.178Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:00.192Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:00.193Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:01.078Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:01.078Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:01.078Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-12T06:03:01.078Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:01.080Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:01.080Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554581077, "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-10-12T06:03:01.180Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:01.181Z||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-10-12T06:03:01.181Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:01.193Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:01.193Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:02.081Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:02.081Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:02.082Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:02.082Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:02.084Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:02.084Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554582081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:03:02.184Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:02.185Z||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-10-12T06:03:02.185Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:02.206Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:02.207Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:03.085Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:03.085Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:03.086Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:03.086Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:03.088Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:03.088Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554583085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:03:03.188Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:03.190Z||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-10-12T06:03:03.191Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:03.202Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:03.203Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:03:04.089Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:04.089Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||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-10-12T06:03:04.090Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:04.090Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:04.092Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:04.092Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554584089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-12T06:03:04.193Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-12T06:03:04.193Z||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-10-12T06:03:04.194Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:04.203Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:04.204Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:05.094Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-12T06:03:05.095Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-12T06:03:05.095Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:05.095Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:05.097Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:05.097Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554585094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:03:05.197Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:05.198Z||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-10-12T06:03:05.198Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:05.211Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:05.212Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:06.097Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163c8564-5964-441c-a6e6-567b31264523 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:03:06.107Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163c8564-5964-441c-a6e6-567b31264523 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:03:06.109Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:03:06.109Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T06:03:06.109Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:06.110Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:06.111Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:03:06.115Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T06:03:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:03:17.379Z||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-10-12T06:03:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:03:17.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:17.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554515267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:03:17.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:03:17.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:03:17.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554528944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:03:17.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:03:17.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:03:17.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554530982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:03:17.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:03:36.115Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 163c8564-5964-441c-a6e6-567b31264523 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-10-12T06:03:36.122Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 163c8564-5964-441c-a6e6-567b31264523 and serviceModelVersionId: 1015b2c3-7c43-4a43-84c5-07675d1cf056 2022-10-12T06:03:36.122Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78d631f8-de48-4513-9e76-1f510269fe94 2022-10-12T06:03:36.123Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78d631f8-de48-4513-9e76-1f510269fe94/model-vers/model-ver/1015b2c3-7c43-4a43-84c5-07675d1cf056?depth=0 2022-10-12T06:03:36.126Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T06:03:36.163Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78d631f8-de48-4513-9e76-1f510269fe94/model-vers/model-ver/1015b2c3-7c43-4a43-84c5-07675d1cf056?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-10-12T06:03:36.164Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78d631f8-de48-4513-9e76-1f510269fe94/model-vers/model-ver/1015b2c3-7c43-4a43-84c5-07675d1cf056?depth=0|INFO|500||Invoke 2022-10-12T06:03:36.183Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78d631f8-de48-4513-9e76-1f510269fe94/model-vers/model-ver/1015b2c3-7c43-4a43-84c5-07675d1cf056?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T06:03:36.300Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78d631f8-de48-4513-9e76-1f510269fe94/model-vers/model-ver/1015b2c3-7c43-4a43-84c5-07675d1cf056?depth=0|INFO|500||InvokeReturn 2022-10-12T06:03:36.301Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78d631f8-de48-4513-9e76-1f510269fe94/model-vers/model-ver/1015b2c3-7c43-4a43-84c5-07675d1cf056?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221012-06:03:36:075-73479], vertex-id=[217152], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:03:36 GMT], Content-Type=[application/json]} 2022-10-12T06:03:36.301Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-10-12T06:03:36.302Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T06:03:36.302Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T06:03:36.307Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T06:03:36.307Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 163c8564-5964-441c-a6e6-567b31264523 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T06:03:36.307Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T06:03:36.308Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:36.310Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:36.310Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554616307, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:03:36.410Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:36.411Z||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-10-12T06:03:36.411Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:36.423Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:36.423Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T06:03:37.323Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-12T06:03:37.323Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f618f139-45d4-4eb3-a627-9b48fce4b3d5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e8ab8b5d-3188-40d6-9d9b-4239cad66ee2","serviceDescription":"service","serviceInvariantUUID":"c16d97c6-cbe4-4bb9-8234-e54ed52576bb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3be09dcb-17d7-4309-a8d4-b3d967b79fe3","resourceInvariantUUID":"0a976736-f3cf-4bdf-b687-34673eb96704","resourceCustomizationUUID":"e55f0fc9-a96c-4c2e-959c-c11a000cb085","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":"ZmE5MDA0NDIzNzMyOTc1MjkxZDU1ZmZhZGQ1MTQwODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4f04dc3-6457-4cd2-a4e4-fcdcc45f9604","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":"MDdhMDU2NmI1MmM0MGJjZmIwOWFiOGI2NjY2MzQ4Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf12cf3e-777e-4e55-8df3-122de0eedcc2","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":"f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9","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":"d624acb3-de3f-4d9b-9d20-c63acb7a7ab1","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":"d0757c4c-c6b3-4aae-841d-1411d821f8b7","artifactVersion":"2","generatedFromUUID":"f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDFiNzY0YjViMTFjMGU0YWJmZGUyYWY0OGE5YzBlMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ced79f3-cc66-43a1-a18e-2c48ce1e36b2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODA2OTNhYTc5NWE3Y2M3MmVlYWE2MGI5ZjdjYmRkYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"115c9f51-ca67-45de-bea6-bb3ba550ff03","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T06:03:37.324Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:37.324Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:37.326Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:37.326Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:37.426Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:37.427Z||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-10-12T06:03:37.427Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:37.439Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:37.440Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:38.326Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:38.327Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:38.329Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:38.329Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:03:38.429Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:38.430Z||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-10-12T06:03:38.430Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:38.443Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:38.443Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:39.329Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:39.330Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:39.332Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:39.332Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-12T06:03:39.432Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:39.432Z||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-10-12T06:03:39.432Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:39.445Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:39.445Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:40.332Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:40.333Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:40.334Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:40.335Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:40.435Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:40.436Z||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-10-12T06:03:40.436Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:40.447Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:40.448Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:41.335Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:41.336Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:41.338Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:41.338Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-12T06:03:41.438Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:41.439Z||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-10-12T06:03:41.439Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:41.478Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:41.479Z||pool-77-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:42.338Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:42.339Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:42.341Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:42.341Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:03:42.441Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:42.442Z||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-10-12T06:03:42.442Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:42.452Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:42.452Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:43.341Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:03:43.342Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:43.344Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:43.344Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:03:43.444Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:43.445Z||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-10-12T06:03:43.445Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:43.457Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:43.458Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:44.344Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e8ab8b5d-3188-40d6-9d9b-4239cad66ee2", "serviceDescription": "service", "serviceInvariantUUID": "c16d97c6-cbe4-4bb9-8234-e54ed52576bb", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e55f0fc9-a96c-4c2e-959c-c11a000cb085", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3be09dcb-17d7-4309-a8d4-b3d967b79fe3", "resourceInvariantUUID": "0a976736-f3cf-4bdf-b687-34673eb96704", "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": "MDdhMDU2NmI1MmM0MGJjZmIwOWFiOGI2NjY2MzQ4Nzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf12cf3e-777e-4e55-8df3-122de0eedcc2", "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": "f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9", "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": "d0757c4c-c6b3-4aae-841d-1411d821f8b7", "generatedFromUUID": "f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9" }, "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": "d0757c4c-c6b3-4aae-841d-1411d821f8b7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODA2OTNhYTc5NWE3Y2M3MmVlYWE2MGI5ZjdjYmRkYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "115c9f51-ca67-45de-bea6-bb3ba550ff03" } ], "workloadContext": "Production" } 2022-10-12T06:03:44.345Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T06:03:44.345Z|163c8564-5964-441c-a6e6-567b31264523|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8ab8b5d-3188-40d6-9d9b-4239cad66ee2 ASDC 2022-10-12T06:03:44.345Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f618f139-45d4-4eb3-a627-9b48fce4b3d5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e8ab8b5d-3188-40d6-9d9b-4239cad66ee2 ServiceInvariantUUID:c16d97c6-cbe4-4bb9-8234-e54ed52576bb 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:115c9f51-ca67-45de-bea6-bb3ba550ff03 ArtifactChecksum:ODA2OTNhYTc5NWE3Y2M3MmVlYWE2MGI5ZjdjYmRkYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e55f0fc9-a96c-4c2e-959c-c11a000cb085 ResourceInvariantUUID:0a976736-f3cf-4bdf-b687-34673eb96704 ResourceName:basic_vm ResourceType:VF ResourceUUID:3be09dcb-17d7-4309-a8d4-b3d967b79fe3 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:bf12cf3e-777e-4e55-8df3-122de0eedcc2 ArtifactChecksum:MDdhMDU2NmI1MmM0MGJjZmIwOWFiOGI2NjY2MzQ4Nzk= 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:f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9 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:d0757c4c-c6b3-4aae-841d-1411d821f8b7 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:d0757c4c-c6b3-4aae-841d-1411d821f8b7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-12T06:03:44.345Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8ab8b5d-3188-40d6-9d9b-4239cad66ee2 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-10-12T06:03:44.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:03:44.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:03:44.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:03:44.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 115c9f51-ca67-45de-bea6-bb3ba550ff03 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-12T06:03:44.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:03:44.380Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-12T06:03:44.526Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:03:44.530Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 115c9f51-ca67-45de-bea6-bb3ba550ff03 74792 2022-10-12T06:03:44.530Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-12T06:03:44.530Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-12T06:03:44.530Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:03:44.531Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:44.532Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:44.532Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554624530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:03:44.633Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-12T06:03:44.634Z||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-10-12T06:03:44.634Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:44.647Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:44.648Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:45.533Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:03:45.534Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-12T06:03:45.534Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 115c9f51-ca67-45de-bea6-bb3ba550ff03, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:45.534Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-12T06:03:45.535Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:45.535Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:45.638Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16080191697118708419/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-12T06:03:46.691Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:46.692Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-12T06:03:46.693Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:46.693Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-12T06:03:46.693Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.693Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.693Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:46.693Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T06:03:46.694Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:03:46.694Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.694Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.694Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:46.694Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-12T06:03:46.695Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:03:46.695Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.695Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.695Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.695Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-12T06:03:46.695Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T06:03:46.696Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.697Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:46.697Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:46.697Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.697Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:46.697Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:46.697Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.698Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:46.698Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:46.698Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.698Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-12T06:03:46.698Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-12T06:03:46.698Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e55def85-7e93-469b-8f67-c5496abd5f04 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.699Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.700Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:46.700Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:46.700Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e8ab8b5d-3188-40d6-9d9b-4239cad66ee2 Model Version:NULL Model InvariantUuid:c16d97c6-cbe4-4bb9-8234-e54ed52576bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0909379b-7104-4fe5-8edf-d2f5895b5de5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0a976736-f3cf-4bdf-b687-34673eb96704 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e55f0fc9-a96c-4c2e-959c-c11a000cb085 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:92bfeea4-f52f-41a9-ae67-1f943c77ba5e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5bb0fd3f-4473-4e57-8c05-a3ebce04be46 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e55def85-7e93-469b-8f67-c5496abd5f04 ModelInvariantUuid:abd541ab-ed8b-4d40-8627-9916afce1476 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:75a1af5f-3f42-4679-82f0-f4fe01afa759 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:31fc55a5-b2b8-406c-b0c6-b8658fc931e9 ModelInvariantUuid:34d03de5-ed40-40f2-847b-25737256c69e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:3e36c257-71ec-404a-b5a4-f39f0d9bcd6e 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-10-12T06:03:46.717Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3be09dcb-17d7-4309-a8d4-b3d967b79fe3 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-10-12T06:03:46.721Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-10-12T06:03:46.721Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3be09dcb-17d7-4309-a8d4-b3d967b79fe3 2022-10-12T06:03:46.721Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bf12cf3e-777e-4e55-8df3-122de0eedcc2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-12T06:03:46.721Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:03:46.722Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:46.769Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:03:46.770Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bf12cf3e-777e-4e55-8df3-122de0eedcc2 787 2022-10-12T06:03:46.770Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:46.770Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:46.770Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:03:46.770Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:46.772Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:46.772Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554626770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:03:46.873Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-12T06:03:46.874Z||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-10-12T06:03:46.874Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:46.884Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:46.884Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:47.773Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "92bfeea4-f52f-41a9-ae67-1f943c77ba5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bb0fd3f-4473-4e57-8c05-a3ebce04be46", "vfModuleModelCustomizationUUID": "867e0bb8-43c3-4ba1-b1df-b6ff33b0ec12", "isBase": true, "artifacts": [ "f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9", "d0757c4c-c6b3-4aae-841d-1411d821f8b7" ], "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-10-12T06:03:47.776Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bb0fd3f-4473-4e57-8c05-a3ebce04be46 VfModuleModelInvariantUUID:92bfeea4-f52f-41a9-ae67-1f943c77ba5e VfModuleModelDescription:NULL Artifacts UUID List:{ f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9 , d0757c4c-c6b3-4aae-841d-1411d821f8b7 } 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-10-12T06:03:47.778Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "92bfeea4-f52f-41a9-ae67-1f943c77ba5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bb0fd3f-4473-4e57-8c05-a3ebce04be46", "vfModuleModelCustomizationUUID": "867e0bb8-43c3-4ba1-b1df-b6ff33b0ec12", "isBase": true, "artifacts": [ "f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9", "d0757c4c-c6b3-4aae-841d-1411d821f8b7" ], "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-10-12T06:03:47.778Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bb0fd3f-4473-4e57-8c05-a3ebce04be46 VfModuleModelInvariantUUID:92bfeea4-f52f-41a9-ae67-1f943c77ba5e VfModuleModelDescription:NULL Artifacts UUID List:{ f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9 , d0757c4c-c6b3-4aae-841d-1411d821f8b7 } 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-10-12T06:03:47.778Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-12T06:03:47.779Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:03:47.779Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:47.829Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:03:47.830Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f5eb5bb4-2b73-4b82-bbdb-5f64ac4722f9 5033 2022-10-12T06:03:47.830Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:47.830Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:47.830Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:03:47.830Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:47.832Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:47.832Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554627830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:03:47.933Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:47.933Z||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-10-12T06:03:47.934Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:47.949Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:47.949Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:48.833Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0757c4c-c6b3-4aae-841d-1411d821f8b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-12T06:03:48.833Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-12T06:03:48.833Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:48.879Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-12T06:03:48.880Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d0757c4c-c6b3-4aae-841d-1411d821f8b7 903 2022-10-12T06:03:48.880Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:48.880Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:48.880Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:03:48.880Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:48.882Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:48.882Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554628880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:03:48.982Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:48.983Z||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-10-12T06:03:48.983Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:48.996Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:48.997Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:49.882Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e8ab8b5d-3188-40d6-9d9b-4239cad66ee2 2022-10-12T06:03:49.883Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3be09dcb-17d7-4309-a8d4-b3d967b79fe3 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-10-12T06:03:49.895Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@441736db, org.onap.sdc.toscaparser.api.parameters.Input@67e129e4, org.onap.sdc.toscaparser.api.parameters.Input@27487026, org.onap.sdc.toscaparser.api.parameters.Input@6f041701, org.onap.sdc.toscaparser.api.parameters.Input@125845d4] 2022-10-12T06:03:49.897Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.897Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.897Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-12T06:03:49.897Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e55f0fc9-a96c-4c2e-959c-c11a000cb085 2022-10-12T06:03:49.897Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e55f0fc9-a96c-4c2e-959c-c11a000cb085 matches Tosca VF Customization UUID: e55f0fc9-a96c-4c2e-959c-c11a000cb085 2022-10-12T06:03:49.898Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e55f0fc9-a96c-4c2e-959c-c11a000cb085 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-10-12T06:03:49.900Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.900Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.901Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e55f0fc9-a96c-4c2e-959c-c11a000cb085: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-12T06:03:49.901Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57c6c69f 2022-10-12T06:03:49.901Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.902Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T06:03:49.902Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 867e0bb8-43c3-4ba1-b1df-b6ff33b0ec12 2022-10-12T06:03:49.902Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 867e0bb8-43c3-4ba1-b1df-b6ff33b0ec12 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-10-12T06:03:49.904Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.904Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:49.904Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:49.905Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.905Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:49.905Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:49.906Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.906Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-12T06:03:49.906Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-12T06:03:49.906Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-12T06:03:49.907Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e55def85-7e93-469b-8f67-c5496abd5f04 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-10-12T06:03:49.909Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.909Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:49.909Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:03:49.909Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.910Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-12T06:03:49.910Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e55f0fc9-a96c-4c2e-959c-c11a000cb085 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-10-12T06:03:49.912Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.912Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e8ab8b5d-3188-40d6-9d9b-4239cad66ee2: basic_vm 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.913Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.914Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.914Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.914Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:03:49.914Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:03:49.914Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:49.981Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3be09dcb-17d7-4309-a8d4-b3d967b79fe3 1 ASDC deployResourceStructure 2022-10-12T06:03:49.981Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:49.981Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:49.981Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:49.981Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:49.983Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:49.983Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554629981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:03:50.083Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:50.084Z||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-10-12T06:03:50.085Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:50.096Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:50.096Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:50.984Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:50.984Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:50.984Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:50.985Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:50.986Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:50.987Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554630984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:03:51.087Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:03:51.088Z||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-10-12T06:03:51.088Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:51.108Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:51.108Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:51.987Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:51.988Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||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-10-12T06:03:51.988Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:51.988Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:51.990Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:51.990Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554631987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-12T06:03:52.090Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:52.091Z||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-10-12T06:03:52.091Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:52.131Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:52.132Z||pool-86-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:03:52.991Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-12T06:03:52.991Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-12T06:03:52.991Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:03:52.992Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:03:52.994Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:03:52.994Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554632991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:03:53.094Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:03:53.095Z||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-10-12T06:03:53.095Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:03:53.106Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:03:53.106Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:03:53.994Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f618f139-45d4-4eb3-a627-9b48fce4b3d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:03:54.005Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f618f139-45d4-4eb3-a627-9b48fce4b3d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:03:54.008Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:03:54.008Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T06:03:54.008Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T06:03:54.008Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T06:03:54.008Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:54.008Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:54.009Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:54.009Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:54.009Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:54.009Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:03:54.009Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:03:54.014Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T06:04:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:04:17.379Z||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-10-12T06:04:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:04:17.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:04:17.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554562191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-12T06:04:17.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554572409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554574692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554575788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554576860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554577913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554578976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:04:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554580074, "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-10-12T06:04:17.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554581077, "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-10-12T06:04:17.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554582081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554583085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554584089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554585094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:04:17.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:04:24.014Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f618f139-45d4-4eb3-a627-9b48fce4b3d5 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-10-12T06:04:24.019Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f618f139-45d4-4eb3-a627-9b48fce4b3d5 and serviceModelVersionId: e8ab8b5d-3188-40d6-9d9b-4239cad66ee2 2022-10-12T06:04:24.019Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c16d97c6-cbe4-4bb9-8234-e54ed52576bb 2022-10-12T06:04:24.019Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0 2022-10-12T06:04:24.023Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T06:04:24.062Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0|INFO|500||Invoke 2022-10-12T06:04:24.062Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f618f139-45d4-4eb3-a627-9b48fce4b3d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30994f8f-4f21-449f-b388-e62461d96d92], X-ECOMP-RequestID=[f618f139-45d4-4eb3-a627-9b48fce4b3d5], X-TransactionId=[], X-ONAP-RequestID=[f618f139-45d4-4eb3-a627-9b48fce4b3d5], Content-Type=[application/merge-patch+json]} 2022-10-12T06:04:24.081Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T06:04:24.182Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?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/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221012-06:04:23:967-2228], vertex-id=[475152], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:04:23 GMT], Content-Type=[application/json]} 2022-10-12T06:04:24.182Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T06:04:24.183Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c16d97c6-cbe4-4bb9-8234-e54ed52576bb/model-vers/model-ver/e8ab8b5d-3188-40d6-9d9b-4239cad66ee2?depth=0|INFO|500||InvokeReturn 2022-10-12T06:04:24.183Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T06:04:24.183Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T06:04:24.201Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T06:04:24.202Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f618f139-45d4-4eb3-a627-9b48fce4b3d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T06:04:24.203Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T06:04:24.203Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:04:24.205Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:04:24.205Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554664202, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:04:24.305Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:04:24.306Z||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-10-12T06:04:24.306Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:04:24.321Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:04:24.321Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T06:04:25.216Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:04:25.216Z||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-10-12T06:04:25.217Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:04:35.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:04:35.503Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:04:35.503Z||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-10-12T06:04:35.503Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:04:45.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:04:45.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:04:45.041Z||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-10-12T06:04:45.042Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:04:54.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:04:54.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:04:54.596Z||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-10-12T06:04:54.596Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:05:04.143Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:05:04.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:05:04.144Z||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-10-12T06:05:04.145Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:05:13.710Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:05:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:05:17.377Z||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-10-12T06:05:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:05:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:05:17.379Z||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-10-12T06:05:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:05:17.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:05:17.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c8564-5964-441c-a6e6-567b31264523", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554616307, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-12T06:05:17.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554516282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-12T06:05:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554624530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554626770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554627830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554628880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554629981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554630984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554631987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554632991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:05:17.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:05:26.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:06:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:06:17.377Z||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-10-12T06:06:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:06:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:06:17.379Z||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-10-12T06:06:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:06:17.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:06:17.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:06:17.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665554664202, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:06:17.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:06:26.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:07:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:07:17.377Z||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-10-12T06:07:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:07:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:07:17.378Z||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-10-12T06:07:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:07:26.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:07:26.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:08:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:08:17.377Z||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-10-12T06:08:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:08:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:08:17.378Z||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-10-12T06:08:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:08:26.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:08:26.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:09:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:09:17.378Z||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-10-12T06:09:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:09:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:09:17.379Z||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-10-12T06:09:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:09:26.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:09:26.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:10:17.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:10:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:10:17.378Z||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-10-12T06:10:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:10:17.379Z||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-10-12T06:10:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:10:26.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:10:26.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:11:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:11:17.377Z||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-10-12T06:11:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:11:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:11:17.379Z||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-10-12T06:11:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:11:26.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:11:26.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:12:17.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:12:17.377Z||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-10-12T06:12:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:12:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:12:17.380Z||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-10-12T06:12:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:12:26.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:12:26.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:17.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:13:17.377Z||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-10-12T06:13:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:13:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:13:17.379Z||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-10-12T06:13:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:13:17.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:17.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:13:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:17.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:13:17.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:17.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:13:17.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"39845003-ca12-4230-bc9e-3ba3bb44eb6d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3","serviceDescription":"service","serviceInvariantUUID":"63035f09-a5a6-41ec-b8aa-a10f3dcede78","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"baa098a2-14f1-4d7b-aabe-6ad71c5b980d","resourceInvariantUUID":"2c7750e6-4fe8-4c2d-8b35-45ef25a1ae7c","resourceCustomizationUUID":"675c84e9-afe9-4d13-9105-40075975249b","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":"ZmM4M2UyNDVmZmRlYzZhYzAzYmEzOGI5YjlkZDhhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba25ad2d-4bcc-44b7-b7f2-d7dc1a32c3a6","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":"MDE2OTI2NDJmMjkyYjk0YjQwZjcyM2YxMTk5NDFlNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00537aba-9bd2-45f9-87ac-9f5c118b1017","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":"ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97","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":"0caa71a7-a13b-42af-adb9-f44c7ec37684","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":"0fe08100-6782-4633-a159-ec6f65f49138","artifactVersion":"2","generatedFromUUID":"ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97"},{"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":"N2RkNjdlNjRjOTNhMGY3MjgyNzZkZGUwNWJjY2FiZDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97090b88-fd8c-430d-a89d-c895617df238","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":"NDExMDkyNmJiYmFkM2FiYmNjYmIxYzMxZTgzZTQ1YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"725ace84-43fc-4176-be7c-bdb5dc688d6e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTczNWE2NTA0OTliOGM3ZmQzYTZlOWM1ZmQ1ZTNkMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37ec55da-3478-4a6f-a46a-4b4db6d2399f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T06:13:17.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:17.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:17.982Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:17.982Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:18.082Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:18.083Z||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-10-12T06:13:18.083Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:18.097Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:18.097Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:18.982Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:18.983Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:18.985Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:18.985Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:13:19.085Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:19.086Z||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-10-12T06:13:19.086Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:19.097Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:19.098Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:19.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:19.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:19.989Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:19.989Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-12T06:13:20.089Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:20.091Z||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-10-12T06:13:20.091Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:20.103Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:20.104Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:20.990Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:20.990Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:20.992Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:20.992Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:21.092Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:21.095Z||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-10-12T06:13:21.095Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:21.108Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:21.108Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:21.993Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:21.993Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:21.995Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:21.995Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-12T06:13:22.095Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:22.097Z||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-10-12T06:13:22.097Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:22.109Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:22.109Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:22.996Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:22.996Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:22.998Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:22.998Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:23.098Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:23.099Z||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-10-12T06:13:23.099Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:23.112Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:23.113Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:23.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:24.000Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:24.001Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:24.002Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:13:24.102Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:13:24.103Z||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-10-12T06:13:24.103Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:24.114Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:24.114Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:25.002Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:13:25.003Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:25.005Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:25.005Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:13:25.105Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:25.106Z||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-10-12T06:13:25.106Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:25.118Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:25.118Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:26.005Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3", "serviceDescription": "service", "serviceInvariantUUID": "63035f09-a5a6-41ec-b8aa-a10f3dcede78", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "675c84e9-afe9-4d13-9105-40075975249b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "baa098a2-14f1-4d7b-aabe-6ad71c5b980d", "resourceInvariantUUID": "2c7750e6-4fe8-4c2d-8b35-45ef25a1ae7c", "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": "MDE2OTI2NDJmMjkyYjk0YjQwZjcyM2YxMTk5NDFlNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "00537aba-9bd2-45f9-87ac-9f5c118b1017", "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": "ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97", "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": "0fe08100-6782-4633-a159-ec6f65f49138", "generatedFromUUID": "ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97" }, "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": "0fe08100-6782-4633-a159-ec6f65f49138", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTczNWE2NTA0OTliOGM3ZmQzYTZlOWM1ZmQ1ZTNkMDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37ec55da-3478-4a6f-a46a-4b4db6d2399f" } ], "workloadContext": "Production" } 2022-10-12T06:13:26.006Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T06:13:26.006Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3 ASDC 2022-10-12T06:13:26.007Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:39845003-ca12-4230-bc9e-3ba3bb44eb6d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3 ServiceInvariantUUID:63035f09-a5a6-41ec-b8aa-a10f3dcede78 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:37ec55da-3478-4a6f-a46a-4b4db6d2399f ArtifactChecksum:YTczNWE2NTA0OTliOGM3ZmQzYTZlOWM1ZmQ1ZTNkMDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:675c84e9-afe9-4d13-9105-40075975249b ResourceInvariantUUID:2c7750e6-4fe8-4c2d-8b35-45ef25a1ae7c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:baa098a2-14f1-4d7b-aabe-6ad71c5b980d 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:00537aba-9bd2-45f9-87ac-9f5c118b1017 ArtifactChecksum:MDE2OTI2NDJmMjkyYjk0YjQwZjcyM2YxMTk5NDFlNmI= 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:ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97 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:0fe08100-6782-4633-a159-ec6f65f49138 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:0fe08100-6782-4633-a159-ec6f65f49138 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-12T06:13:26.007Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3 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-10-12T06:13:26.051Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:13:26.052Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-12T06:13:26.052Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-12T06:13:26.053Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37ec55da-3478-4a6f-a46a-4b4db6d2399f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-12T06:13:26.053Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-12T06:13:26.053Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-12T06:13:26.150Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-12T06:13:26.154Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 37ec55da-3478-4a6f-a46a-4b4db6d2399f 82607 2022-10-12T06:13:26.155Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-12T06:13:26.155Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-12T06:13:26.155Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:13:26.155Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:26.157Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:26.158Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555206155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:13:26.258Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:26.259Z||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-10-12T06:13:26.259Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:26.271Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:26.271Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:27.158Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:13:27.159Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-12T06:13:27.160Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37ec55da-3478-4a6f-a46a-4b4db6d2399f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:27.160Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-12T06:13:27.160Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:27.161Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:27.391Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP376868169661176987/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-12T06:13:28.510Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T06:13:28.511Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-12T06:13:28.511Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.511Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.512Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-12T06:13:28.513Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-12T06:13:28.513Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.513Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.513Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:28.514Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-12T06:13:28.514Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:13:28.514Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.514Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.514Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:28.515Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-12T06:13:28.515Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:13:28.515Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.515Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.515Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.516Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-12T06:13:28.516Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-12T06:13:28.516Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-12T06:13:28.516Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-12T06:13:28.516Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-12T06:13:28.517Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-12T06:13:28.517Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.517Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T06:13:28.517Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.517Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:28.517Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:13:28.518Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.518Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:28.518Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:13:28.518Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.518Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:28.519Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:13:28.519Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.519Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-12T06:13:28.519Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-12T06:13:28.519Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-12T06:13:28.520Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3125e05d-1b17-44c4-be1a-ddc82ceb5d65 2022-10-12T06:13:28.520Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.520Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.520Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.520Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.520Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.521Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.521Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:28.521Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:28.521Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3 Model Version:NULL Model InvariantUuid:63035f09-a5a6-41ec-b8aa-a10f3dcede78 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9dbaa06b-1aea-4de5-90ed-f7657d5bf42b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2c7750e6-4fe8-4c2d-8b35-45ef25a1ae7c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:675c84e9-afe9-4d13-9105-40075975249b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4dee987d-5460-46dc-919e-5245f373d1af ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2d15782a-8e1d-4a70-8b0d-1b19f829e961 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3125e05d-1b17-44c4-be1a-ddc82ceb5d65 ModelInvariantUuid:98662066-d272-4b73-98c0-59fb3c4066a5 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:da67cd2c-5988-4ed3-9574-dc2b07fe233d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bbc2789b-7e7a-46c0-b6c5-bd64b08d8931 ModelInvariantUuid:a38ff83b-7f7b-402b-a85f-97ab331b2a8a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:737def43-6b56-4cb8-851a-cec3e02bc6cf 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-10-12T06:13:28.527Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: baa098a2-14f1-4d7b-aabe-6ad71c5b980d 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-10-12T06:13:28.531Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-10-12T06:13:28.532Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: baa098a2-14f1-4d7b-aabe-6ad71c5b980d 2022-10-12T06:13:28.532Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 00537aba-9bd2-45f9-87ac-9f5c118b1017 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-12T06:13:28.532Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-12T06:13:28.532Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:28.584Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-12T06:13:28.584Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 00537aba-9bd2-45f9-87ac-9f5c118b1017 792 2022-10-12T06:13:28.584Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:28.585Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:28.585Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:13:28.585Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:28.587Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:28.588Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555208584, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:13:28.688Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:13:28.689Z||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-10-12T06:13:28.689Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:28.700Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:28.701Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:29.588Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4dee987d-5460-46dc-919e-5245f373d1af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d15782a-8e1d-4a70-8b0d-1b19f829e961", "vfModuleModelCustomizationUUID": "fda3d350-b70c-40aa-a17e-fc5cb085e67f", "isBase": true, "artifacts": [ "ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97", "0fe08100-6782-4633-a159-ec6f65f49138" ], "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-10-12T06:13:29.593Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d15782a-8e1d-4a70-8b0d-1b19f829e961 VfModuleModelInvariantUUID:4dee987d-5460-46dc-919e-5245f373d1af VfModuleModelDescription:NULL Artifacts UUID List:{ ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97 , 0fe08100-6782-4633-a159-ec6f65f49138 } 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-10-12T06:13:29.596Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4dee987d-5460-46dc-919e-5245f373d1af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d15782a-8e1d-4a70-8b0d-1b19f829e961", "vfModuleModelCustomizationUUID": "fda3d350-b70c-40aa-a17e-fc5cb085e67f", "isBase": true, "artifacts": [ "ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97", "0fe08100-6782-4633-a159-ec6f65f49138" ], "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-10-12T06:13:29.596Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d15782a-8e1d-4a70-8b0d-1b19f829e961 VfModuleModelInvariantUUID:4dee987d-5460-46dc-919e-5245f373d1af VfModuleModelDescription:NULL Artifacts UUID List:{ ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97 , 0fe08100-6782-4633-a159-ec6f65f49138 } 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-10-12T06:13:29.596Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-12T06:13:29.597Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-12T06:13:29.597Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:29.638Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-12T06:13:29.638Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ee2c47d2-17e3-4dd1-ba0b-a5d95b073c97 5033 2022-10-12T06:13:29.639Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:29.639Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:29.639Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:13:29.639Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:29.641Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:29.642Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555209639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:13:29.741Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:13:29.742Z||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-10-12T06:13:29.742Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:29.755Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:29.756Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:30.642Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0fe08100-6782-4633-a159-ec6f65f49138 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-12T06:13:30.643Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-12T06:13:30.643Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:30.733Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-12T06:13:30.734Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0fe08100-6782-4633-a159-ec6f65f49138 903 2022-10-12T06:13:30.734Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:30.734Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:30.734Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:13:30.735Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:30.737Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:30.737Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555210734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:13:30.837Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:30.838Z||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-10-12T06:13:30.838Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:30.850Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:30.850Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:31.737Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3 2022-10-12T06:13:31.738Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 baa098a2-14f1-4d7b-aabe-6ad71c5b980d 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-10-12T06:13:31.753Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35b7063a, org.onap.sdc.toscaparser.api.parameters.Input@3a24a573, org.onap.sdc.toscaparser.api.parameters.Input@52d94549, org.onap.sdc.toscaparser.api.parameters.Input@71680825, org.onap.sdc.toscaparser.api.parameters.Input@7ce346e4] 2022-10-12T06:13:31.754Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.755Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.755Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-12T06:13:31.755Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 675c84e9-afe9-4d13-9105-40075975249b 2022-10-12T06:13:31.755Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 675c84e9-afe9-4d13-9105-40075975249b matches Tosca VF Customization UUID: 675c84e9-afe9-4d13-9105-40075975249b 2022-10-12T06:13:31.755Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 675c84e9-afe9-4d13-9105-40075975249b 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-10-12T06:13:31.758Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.758Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.759Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 675c84e9-afe9-4d13-9105-40075975249b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-12T06:13:31.759Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a008f7a 2022-10-12T06:13:31.759Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.759Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-12T06:13:31.760Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fda3d350-b70c-40aa-a17e-fc5cb085e67f 2022-10-12T06:13:31.760Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fda3d350-b70c-40aa-a17e-fc5cb085e67f 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-10-12T06:13:31.762Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.762Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:31.763Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:13:31.763Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.763Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:31.763Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:13:31.764Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.764Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-12T06:13:31.764Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-12T06:13:31.764Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-12T06:13:31.765Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3125e05d-1b17-44c4-be1a-ddc82ceb5d65 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-10-12T06:13:31.768Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.768Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:31.768Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-12T06:13:31.768Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.768Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-12T06:13:31.769Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=675c84e9-afe9-4d13-9105-40075975249b 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-10-12T06:13:31.770Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.771Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.771Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3: basic_vm_macro 2022-10-12T06:13:31.771Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.771Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.771Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.772Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.772Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.772Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.772Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.772Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.773Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:13:31.773Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:13:31.773Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:31.871Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro baa098a2-14f1-4d7b-aabe-6ad71c5b980d 1 ASDC deployResourceStructure 2022-10-12T06:13:31.872Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:31.872Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:31.872Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:13:31.872Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:31.874Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:31.874Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555211872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:13:31.975Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:13:31.976Z||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-10-12T06:13:31.976Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:32.000Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:32.001Z||pool-101-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:13:32.875Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:32.876Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:32.876Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:13:32.876Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:32.878Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:32.879Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555212875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:13:32.979Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-12T06:13:32.979Z||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-10-12T06:13:32.979Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:32.994Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:32.995Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:33.879Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:33.880Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||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-10-12T06:13:33.880Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:13:33.881Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:33.883Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:33.883Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555213879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-12T06:13:33.983Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:33.984Z||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-10-12T06:13:33.984Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:33.995Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:33.995Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:34.884Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-12T06:13:34.884Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-12T06:13:34.884Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:13:34.885Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:13:34.887Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:13:34.887Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555214883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:13:34.987Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:13:34.987Z||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-10-12T06:13:34.988Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:13:35.001Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:13:35.002Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:13:35.887Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:13:35.898Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:13:35.900Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:13:35.900Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:13:35.900Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:14:05.901Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:14:05.910Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:14:05.912Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:14:05.912Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:14:05.912Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:14:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:14:17.380Z||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-10-12T06:14:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:14:17.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:14:17.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:14:17.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:14:17.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:14:35.913Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:14:35.924Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:14:35.925Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:14:35.925Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:14:35.925Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:15:05.926Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:15:05.937Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:15:05.938Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:15:05.938Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:15:05.939Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:15:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:15:17.379Z||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-10-12T06:15:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:15:17.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:15:17.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "ves-openapi-manager", "timestamp": 1665555190055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555181995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555189857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555191197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555184994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555200043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555199944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555199128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555192474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-12T06:15:17.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555201238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555201299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555202332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "cds", "timestamp": 1665555202432, "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-10-12T06:15:17.430Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39845003-ca12-4230-bc9e-3ba3bb44eb6d 2022-10-12T06:15:17.430Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39845003-ca12-4230-bc9e-3ba3bb44eb6d 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-10-12T06:15:17.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-12T06:15:17.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555202303, "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-10-12T06:15:17.443Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39845003-ca12-4230-bc9e-3ba3bb44eb6d 2022-10-12T06:15:17.443Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39845003-ca12-4230-bc9e-3ba3bb44eb6d 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-10-12T06:15:17.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555203406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555204439, "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-10-12T06:15:17.456Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39845003-ca12-4230-bc9e-3ba3bb44eb6d 2022-10-12T06:15:17.456Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39845003-ca12-4230-bc9e-3ba3bb44eb6d 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-10-12T06:15:17.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "multicloud-k8s-id", "timestamp": 1665555205444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555205469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555197376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555205132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "aai-ml", "timestamp": 1665555206473, "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-10-12T06:15:17.471Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39845003-ca12-4230-bc9e-3ba3bb44eb6d 2022-10-12T06:15:17.472Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39845003-ca12-4230-bc9e-3ba3bb44eb6d 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-10-12T06:15:17.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555206155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555208136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555208584, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "clamp", "timestamp": 1665555209141, "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-10-12T06:15:17.487Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39845003-ca12-4230-bc9e-3ba3bb44eb6d 2022-10-12T06:15:17.487Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39845003-ca12-4230-bc9e-3ba3bb44eb6d 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-10-12T06:15:17.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555209639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555210734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555211872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555203436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555212875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:15:17.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555214209, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555213879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-12T06:15:17.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "cds", "timestamp": 1665555215582, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-12T06:15:17.513Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 2022-10-12T06:15:17.513Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 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-10-12T06:15:17.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555214883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "ves-openapi-manager", "timestamp": 1665555210055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555212474, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555223230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555224298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555225358, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555214994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555226417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555227481, "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-10-12T06:15:17.540Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 2022-10-12T06:15:17.541Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 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-10-12T06:15:17.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665555228485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555219857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555221197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555230594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555231969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555232564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555233562, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555233568, "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-10-12T06:15:17.556Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 2022-10-12T06:15:17.556Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 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-10-12T06:15:17.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555237139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555238408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:15:17.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:15:17.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "clamp", "timestamp": 1665555238143, "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-10-12T06:15:17.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 2022-10-12T06:15:17.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 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-10-12T06:15:17.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:15:17.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd", "consumerID": "aai-ml", "timestamp": 1665555239410, "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-10-12T06:15:17.582Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 2022-10-12T06:15:17.582Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2ae0c9e-7d7d-494a-bcc6-1c462bd627fd 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-10-12T06:15:35.939Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:15:35.951Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:15:35.954Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:15:35.955Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:15:35.955Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:15:35.960Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T06:16:05.961Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d 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-10-12T06:16:05.967Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39845003-ca12-4230-bc9e-3ba3bb44eb6d and serviceModelVersionId: 6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3 2022-10-12T06:16:05.968Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63035f09-a5a6-41ec-b8aa-a10f3dcede78 2022-10-12T06:16:05.969Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0 2022-10-12T06:16:05.975Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T06:16:06.049Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0|INFO|500||Invoke 2022-10-12T06:16:06.050Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39845003-ca12-4230-bc9e-3ba3bb44eb6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[876d8b57-89bb-4592-8119-0b319c40167d], X-ECOMP-RequestID=[39845003-ca12-4230-bc9e-3ba3bb44eb6d], X-TransactionId=[], X-ONAP-RequestID=[39845003-ca12-4230-bc9e-3ba3bb44eb6d], Content-Type=[application/merge-patch+json]} 2022-10-12T06:16:06.074Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T06:16:06.225Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?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/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221012-06:16:05:969-90844], vertex-id=[528400], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:16:05 GMT], Content-Type=[application/json]} 2022-10-12T06:16:06.226Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T06:16:06.226Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63035f09-a5a6-41ec-b8aa-a10f3dcede78/model-vers/model-ver/6bc1e8ae-0054-4eb5-bf94-86cbeeb212d3?depth=0|INFO|500||InvokeReturn 2022-10-12T06:16:06.227Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T06:16:06.227Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T06:16:06.233Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T06:16:06.233Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39845003-ca12-4230-bc9e-3ba3bb44eb6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T06:16:06.233Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T06:16:06.233Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:06.235Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:06.235Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555366233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:16:06.335Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:06.336Z||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-10-12T06:16:06.337Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:06.355Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:06.355Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-12T06:16:07.247Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:16:07.247Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|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-10-12T06:16:07.247Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:16:11.673Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:11.674Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-12T06:16:11.674Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1fefc026-b828-4981-b7e0-b07fb7deca9f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a0107f8-fa4d-4c8d-a21e-e59d132413db","serviceDescription":"service","serviceInvariantUUID":"4d7d9900-0a42-4a7d-a05e-d88a17e275d8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"97a200d8-34a2-4dde-92fc-590fa81b1294","resourceInvariantUUID":"b49748d0-bcab-4220-b4da-7819775539e4","resourceCustomizationUUID":"bc88eb05-eb71-41fe-81e3-644b88a26ed5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDlmZGM4MDBiZDZhNDg4ZTM3MjcyYTcwNTBlNzZmN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e3f95aa-ea58-4920-8200-986b7a30f035","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e66bb70f-a201-44e6-94da-122a24c4ea49","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbd04f30-e741-4912-be95-08bf75fcaee8","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MWEzYzQ4YWJjMDQyZDQzYmFiNjg3N2I5Yzc5Y2M2M2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4fe5878e-6062-4ab6-8d98-b8911dc5f140","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e5653d4-cbc5-4f6b-8070-82bf8fa60d7d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c00a698-ae20-4294-b1c5-b7cf59db309f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08f5182b-99e7-49f2-a45a-253c8e03095e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YWZkOTQzZGQ0YWY2ZDc1Mjc1YjY5MjgxODM2ZjMyNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a222b755-ea8c-4da0-92e6-a3bd46a3217e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmIxNTI1YjE2MjFlZjUwNzU2NjMwNjgyYzM3NGI1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f348cc8a-c2f2-4ae6-afc7-8bb84d4a05cf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-12T06:16:11.675Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:11.676Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:11.677Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:11.678Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:11.778Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:11.779Z||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-10-12T06:16:11.779Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:11.789Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:11.789Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:12.678Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:12.679Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:12.681Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:12.681Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:12.784Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-12T06:16:12.786Z||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-10-12T06:16:12.786Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:12.797Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:12.798Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:13.682Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:13.682Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:13.684Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:13.684Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:13.785Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:13.785Z||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-10-12T06:16:13.786Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:13.797Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:13.797Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:14.685Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:14.686Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:14.688Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:14.688Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:14.788Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:14.789Z||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-10-12T06:16:14.789Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:14.804Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:14.804Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:16:15.689Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:15.689Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:15.692Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:15.692Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:15.792Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:15.793Z||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-10-12T06:16:15.793Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:15.804Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:15.805Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:16.692Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:16.693Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:16.695Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:16.695Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:16.795Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:16.796Z||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-10-12T06:16:16.796Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:16.808Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:16.808Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:16:17.379Z||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-10-12T06:16:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:16:17.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:17.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555286995, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555290055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555300631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555300757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665555292474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:16:17.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555301656, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-12T06:16:17.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:16:17.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "cds", "timestamp": 1665555302080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-12T06:16:17.430Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fefc026-b828-4981-b7e0-b07fb7deca9f 2022-10-12T06:16:17.430Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fefc026-b828-4981-b7e0-b07fb7deca9f 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-10-12T06:16:17.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "ves-openapi-manager", "timestamp": 1665555302658, "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-10-12T06:16:17.445Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1fefc026-b828-4981-b7e0-b07fb7deca9f 2022-10-12T06:16:17.445Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fefc026-b828-4981-b7e0-b07fb7deca9f 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-10-12T06:16:17.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555304994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:16:17.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:16:17.696Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:17.696Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:17.698Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:17.698Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:17.798Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:17.800Z||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-10-12T06:16:17.800Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:17.814Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:17.815Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:18.699Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:18.699Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:18.701Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:18.702Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:16:18.802Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:18.802Z||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-10-12T06:16:18.803Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:18.813Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:18.813Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:19.702Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-12T06:16:19.702Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:19.704Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:19.704Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:16:19.805Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:19.805Z||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-10-12T06:16:19.805Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:19.846Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:19.846Z||pool-114-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:16:20.705Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a0107f8-fa4d-4c8d-a21e-e59d132413db", "serviceDescription": "service", "serviceInvariantUUID": "4d7d9900-0a42-4a7d-a05e-d88a17e275d8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "bc88eb05-eb71-41fe-81e3-644b88a26ed5", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "97a200d8-34a2-4dde-92fc-590fa81b1294", "resourceInvariantUUID": "b49748d0-bcab-4220-b4da-7819775539e4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NmIxNTI1YjE2MjFlZjUwNzU2NjMwNjgyYzM3NGI1MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f348cc8a-c2f2-4ae6-afc7-8bb84d4a05cf" } ], "workloadContext": "Production" } 2022-10-12T06:16:20.706Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-12T06:16:20.706Z|39845003-ca12-4230-bc9e-3ba3bb44eb6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a0107f8-fa4d-4c8d-a21e-e59d132413db ASDC 2022-10-12T06:16:20.706Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1fefc026-b828-4981-b7e0-b07fb7deca9f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a0107f8-fa4d-4c8d-a21e-e59d132413db ServiceInvariantUUID:4d7d9900-0a42-4a7d-a05e-d88a17e275d8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:f348cc8a-c2f2-4ae6-afc7-8bb84d4a05cf ArtifactChecksum:NmIxNTI1YjE2MjFlZjUwNzU2NjMwNjgyYzM3NGI1MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:bc88eb05-eb71-41fe-81e3-644b88a26ed5 ResourceInvariantUUID:b49748d0-bcab-4220-b4da-7819775539e4 ResourceName:test-pnf ResourceType:PNF ResourceUUID:97a200d8-34a2-4dde-92fc-590fa81b1294 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-12T06:16:20.707Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a0107f8-fa4d-4c8d-a21e-e59d132413db 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-10-12T06:16:20.742Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:16:20.743Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-12T06:16:20.743Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-12T06:16:20.743Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f348cc8a-c2f2-4ae6-afc7-8bb84d4a05cf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-12T06:16:20.743Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-12T06:16:20.744Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-12T06:16:20.813Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-12T06:16:20.820Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f348cc8a-c2f2-4ae6-afc7-8bb84d4a05cf 110867 2022-10-12T06:16:20.821Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-12T06:16:20.821Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-12T06:16:20.821Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-12T06:16:20.821Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:20.830Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:20.830Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555380821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:16:20.924Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-10-12T06:16:20.925Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-12T06:16:20.925Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:20.936Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:20.936Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-12T06:16:21.831Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-12T06:16:21.831Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-12T06:16:21.831Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f348cc8a-c2f2-4ae6-afc7-8bb84d4a05cf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:21.832Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-12T06:16:21.832Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:21.832Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:21.943Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11888313579803294184/Definitions/service-TestPnfMacro-template.yml 2022-10-12T06:16:22.651Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-12T06:16:22.651Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.652Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-12T06:16:22.653Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.653Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.653Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-12T06:16:22.653Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-12T06:16:22.653Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:16:22.653Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.654Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.655Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5a0107f8-fa4d-4c8d-a21e-e59d132413db Model Version:NULL Model InvariantUuid:4d7d9900-0a42-4a7d-a05e-d88a17e275d8 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-10-12T06:16:22.663Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 97a200d8-34a2-4dde-92fc-590fa81b1294 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-10-12T06:16:22.666Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-10-12T06:16:22.666Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 97a200d8-34a2-4dde-92fc-590fa81b1294 2022-10-12T06:16:22.666Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5a0107f8-fa4d-4c8d-a21e-e59d132413db 2022-10-12T06:16:22.666Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a0107f8-fa4d-4c8d-a21e-e59d132413db 2022-10-12T06:16:22.666Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 97a200d8-34a2-4dde-92fc-590fa81b1294 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-10-12T06:16:22.671Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32068959, org.onap.sdc.toscaparser.api.parameters.Input@1cc387b3, org.onap.sdc.toscaparser.api.parameters.Input@61de6970, org.onap.sdc.toscaparser.api.parameters.Input@4151eccf, org.onap.sdc.toscaparser.api.parameters.Input@479be9fd] 2022-10-12T06:16:22.671Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.671Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.671Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5a0107f8-fa4d-4c8d-a21e-e59d132413db: test-pnf 2022-10-12T06:16:22.672Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Processing PNF resource: 97a200d8-34a2-4dde-92fc-590fa81b1294 2022-10-12T06:16:22.672Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-12T06:16:22.672Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-12T06:16:22.672Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||Resource customization UUID: bc88eb05-eb71-41fe-81e3-644b88a26ed5 is the same as notified resource customizationUUID: bc88eb05-eb71-41fe-81e3-644b88a26ed5 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-10-12T06:16:22.701Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 97a200d8-34a2-4dde-92fc-590fa81b1294 0 ASDC deployResourceStructure 2022-10-12T06:16:22.701Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-12T06:16:22.702Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-12T06:16:22.702Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-12T06:16:22.702Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:16:22.704Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:16:22.704Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555382701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:16:22.804Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:16:22.806Z||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-10-12T06:16:22.806Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:16:22.819Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:16:22.820Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-12T06:16:23.704Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:16:23.714Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:16:23.716Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:16:23.716Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:16:23.716Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:16:53.717Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:16:53.728Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:16:53.730Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:16:53.730Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:16:53.731Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:17:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:17:17.379Z||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-10-12T06:17:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:17:17.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:17:17.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:17:17.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:17:17.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:17:23.731Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:17:23.742Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:17:23.744Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:17:23.744Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:17:23.744Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:17:53.745Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:17:53.756Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:17:53.759Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:17:53.759Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-12T06:17:53.759Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-12T06:18:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:18:17.379Z||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-10-12T06:18:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:18:17.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:18:17.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555309857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555311197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555319606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555320942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:18:17.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555320147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555321280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555322147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665555322284, "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-10-12T06:18:17.419Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fefc026-b828-4981-b7e0-b07fb7deca9f 2022-10-12T06:18:17.419Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fefc026-b828-4981-b7e0-b07fb7deca9f 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-10-12T06:18:17.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "clamp", "timestamp": 1665555323151, "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-10-12T06:18:17.431Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fefc026-b828-4981-b7e0-b07fb7deca9f 2022-10-12T06:18:17.431Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fefc026-b828-4981-b7e0-b07fb7deca9f 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-10-12T06:18:17.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555324814, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:18:17.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "aai-ml", "timestamp": 1665555325817, "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-10-12T06:18:17.442Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1fefc026-b828-4981-b7e0-b07fb7deca9f 2022-10-12T06:18:17.442Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fefc026-b828-4981-b7e0-b07fb7deca9f 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-10-12T06:18:17.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39845003-ca12-4230-bc9e-3ba3bb44eb6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555366233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:17.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-12T06:18:17.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:18:17.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-12T06:18:23.759Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-12T06:18:23.776Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-12T06:18:23.778Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-12T06:18:23.778Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-12T06:18:23.778Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:18:23.779Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-12T06:18:23.780Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-12T06:18:23.784Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-12T06:18:53.784Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f 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-10-12T06:18:53.791Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fefc026-b828-4981-b7e0-b07fb7deca9f and serviceModelVersionId: 5a0107f8-fa4d-4c8d-a21e-e59d132413db 2022-10-12T06:18:53.792Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d7d9900-0a42-4a7d-a05e-d88a17e275d8 2022-10-12T06:18:53.792Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0 2022-10-12T06:18:53.796Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-12T06:18:53.834Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0|INFO|500||Invoke 2022-10-12T06:18:53.834Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fefc026-b828-4981-b7e0-b07fb7deca9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c178f9f-a6a5-4088-8d92-2475f1009ba5], X-ECOMP-RequestID=[1fefc026-b828-4981-b7e0-b07fb7deca9f], X-TransactionId=[], X-ONAP-RequestID=[1fefc026-b828-4981-b7e0-b07fb7deca9f], Content-Type=[application/merge-patch+json]} 2022-10-12T06:18:53.864Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-12T06:18:54.022Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?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/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221012-06:18:53:759-77728], vertex-id=[192584], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:18:53 GMT], Content-Type=[application/json]} 2022-10-12T06:18:54.022Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-12T06:18:54.023Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d7d9900-0a42-4a7d-a05e-d88a17e275d8/model-vers/model-ver/5a0107f8-fa4d-4c8d-a21e-e59d132413db?depth=0|INFO|500||InvokeReturn 2022-10-12T06:18:54.025Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-12T06:18:54.025Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-12T06:18:54.032Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-12T06:18:54.032Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fefc026-b828-4981-b7e0-b07fb7deca9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-12T06:18:54.032Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-12T06:18:54.033Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-12T06:18:54.035Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-12T06:18:54.035Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555534032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:18:54.135Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-12T06:18:54.136Z||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-10-12T06:18:54.136Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ... 2022-10-12T06:18:54.157Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:18:54.157Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 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-10-12T06:18:55.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:18:55.050Z||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-10-12T06:18:55.050Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:19:05.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:19:05.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:19:05.379Z||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-10-12T06:19:05.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:19:14.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:19:14.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:19:14.916Z||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-10-12T06:19:14.916Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:19:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:19:17.379Z||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-10-12T06:19:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:19:17.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:19:17.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T06:19:17.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-12T06:19:17.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T06:19:17.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T06:19:17.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-12T06:19:17.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T06:19:17.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T06:19:17.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555367247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-12T06:19:17.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-12T06:19:17.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T06:19:17.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555380821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-12T06:19:17.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:19:17.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-12T06:19:17.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555382701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-12T06:19:17.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:19:24.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:19:24.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:19:24.458Z||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-10-12T06:19:24.458Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:19:34.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:19:34.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:19:34.001Z||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-10-12T06:19:34.001Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:19:43.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:20:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:20:17.377Z||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-10-12T06:20:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:20:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:20:17.378Z||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-10-12T06:20:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:20:17.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:20:17.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-12T06:20:17.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fefc026-b828-4981-b7e0-b07fb7deca9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665555534032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-12T06:20:17.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-12T06:20:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:21:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:21:17.377Z||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-10-12T06:21:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:21:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:21:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:21:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:21:26.927Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:21:26.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:22:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:22:17.378Z||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-10-12T06:22:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:22:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:22:17.379Z||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-10-12T06:22:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:22:26.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:22:26.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:23:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:23:17.377Z||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-10-12T06:23:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:23:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:23:17.379Z||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-10-12T06:23:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:23:26.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:23:26.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:24:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:24:17.377Z||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-10-12T06:24:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:24:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:24:17.379Z||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-10-12T06:24:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:24:26.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:24:26.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:25:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:25:17.377Z||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-10-12T06:25:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:25:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:25:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:25:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:25:26.929Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:25:26.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:26:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:26:17.377Z||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-10-12T06:26:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:26:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:26:17.378Z||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-10-12T06:26:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:26:26.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:26:26.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:27:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:27:17.377Z||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-10-12T06:27:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:27:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:27:17.379Z||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-10-12T06:27:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:27:26.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:27:26.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:28:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:28:17.377Z||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-10-12T06:28:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:28:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:28:17.379Z||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-10-12T06:28:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:28:26.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:28:26.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:29:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:29:17.377Z||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-10-12T06:29:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:29:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:29:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:29:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:29:26.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:29:26.936Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:30:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:30:17.377Z||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-10-12T06:30:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:30:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:30:17.379Z||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-10-12T06:30:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:30:26.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:30:26.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:31:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:31:17.377Z||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-10-12T06:31:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:31:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:31:17.379Z||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-10-12T06:31:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:31:26.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:31:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:32:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:32:17.377Z||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-10-12T06:32:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:32:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:32:17.378Z||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-10-12T06:32:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:32:26.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:32:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:33:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:33:17.377Z||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-10-12T06:33:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:33:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:33:17.379Z||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-10-12T06:33:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:33:26.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:33:26.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:34:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:34:17.377Z||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-10-12T06:34:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:34:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:34:17.378Z||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-10-12T06:34:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:34:26.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:34:26.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:35:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:35:17.377Z||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-10-12T06:35:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:35:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:35:17.380Z||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-10-12T06:35:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:35:26.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:35:26.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:36:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:36:17.377Z||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-10-12T06:36:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:36:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:36:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:36:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:36:26.928Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:36:26.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:37:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:37:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:37:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:37:17.379Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:37:17.379Z||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-10-12T06:37:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:37:26.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:37:26.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:38:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:38:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:38:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:38:17.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:38:17.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|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-10-12T06:38:17.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:38:26.956Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:38:26.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:39:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:39:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:39:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:39:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:39:17.378Z||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-10-12T06:39:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:39:26.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:39:26.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:40:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:40:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:40:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:40:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:40:17.379Z||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-10-12T06:40:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:40:26.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:40:26.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:41:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:41:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:41:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:41:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:41:17.380Z||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-10-12T06:41:17.380Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:41:26.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:41:26.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:42:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:42:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:42:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:42:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:42:17.378Z||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-10-12T06:42:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:42:26.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:42:26.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:43:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:43:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:43:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:43:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:43:17.378Z||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-10-12T06:43:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:43:26.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:43:26.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:44:17.376Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:44:17.377Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-12T06:44:17.377Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ... 2022-10-12T06:44:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:44:17.379Z||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-10-12T06:44:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:44:26.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:44:26.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:45:17.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:45:17.377Z||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-10-12T06:45:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:45:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:45:17.379Z||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-10-12T06:45:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:45:26.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:45:26.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:46:17.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:46:17.377Z||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-10-12T06:46:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:46:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:46:17.378Z||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-10-12T06:46:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:46:26.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:46:26.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:47:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:47:17.377Z||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-10-12T06:47:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:47:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:47:17.378Z||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-10-12T06:47:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:47:26.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:47:26.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:48:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:48:17.378Z||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-10-12T06:48:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:48:17.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:48:17.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|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-10-12T06:48:17.379Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:48:26.936Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:48:26.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:49:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:49:17.377Z||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-10-12T06:49:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:49:17.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:49:17.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|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-10-12T06:49:17.378Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:49:26.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:49:26.931Z|f618f139-45d4-4eb3-a627-9b48fce4b3d5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:50:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:50:17.377Z||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-10-12T06:50:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:50:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:50:17.378Z||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-10-12T06:50:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:50:26.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:50:26.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:51:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:51:17.377Z||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-10-12T06:51:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:51:17.379Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:51:17.379Z||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-10-12T06:51:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:51:26.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:51:26.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:52:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:52:17.377Z||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-10-12T06:52:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:52:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:52:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:52:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:52:26.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:52:26.946Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:53:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:53:17.377Z||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-10-12T06:53:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:53:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:53:17.379Z||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-10-12T06:53:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:53:26.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:53:26.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:54:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:54:17.377Z||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-10-12T06:54:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:54:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:54:17.379Z||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-10-12T06:54:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:54:26.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:54:26.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:55:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:55:17.377Z||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-10-12T06:55:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:55:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:55:17.379Z||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-10-12T06:55:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:55:26.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:55:26.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:56:17.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:56:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:56:17.378Z||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-10-12T06:56:17.379Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:56:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:56:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:56:26.949Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:56:26.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:57:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:57:17.377Z||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-10-12T06:57:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:57:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:57:17.378Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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-10-12T06:57:17.379Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|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 Wez1UUG4JalfOCan) ... 2022-10-12T06:57:26.936Z|1fefc026-b828-4981-b7e0-b07fb7deca9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:57:26.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:58:17.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:58:17.377Z||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-10-12T06:58:17.377Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:58:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-12T06:58:17.378Z||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-10-12T06:58:17.378Z||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 Wez1UUG4JalfOCan) ... 2022-10-12T06:58:26.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-12T06:58:26.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK