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-07-21T05:37:15.052Z||main|||||INFO|500||The following profiles are active: basic 2022-07-21T05:37:28.964Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-21T05:37:28.965Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-21T05:37:29.113Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-21T05:37:36.443Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-21T05:37:37.080Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-21T05:37:37.998Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-21T05:37:38.018Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-21T05:37:38.280Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-21T05:37:38.619Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-21T05:37:39.584Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-21T05:37:42.083Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-21T05:37:45.176Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-21T05:37:45.254Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-21T05:37:46.113Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-21T05:37:46.508Z||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-07-21T05:37:48.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-21T05:37:49.670Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-21T05:37:49.717Z||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$$12b57ff2.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-07-21T05:37:49.718Z||main|||||WARN|500||The sdc end point is not alive 2022-07-21T05:37:54.261Z||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-07-21T05:37:57.618Z||main|||||WARN|500||--- 2022-07-21T05:37:57.618Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-21T05:37:57.619Z||main|||||WARN|500||--- 2022-07-21T05:37:58.150Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-21T05:38:03.480Z||main|||||INFO|500||Started Application in 52.14 seconds (JVM running for 54.323) 2022-07-21T05:38:03.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-21T05:38:03.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-21T05:38:03.509Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-21T05:38:03.558Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-21T05:38:03.625Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b32df2bc-1c9e-4e4e-b863-ae9082a1d331 url= /sdc/v1/artifactTypes 2022-07-21T05:38:03.626Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-21T05:38:04.084Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-21T05:38:04.112Z||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-07-21T05:38:04.140Z||scheduling-1|||||DEBUG|500||create keys 2022-07-21T05:38:04.186Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-21T05:38:05.323Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:38:05.349Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6c173d58-9371-4ad7-8346-cb1a5fefe487 url= /sdc/v1/registerForDistribution 2022-07-21T05:38:09.018Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6c173d58-9371-4ad7-8346-cb1a5fefe487 url= /sdc/v1/registerForDistribution 2022-07-21T05:38:09.018Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-21T05:38:09.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:38:09.038Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:38:09.044Z||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-07-21T05:38:09.044Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:38:09.044Z||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-07-21T05:38:09.048Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:38:09.052Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-21T05:38:20.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:38:21.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:39:09.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:39:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:39:09.034Z||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-07-21T05:39:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:39:09.034Z||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-07-21T05:39:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:39:18.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:39:18.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:40:09.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:40:09.033Z||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-07-21T05:40:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:40:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:40:09.035Z||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-07-21T05:40:09.036Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:40:18.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:40:18.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:41:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:41:09.032Z||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-07-21T05:41:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:41:09.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:41:09.035Z||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-07-21T05:41:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:41:18.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:41:18.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:42:09.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:42:09.033Z||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-07-21T05:42:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:42:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:42:09.036Z||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-07-21T05:42:09.036Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:42:18.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:42:18.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:43:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:43:09.032Z||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-07-21T05:43:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:43:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:43:09.035Z||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-07-21T05:43:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:43:18.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:43:18.713Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:44:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:44:09.033Z||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-07-21T05:44:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:44:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:44:09.035Z||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-07-21T05:44:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:44:18.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:44:18.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:45:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:45:09.034Z||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-07-21T05:45:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:45:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:45:09.039Z||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-07-21T05:45:09.039Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:45:18.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:45:18.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:46:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:46:09.033Z||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-07-21T05:46:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:46:09.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:46:09.034Z||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-07-21T05:46:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:46:18.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:46:18.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:47:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:47:09.032Z||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-07-21T05:47:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:47:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:47:09.034Z||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-07-21T05:47:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:47:18.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:47:18.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:47:52.940Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-21T05:48:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:48:09.032Z||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-07-21T05:48:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:48:09.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:48:09.037Z||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-07-21T05:48:09.038Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:48:18.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:48:18.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:49:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:49:09.032Z||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-07-21T05:49:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:49:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:49:09.034Z||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-07-21T05:49:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:49:18.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:49:18.609Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:50:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:50:09.032Z||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-07-21T05:50:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:50:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:50:09.035Z||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-07-21T05:50:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:50:18.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:50:18.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:51:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:51:09.032Z||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-07-21T05:51:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:51:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:51:09.034Z||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-07-21T05:51:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:51:18.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:51:18.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:52:09.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:52:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:52:09.034Z||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-07-21T05:52:09.035Z||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-07-21T05:52:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:52:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:52:18.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:52:18.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:53:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:53:09.032Z||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-07-21T05:53:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:53:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:53:09.035Z||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-07-21T05:53:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:53:18.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:53:18.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:54:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:54:09.033Z||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-07-21T05:54:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:54:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:54:09.034Z||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-07-21T05:54:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:54:18.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:54:18.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:55:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:55:09.032Z||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-07-21T05:55:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:55:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:55:09.035Z||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-07-21T05:55:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:55:18.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:55:18.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:56:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:56:09.032Z||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-07-21T05:56:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:56:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:56:09.035Z||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-07-21T05:56:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:56:18.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:56:18.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:57:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:57:09.032Z||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-07-21T05:57:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:57:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:57:09.034Z||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-07-21T05:57:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:57:18.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:57:18.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:58:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:58:09.032Z||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-07-21T05:58:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:58:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:58:09.035Z||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-07-21T05:58:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:58:18.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:58:18.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:59:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:59:09.032Z||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-07-21T05:59:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:59:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T05:59:09.034Z||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-07-21T05:59:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T05:59:18.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T05:59:18.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:00:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:00:09.033Z||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-07-21T06:00:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:00:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:00:09.034Z||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-07-21T06:00:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:00:18.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:00:18.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:01:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:01:09.033Z||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-07-21T06:01:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:01:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:01:09.034Z||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-07-21T06:01:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:01:18.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:01:18.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:02:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:02:09.033Z||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-07-21T06:02:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:02:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:02:09.034Z||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-07-21T06:02:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:02:18.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:02:18.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:03:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:03:09.032Z||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-07-21T06:03:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:03:09.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:03:09.037Z||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-07-21T06:03:09.038Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:03:18.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:03:18.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:04:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:04:09.032Z||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-07-21T06:04:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:04:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:04:09.034Z||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-07-21T06:04:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:04:18.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:04:18.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:05:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:05:09.032Z||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-07-21T06:05:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:05:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:05:09.035Z||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-07-21T06:05:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:05:18.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:05:18.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:06:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:06:09.032Z||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-07-21T06:06:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:06:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:06:09.034Z||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-07-21T06:06:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:06:18.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:06:18.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:07:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:07:09.032Z||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-07-21T06:07:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:07:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:07:09.034Z||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-07-21T06:07:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:07:18.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:07:18.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:08:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:08:09.032Z||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-07-21T06:08:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:08:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:08:09.034Z||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-07-21T06:08:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:08:18.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:08:18.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:09:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:09:09.033Z||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-07-21T06:09:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:09:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:09:09.034Z||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-07-21T06:09:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:09:18.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:09:18.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:10:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:10:09.032Z||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-07-21T06:10:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:10:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:10:09.035Z||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-07-21T06:10:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:10:18.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:10:18.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:11:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:11:09.032Z||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-07-21T06:11:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:11:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:11:09.034Z||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-07-21T06:11:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:11:18.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:11:18.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:12:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:12:09.032Z||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-07-21T06:12:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:12:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:12:09.034Z||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-07-21T06:12:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:12:18.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:12:18.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:13:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:13:09.032Z||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-07-21T06:13:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:13:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:13:09.036Z||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-07-21T06:13:09.036Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:13:18.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:13:18.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:14:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:14:09.032Z||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-07-21T06:14:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:14:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:14:09.035Z||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-07-21T06:14:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:14:18.605Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:14:18.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:15:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:15:09.032Z||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-07-21T06:15:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:15:09.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:15:09.034Z||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-07-21T06:15:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:15:18.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:15:18.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:16:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:16:09.032Z||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-07-21T06:16:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:16:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:16:09.034Z||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-07-21T06:16:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:16:18.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:16:18.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:17:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:17:09.034Z||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-07-21T06:17:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:17:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:17:09.035Z||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-07-21T06:17:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:17:18.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:17:18.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:18:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:18:09.032Z||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-07-21T06:18:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:18:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:18:09.034Z||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-07-21T06:18:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:18:18.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:18:18.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:19:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:19:09.033Z||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-07-21T06:19:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:19:09.036Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:19:09.036Z||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-07-21T06:19:09.037Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:19:18.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:19:18.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:20:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:20:09.032Z||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-07-21T06:20:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:20:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:20:09.034Z||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-07-21T06:20:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:20:18.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:20:18.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:21:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:21:09.032Z||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-07-21T06:21:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:21:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:21:09.034Z||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-07-21T06:21:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:21:18.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:21:18.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:22:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:22:09.032Z||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-07-21T06:22:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:22:09.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:22:09.034Z||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-07-21T06:22:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:22:18.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:22:18.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:23:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:23:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:23:09.034Z||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-07-21T06:23:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:23:09.034Z||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-07-21T06:23:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:23:18.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:23:18.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:24:09.033Z||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-07-21T06:24:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:24:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:24:09.035Z||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-07-21T06:24:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:24:09.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:09.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-21T06:24:09.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1dad4a62-1c88-4379-9bcb-27098f5308de","serviceName":"vFW 2022-07-21 06-22-56","serviceVersion":"1.0","serviceUUID":"f9cc8f58-9e02-4170-9783-8e9a1b981704","serviceDescription":"catalog service description","serviceInvariantUUID":"7c3e8564-e35e-473f-ad56-4e6e4685a708","resources":[{"resourceInstanceName":"vFW b8b0d473-a6e9 0","resourceName":"vFW b8b0d473-a6e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d","resourceInvariantUUID":"6b3d0a7b-0efb-4038-9321-5cb5a6105936","resourceCustomizationUUID":"1f615c89-6431-4c7f-a582-1cc13cdbaf3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml","artifactChecksum":"MzMxNTQ3MDRjMWZmYTc1NWI4MzJhMmVmNDBhNjY4MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ae8b002-ec0a-4690-bb60-338150b7b60c","artifactVersion":"1"},{"artifactName":"vfwb8b0d473a6e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json","artifactChecksum":"MTZmYmQ5YjViNTQwMGJlNzZmNzc3NjVkOWNkMDgxYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"571de0ca-27e3-43b4-9fcb-8892912a386b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ff586540-f5b1-4cdb-baa7-a8ed769f5fda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmNmU4Yzc5YTdkNGU5YmMxMjAwYjYwYjgwZGE3NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4523b9c-4b0f-43a1-89d7-33b416395710","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0","artifactVersion":"2","generatedFromUUID":"ff586540-f5b1-4cdb-baa7-a8ed769f5fda"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220721062256-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml","artifactChecksum":"OGNjZjI1NTQzMjQwYzAwNjM4YjA0ODhhODc5YzlkNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0aae07e5-0634-4f8a-adae-5e884af1e4c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220721062256-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar","artifactChecksum":"M2M5OTc5YTRiYTc1NWVlOTFiZTUwMzBkNDQ1NjZkOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e4bd277-febf-47c4-83a9-cc0f5da941ee","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:24:09.999Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:10.010Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:10.030Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:10.031Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:24:10.131Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-07-21T06:24:10.137Z||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-07-21T06:24:10.137Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:10.160Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:10.162Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:10.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:10.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:24:10.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:24:10.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:24:11.041Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:11.042Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:11.048Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:11.048Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOTIFIED" } 2022-07-21T06:24:11.148Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:11.149Z||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-07-21T06:24:11.149Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:11.183Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:11.184Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:24:12.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:12.050Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:12.052Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:12.052Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-21T06:24:12.152Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:12.154Z||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-07-21T06:24:12.154Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:12.184Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:12.185Z||pool-5-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:13.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:13.054Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:13.056Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:13.056Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:24:13.156Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:13.158Z||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-07-21T06:24:13.158Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:13.240Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:13.241Z||pool-6-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:14.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:14.058Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:14.060Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:14.060Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-21T06:24:14.160Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:24:14.162Z||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-07-21T06:24:14.162Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:14.192Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:14.192Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:15.061Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:15.063Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:15.065Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:15.066Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:24:15.169Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-21T06:24:15.171Z||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-07-21T06:24:15.171Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:15.201Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:15.202Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:16.066Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:24:16.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:16.070Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:16.070Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:24:16.170Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:16.171Z||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-07-21T06:24:16.171Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:16.278Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:16.280Z||pool-9-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:17.073Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "serviceName": "vFW 2022-07-21 06-22-56", "serviceVersion": "1.0", "serviceUUID": "f9cc8f58-9e02-4170-9783-8e9a1b981704", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7c3e8564-e35e-473f-ad56-4e6e4685a708", "resources": [ { "resourceInstanceName": "vFW b8b0d473-a6e9 0", "resourceCustomizationUUID": "1f615c89-6431-4c7f-a582-1cc13cdbaf3c", "resourceName": "vFW b8b0d473-a6e9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d", "resourceInvariantUUID": "6b3d0a7b-0efb-4038-9321-5cb5a6105936", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb8b0d473a6e90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "artifactChecksum": "MTZmYmQ5YjViNTQwMGJlNzZmNzc3NjVkOWNkMDgxYjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "571de0ca-27e3-43b4-9fcb-8892912a386b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ff586540-f5b1-4cdb-baa7-a8ed769f5fda", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0", "generatedFromUUID": "ff586540-f5b1-4cdb-baa7-a8ed769f5fda" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220721062256-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "artifactChecksum": "M2M5OTc5YTRiYTc1NWVlOTFiZTUwMzBkNDQ1NjZkOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e4bd277-febf-47c4-83a9-cc0f5da941ee" } ], "workloadContext": "Production" } 2022-07-21T06:24:17.075Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:24:17.075Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9cc8f58-9e02-4170-9783-8e9a1b981704 ASDC 2022-07-21T06:24:17.213Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1dad4a62-1c88-4379-9bcb-27098f5308de ServiceName:vFW 2022-07-21 06-22-56 ServiceVersion:1.0 ServiceUUID:f9cc8f58-9e02-4170-9783-8e9a1b981704 ServiceInvariantUUID:7c3e8564-e35e-473f-ad56-4e6e4685a708 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220721062256-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar ArtifactUUID:9e4bd277-febf-47c4-83a9-cc0f5da941ee ArtifactChecksum:M2M5OTc5YTRiYTc1NWVlOTFiZTUwMzBkNDQ1NjZkOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b8b0d473-a6e9 0 ResourceCustomizationUUID:1f615c89-6431-4c7f-a582-1cc13cdbaf3c ResourceInvariantUUID:6b3d0a7b-0efb-4038-9321-5cb5a6105936 ResourceName:vFW b8b0d473-a6e9 ResourceType:VF ResourceUUID:6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb8b0d473a6e90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json ArtifactUUID:571de0ca-27e3-43b4-9fcb-8892912a386b ArtifactChecksum:MTZmYmQ5YjViNTQwMGJlNzZmNzc3NjVkOWNkMDgxYjU= 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/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ArtifactUUID:ff586540-f5b1-4cdb-baa7-a8ed769f5fda 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/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env ArtifactUUID:28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 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/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env ArtifactUUID:28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-21T06:24:17.214Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9cc8f58-9e02-4170-9783-8e9a1b981704 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-07-21T06:24:17.526Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:24:17.527Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-21T06:24:17.529Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-21T06:24:17.529Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e4bd277-febf-47c4-83a9-cc0f5da941ee from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:17.529Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:24:17.531Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:17.761Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:24:17.786Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar 9e4bd277-febf-47c4-83a9-cc0f5da941ee 103114 2022-07-21T06:24:17.788Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar ASDC sendASDCNotification 2022-07-21T06:24:17.789Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:17.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:24:17.792Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:17.794Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:17.794Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384657787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:24:17.895Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:17.896Z||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-07-21T06:24:17.897Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:17.911Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:17.912Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:24:18.795Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:24:18.796Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-21T06:24:18.797Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9e4bd277-febf-47c4-83a9-cc0f5da941ee, URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar to file: /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:18.798Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220721062256-csar.csar 2022-07-21T06:24:18.926Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:18.927Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8023740555680938659/Definitions/service-Vfw20220721062256-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-07-21T06:24:22.897Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:24:22.902Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-21T06:24:22.903Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.903Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-21T06:24:22.903Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.906Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b8b0d473-a6e9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.906Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:22.906Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-21T06:24:22.913Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.914Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.918Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:22.919Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-21T06:24:22.921Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:24:22.922Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.923Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.923Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:22.923Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-21T06:24:22.924Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:24:22.924Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.924Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-21T06:24:22.929Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.929Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.929Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.933Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:24:22.934Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.934Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:22.934Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:22.935Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.935Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:22.935Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:22.936Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.936Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:22.936Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=181a4d88-1e9e-4512-802f-067abbd163e4 2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48e8ea1f-42a5-4664-ba66-5cbc41fb4a35 2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:22.945Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-21T06:24:22.945Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.945Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2733e4f-a6d9-4ca2-9c42-3841617f969b 2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:22.950Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:22.950Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-21 06-22-56 Description:catalog service description Model UUID:f9cc8f58-9e02-4170-9783-8e9a1b981704 Model Version:NULL Model InvariantUuid:7c3e8564-e35e-473f-ad56-4e6e4685a708 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b8b0d473-a6e9 Model UUID:7e8bbc2c-6e0e-4ccc-9b4d-651b6c82ed92 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6b3d0a7b-0efb-4038-9321-5cb5a6105936 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1f615c89-6431-4c7f-a582-1cc13cdbaf3c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a003d4b8-704d-4346-a96f-da0221a1139d ModelName:VfwB8b0d473A6e9..base_vfw..module-0 ModelUuid:a6b8461d-5837-4c12-b896-71871b54085d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:181a4d88-1e9e-4512-802f-067abbd163e4 ModelInvariantUuid:d53667e8-b9d1-4e09-8826-9031e2c9acf2 ModelName:vFW b8b0d473-a6e9-nodes.vfwCvfc ModelUuid:c230c0ae-cd78-4c5f-b4e5-223515a70c8f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:459fef7a-c3ba-4a29-a6f2-800869c73702 ModelInvariantUuid:2cfbe4e4-b04a-4481-aef3-1a93f4550709 ModelName:VfwB8b0d473A6e9.compute.nodes.heat.vfw ModelUuid:64d12805-c935-478f-a45d-309cbfda346f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:48e8ea1f-42a5-4664-ba66-5cbc41fb4a35 ModelInvariantUuid:936c5c13-2381-4bbb-9a79-3d55d7f2c092 ModelName:vFW b8b0d473-a6e9-nodes.vsnCvfc ModelUuid:20c50879-9918-41d6-9230-027d362c9c54 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2fd414c8-c0c1-482a-9eb8-f52a5df5576d ModelInvariantUuid:70b7ba04-6698-423f-a277-7a84a84f70be ModelName:VfwB8b0d473A6e9.compute.nodes.heat.vsn ModelUuid:a2289886-7edb-409b-a4f5-2ed9d5a8fac5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b2733e4f-a6d9-4ca2-9c42-3841617f969b ModelInvariantUuid:a267f225-0436-433b-95d0-443cf0d35ef3 ModelName:vFW b8b0d473-a6e9-nodes.vpgCvfc ModelUuid:9821e118-c875-4ca0-8d43-8af6a7e3d14c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bb060741-7148-4ff9-a699-2c9484c83147 ModelInvariantUuid:441eac02-e5dd-4131-9701-8aec04436c04 ModelName:VfwB8b0d473A6e9.compute.nodes.heat.vpg ModelUuid:3e11ebda-3383-4185-a63c-73a38d416ae7 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-07-21T06:24:22.974Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d 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-07-21T06:24:23.078Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||vFW b8b0d473-a6e9 0 2022-07-21T06:24:23.084Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d 2022-07-21T06:24:23.085Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 571de0ca-27e3-43b4-9fcb-8892912a386b from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json 2022-07-21T06:24:23.085Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:24:23.085Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json 2022-07-21T06:24:23.155Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:24:23.156Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json 571de0ca-27e3-43b4-9fcb-8892912a386b 785 2022-07-21T06:24:23.156Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json ASDC sendASDCNotification 2022-07-21T06:24:23.157Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json 2022-07-21T06:24:23.157Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:24:23.157Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:23.160Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:23.160Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384663156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:24:23.260Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:23.261Z||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-07-21T06:24:23.261Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:23.280Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:23.281Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:24.162Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB8b0d473A6e9..base_vfw..module-0", "vfModuleModelInvariantUUID": "a003d4b8-704d-4346-a96f-da0221a1139d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a6b8461d-5837-4c12-b896-71871b54085d", "vfModuleModelCustomizationUUID": "fe9eacab-d30f-4c6b-bcb2-cc399417d574", "isBase": true, "artifacts": [ "ff586540-f5b1-4cdb-baa7-a8ed769f5fda", "28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0" ], "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-07-21T06:24:24.180Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB8b0d473A6e9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a6b8461d-5837-4c12-b896-71871b54085d VfModuleModelInvariantUUID:a003d4b8-704d-4346-a96f-da0221a1139d VfModuleModelDescription:NULL Artifacts UUID List:{ ff586540-f5b1-4cdb-baa7-a8ed769f5fda , 28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 } 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-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB8b0d473A6e9..base_vfw..module-0", "vfModuleModelInvariantUUID": "a003d4b8-704d-4346-a96f-da0221a1139d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a6b8461d-5837-4c12-b896-71871b54085d", "vfModuleModelCustomizationUUID": "fe9eacab-d30f-4c6b-bcb2-cc399417d574", "isBase": true, "artifacts": [ "ff586540-f5b1-4cdb-baa7-a8ed769f5fda", "28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0" ], "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-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB8b0d473A6e9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a6b8461d-5837-4c12-b896-71871b54085d VfModuleModelInvariantUUID:a003d4b8-704d-4346-a96f-da0221a1139d VfModuleModelDescription:NULL Artifacts UUID List:{ ff586540-f5b1-4cdb-baa7-a8ed769f5fda , 28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 } 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-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff586540-f5b1-4cdb-baa7-a8ed769f5fda from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml 2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml 2022-07-21T06:24:24.260Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:24:24.261Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ff586540-f5b1-4cdb-baa7-a8ed769f5fda 20368 2022-07-21T06:24:24.261Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-21T06:24:24.261Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml 2022-07-21T06:24:24.262Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:24:24.262Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:24.264Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:24.264Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384664261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:24:24.364Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:24.365Z||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-07-21T06:24:24.365Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:24.382Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:24.383Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:25.265Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env 2022-07-21T06:24:25.265Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:24:25.265Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env 2022-07-21T06:24:25.340Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env 28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 2098 2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env 2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:24:25.342Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:25.344Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:25.344Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384665341, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:24:25.444Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:25.446Z||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-07-21T06:24:25.446Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:25.463Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:25.464Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:24:26.345Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f9cc8f58-9e02-4170-9783-8e9a1b981704 2022-07-21T06:24:26.345Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b8b0d473-a6e9 0 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d 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-07-21T06:24:26.382Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74d16f16, org.onap.sdc.toscaparser.api.parameters.Input@6a6687a4, org.onap.sdc.toscaparser.api.parameters.Input@145fa1b7, org.onap.sdc.toscaparser.api.parameters.Input@5026ab22, org.onap.sdc.toscaparser.api.parameters.Input@2ff0d7ef] 2022-07-21T06:24:26.386Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1f615c89-6431-4c7f-a582-1cc13cdbaf3c 2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f615c89-6431-4c7f-a582-1cc13cdbaf3c matches Tosca VF Customization UUID: 1f615c89-6431-4c7f-a582-1cc13cdbaf3c 2022-07-21T06:24:26.388Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1f615c89-6431-4c7f-a582-1cc13cdbaf3c 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-07-21T06:24:26.396Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.396Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1f615c89-6431-4c7f-a582-1cc13cdbaf3c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cbfe530 2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:24:26.398Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe9eacab-d30f-4c6b-bcb2-cc399417d574 2022-07-21T06:24:26.399Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe9eacab-d30f-4c6b-bcb2-cc399417d574 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-07-21T06:24:26.404Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.405Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:26.405Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:26.405Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.409Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=181a4d88-1e9e-4512-802f-067abbd163e4 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-07-21T06:24:26.416Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.416Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-21T06:24:26.419Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-21T06:24:26.419Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:26.419Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-21T06:24:26.420Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.420Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48e8ea1f-42a5-4664-ba66-5cbc41fb4a35 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-07-21T06:24:26.423Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.424Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:26.424Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:26.427Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.427Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria 2022-07-21T06:24:26.428Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-21T06:24:26.428Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-21T06:24:26.428Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.429Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:26.429Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-21T06:24:26.429Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.430Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-21T06:24:26.430Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-21T06:24:26.430Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-21T06:24:26.431Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-21T06:24:26.431Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-21T06:24:26.431Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-21T06:24:26.432Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2733e4f-a6d9-4ca2-9c42-3841617f969b 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-07-21T06:24:26.434Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.435Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:26.435Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:24:26.436Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.436Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria 2022-07-21T06:24:26.436Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=1f615c89-6431-4c7f-a582-1cc13cdbaf3c 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-07-21T06:24:26.439Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.440Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.440Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f9cc8f58-9e02-4170-9783-8e9a1b981704: vFW b8b0d473-a6e9 2022-07-21T06:24:26.441Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.441Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.441Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.442Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.442Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.442Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.443Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.443Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.444Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:24:26.444Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:24:26.444Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-21 06-22-56 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-07-21T06:24:26.744Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b8b0d473-a6e9 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d 1 ASDC deployResourceStructure 2022-07-21T06:24:26.744Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json ASDC sendASDCNotification 2022-07-21T06:24:26.744Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json 2022-07-21T06:24:26.745Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:24:26.745Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:26.747Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:26.747Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384666744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:24:26.847Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:26.848Z||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-07-21T06:24:26.848Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:26.875Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:26.876Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:24:27.748Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-21T06:24:27.749Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml 2022-07-21T06:24:27.749Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:24:27.761Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:27.764Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:27.764Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384667748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:24:27.864Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:24:27.865Z||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-07-21T06:24:27.865Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:27.881Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:27.882Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:28.765Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-21T06:24:28.765Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env 2022-07-21T06:24:28.777Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:24:28.778Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:28.789Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:28.789Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384668764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-21T06:24:28.881Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-07-21T06:24:28.882Z||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-07-21T06:24:28.882Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:28.910Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:28.910Z||pool-16-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:29.790Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar ASDC sendASDCNotification 2022-07-21T06:24:29.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar 2022-07-21T06:24:29.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:24:29.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:24:29.793Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:24:29.794Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384669790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:24:29.893Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:24:29.894Z||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-07-21T06:24:29.895Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:24:29.945Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:24:29.946Z||pool-17-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:24:30.795Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:24:30.825Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:24:30.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:24:30.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:24:30.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:25:00.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:25:00.838Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:25:00.839Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:25:00.840Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:25:00.840Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:25:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:25:09.035Z||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-07-21T06:25:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:25:09.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:25:09.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:25:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:25:09.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:25:30.840Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:25:30.852Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:25:30.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:25:30.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:25:30.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:26:00.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:26:00.867Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:26:00.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:26:00.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:26:00.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:26:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:26:09.034Z||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-07-21T06:26:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:26:09.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:26:09.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:26:09.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:26:09.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:26:09.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:26:09.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:26:09.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:26:30.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:26:30.884Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:26:30.886Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:26:30.886Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:26:30.886Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:27:00.887Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:27:00.901Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:27:00.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:27:00.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:27:00.911Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:27:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:27:09.035Z||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-07-21T06:27:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:27:09.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:27:09.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOTIFIED" } 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOTIFIED" } 2022-07-21T06:27:09.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384645525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384642218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384649031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384645080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384657244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384656983, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384657436, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384657787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384658446, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384658376, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384652638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384652011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "policy-id", "timestamp": 1658384659450, "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-07-21T06:27:09.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de 2022-07-21T06:27:09.101Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384659610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384660529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384659963, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "ves-openapi-manager", "timestamp": 1658384655011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384660693, "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-07-21T06:27:09.117Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de 2022-07-21T06:27:09.117Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-21T06:27:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "cds", "timestamp": 1658384661547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-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-07-21T06:27:09.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de 2022-07-21T06:27:09.130Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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-07-21T06:27:09.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "NOTIFIED" } 2022-07-21T06:27:09.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "multicloud-k8s-id", "timestamp": 1658384661697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384662362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384663156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384663367, "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-07-21T06:27:09.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de 2022-07-21T06:27:09.145Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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-07-21T06:27:09.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384664261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384665341, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384660570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384666744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384667748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384668764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384669790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384675742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "aai-ml", "timestamp": 1658384676747, "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-07-21T06:27:09.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de 2022-07-21T06:27:09.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384680749, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:27:09.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384682781, "artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:27:09.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:27:09.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:27:09.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "clamp", "timestamp": 1658384683795, "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-07-21T06:27:09.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de 2022-07-21T06:27:09.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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-07-21T06:27:30.912Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:27:30.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:27:30.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:27:30.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:27:30.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:27:30.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:27:30.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:27:30.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:27:30.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:27:30.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:27:30.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:27:30.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:27:30.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-21T06:27:30.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:28:00.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de 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-07-21T06:28:00.965Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1dad4a62-1c88-4379-9bcb-27098f5308de and serviceModelVersionId: f9cc8f58-9e02-4170-9783-8e9a1b981704 2022-07-21T06:28:00.966Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c3e8564-e35e-473f-ad56-4e6e4685a708 2022-07-21T06:28:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:28:09.035Z||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-07-21T06:28:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:28:09.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:09.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:28:09.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-21T06:28:09.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-21T06:28:09.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384705525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384705084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384702218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384716679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384716409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384716860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384717864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384717825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384712638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "policy-id", "timestamp": 1658384718867, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-21T06:28:09.650Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9 2022-07-21T06:28:09.650Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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-07-21T06:28:09.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384712012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:09.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384719028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384718834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384720508, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384719819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384720052, "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-07-21T06:28:09.666Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9 2022-07-21T06:28:09.667Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-21T06:28:09.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658384719838, "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-07-21T06:28:09.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9 2022-07-21T06:28:09.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "ves-openapi-manager", "timestamp": 1658384715011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "cds", "timestamp": 1658384721516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-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-07-21T06:28:09.704Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9 2022-07-21T06:28:09.704Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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-07-21T06:28:09.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:28:09.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "multicloud-k8s-id", "timestamp": 1658384721057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:28:09.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384720570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:09.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:28:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384727294, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:28:09.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "aai-ml", "timestamp": 1658384728298, "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-07-21T06:28:09.790Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9 2022-07-21T06:28:09.790Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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-07-21T06:28:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384737752, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:09.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384739764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:28:09.801Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:28:09.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:28:09.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "clamp", "timestamp": 1658384740769, "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-07-21T06:28:09.807Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9 2022-07-21T06:28:09.807Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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-07-21T06:28:17.576Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0 2022-07-21T06:28:17.710Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:28:18.232Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|INFO|500||Invoke 2022-07-21T06:28:18.240Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1dad4a62-1c88-4379-9bcb-27098f5308de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67484982-eca2-4978-987b-39ff6b0b2c53], X-ECOMP-RequestID=[1dad4a62-1c88-4379-9bcb-27098f5308de], X-TransactionId=[], X-ONAP-RequestID=[1dad4a62-1c88-4379-9bcb-27098f5308de], Content-Type=[application/merge-patch+json]} 2022-07-21T06:28:18.374Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:28:18.647Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?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/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220721-06:28:18:535-59748], vertex-id=[188608], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:28:18 GMT], Content-Type=[application/json]} 2022-07-21T06:28:18.648Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:28:18.649Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|INFO|500||InvokeReturn 2022-07-21T06:28:18.653Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:28:18.653Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-21T06:28:18.661Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-21T06:28:18.663Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1dad4a62-1c88-4379-9bcb-27098f5308de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:28:18.663Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:28:18.664Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:18.666Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:18.666Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384898663, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:28:18.767Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:18.768Z||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-07-21T06:28:18.768Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:18.792Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:18.792Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-21T06:28:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:28:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|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-07-21T06:28:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|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 6uH92ONVfE6iun57) ... 2022-07-21T06:28:24.155Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:24.155Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-21T06:28:24.156Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8fa060d-7696-4809-96b7-b19486d1b0e9","serviceName":"basic_onboard_CaUiRZ","serviceVersion":"1.0","serviceUUID":"1ef56e9a-9e7c-424d-876d-b0c210b55eb0","serviceDescription":"service","serviceInvariantUUID":"f2d92d11-de1a-4b4c-b090-02e4fa006ae5","resources":[{"resourceInstanceName":"basic_onboard_CaUiRZ 0","resourceName":"basic_onboard_CaUiRZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c38a78ec-4d83-47b7-93fc-29bd92ec6a40","resourceInvariantUUID":"105eea25-934f-408e-a976-ffb1629bcdfc","resourceCustomizationUUID":"71663e44-6d12-4ece-be1b-ae55269a5797","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml","artifactChecksum":"NzE5MDJmYTFhMTA4NjRkZjJmYTZhZmM5YzE2MjhlYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f743e42c-be41-42f9-8d52-21dcec04c554","artifactVersion":"1"},{"artifactName":"basic_onboard_cauirz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json","artifactChecksum":"MDRmY2RiNGUwMmVmMDVjMjIzNmNmMmE3MWVlN2ZjMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4520335b-c025-49ad-b6f2-c87f5cbde338","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e288a07f-6a4f-4d9f-b13c-3318c49a6be7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bfdf2fce-0f79-4f9e-bc8c-ccd07d35a1e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c","artifactVersion":"2","generatedFromUUID":"e288a07f-6a4f-4d9f-b13c-3318c49a6be7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCauirz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml","artifactChecksum":"NmQxOTE2ZTc5MmMxODEyZjNjMDZmODg4YWFlNTRmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62829e54-c64a-40ac-b10c-dcc86b321186","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCauirz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar","artifactChecksum":"MTBiYTVlNDA5ZDQ2MGFjODI0ODEwMjdjZjMyM2Y2YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c7dc330-2b7a-45fd-9544-ffe348467bd9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:28:24.158Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:24.158Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:24.162Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:24.162Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:24.261Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:24.262Z||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-07-21T06:28:24.262Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:24.284Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:24.285Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:25.163Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:25.164Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:25.167Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:25.167Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:28:25.266Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:25.267Z||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-07-21T06:28:25.267Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:25.281Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:25.282Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:26.167Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:26.168Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:26.171Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:26.171Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-21T06:28:26.270Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:26.271Z||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-07-21T06:28:26.271Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:26.324Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:26.325Z||pool-21-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:28:27.172Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:27.172Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:27.176Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:27.176Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:27.276Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:27.277Z||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-07-21T06:28:27.278Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:27.314Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:27.315Z||pool-22-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:28.176Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:28.177Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:28.180Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:28.180Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-21T06:28:28.280Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:28.281Z||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-07-21T06:28:28.281Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:28.308Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:28.308Z||pool-23-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:29.181Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:29.182Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:29.184Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:29.184Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:28:29.284Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:29.285Z||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-07-21T06:28:29.286Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:29.302Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:29.302Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:30.185Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:28:30.186Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:30.188Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:30.188Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:28:30.288Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:30.289Z||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-07-21T06:28:30.289Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:30.305Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:30.306Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:31.198Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "serviceName": "basic_onboard_CaUiRZ", "serviceVersion": "1.0", "serviceUUID": "1ef56e9a-9e7c-424d-876d-b0c210b55eb0", "serviceDescription": "service", "serviceInvariantUUID": "f2d92d11-de1a-4b4c-b090-02e4fa006ae5", "resources": [ { "resourceInstanceName": "basic_onboard_CaUiRZ 0", "resourceCustomizationUUID": "71663e44-6d12-4ece-be1b-ae55269a5797", "resourceName": "basic_onboard_CaUiRZ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c38a78ec-4d83-47b7-93fc-29bd92ec6a40", "resourceInvariantUUID": "105eea25-934f-408e-a976-ffb1629bcdfc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cauirz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "artifactChecksum": "MDRmY2RiNGUwMmVmMDVjMjIzNmNmMmE3MWVlN2ZjMjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4520335b-c025-49ad-b6f2-c87f5cbde338", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e288a07f-6a4f-4d9f-b13c-3318c49a6be7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c", "generatedFromUUID": "e288a07f-6a4f-4d9f-b13c-3318c49a6be7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCauirz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "artifactChecksum": "MTBiYTVlNDA5ZDQ2MGFjODI0ODEwMjdjZjMyM2Y2YTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c7dc330-2b7a-45fd-9544-ffe348467bd9" } ], "workloadContext": "Production" } 2022-07-21T06:28:31.198Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:28:31.198Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ef56e9a-9e7c-424d-876d-b0c210b55eb0 ASDC 2022-07-21T06:28:31.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c8fa060d-7696-4809-96b7-b19486d1b0e9 ServiceName:basic_onboard_CaUiRZ ServiceVersion:1.0 ServiceUUID:1ef56e9a-9e7c-424d-876d-b0c210b55eb0 ServiceInvariantUUID:f2d92d11-de1a-4b4c-b090-02e4fa006ae5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCauirz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar ArtifactUUID:3c7dc330-2b7a-45fd-9544-ffe348467bd9 ArtifactChecksum:MTBiYTVlNDA5ZDQ2MGFjODI0ODEwMjdjZjMyM2Y2YTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CaUiRZ 0 ResourceCustomizationUUID:71663e44-6d12-4ece-be1b-ae55269a5797 ResourceInvariantUUID:105eea25-934f-408e-a976-ffb1629bcdfc ResourceName:basic_onboard_CaUiRZ ResourceType:VF ResourceUUID:c38a78ec-4d83-47b7-93fc-29bd92ec6a40 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cauirz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json ArtifactUUID:4520335b-c025-49ad-b6f2-c87f5cbde338 ArtifactChecksum:MDRmY2RiNGUwMmVmMDVjMjIzNmNmMmE3MWVlN2ZjMjY= 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/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml ArtifactUUID:e288a07f-6a4f-4d9f-b13c-3318c49a6be7 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/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env ArtifactUUID:9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c 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/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env ArtifactUUID:9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-21T06:28:31.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ef56e9a-9e7c-424d-876d-b0c210b55eb0 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-07-21T06:28:31.237Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:28:31.238Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-21T06:28:31.238Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-21T06:28:31.239Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c7dc330-2b7a-45fd-9544-ffe348467bd9 from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:31.239Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:28:31.239Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:31.579Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar 3c7dc330-2b7a-45fd-9544-ffe348467bd9 75601 2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar ASDC sendASDCNotification 2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:28:31.589Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:31.594Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:31.594Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384911588, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:31.694Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:31.695Z||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-07-21T06:28:31.695Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:31.719Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:31.720Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:32.596Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:28:32.597Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-21T06:28:32.597Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3c7dc330-2b7a-45fd-9544-ffe348467bd9, URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar to file: /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:32.598Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:32.598Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:32.598Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:32.759Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8757343814320815607/Definitions/service-BasicOnboardCauirz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-07-21T06:28:34.190Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.192Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CaUiRZ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.192Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:34.193Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-21T06:28:34.193Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.193Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.194Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:34.194Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-21T06:28:34.194Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:28:34.196Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.196Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.197Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.197Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is not matching search criteria 2022-07-21T06:28:34.197Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is not matching search criteria 2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=32591ef5-09ec-47fa-a9db-088858a801b7 2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CaUiRZ Description:service Model UUID:1ef56e9a-9e7c-424d-876d-b0c210b55eb0 Model Version:NULL Model InvariantUuid:f2d92d11-de1a-4b4c-b090-02e4fa006ae5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CaUiRZ Model UUID:1f9375c4-02b8-42a0-b110-921dfdb556c5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:105eea25-934f-408e-a976-ffb1629bcdfc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:71663e44-6d12-4ece-be1b-ae55269a5797 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3227c13e-2ee8-4e50-b31c-f4600412181b ModelName:BasicOnboardCauirz..base_ubuntu18..module-0 ModelUuid:8d8fa621-7fc3-4666-8910-d259e910f273 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:32591ef5-09ec-47fa-a9db-088858a801b7 ModelInvariantUuid:16f3f409-511b-47db-9bbb-301d9cbbc18e ModelName:basic_onboard_CaUiRZ-nodes.ubuntu18Cvfc ModelUuid:f28167cb-77f0-48c6-9abd-26f47746e3f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4b017146-1781-4d85-a527-13f704d96792 ModelInvariantUuid:35ab8e75-1677-47df-8b2e-a99e28d6dc34 ModelName:BasicOnboardCauirz.compute.nodes.heat.ubuntu18 ModelUuid:33849d4a-a252-47a4-99b4-879cf8c02b7a 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-07-21T06:28:34.215Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c38a78ec-4d83-47b7-93fc-29bd92ec6a40 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-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||basic_onboard_CaUiRZ 0 2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c38a78ec-4d83-47b7-93fc-29bd92ec6a40 2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4520335b-c025-49ad-b6f2-c87f5cbde338 from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json 2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:28:34.220Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json 2022-07-21T06:28:34.347Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json 4520335b-c025-49ad-b6f2-c87f5cbde338 798 2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json ASDC sendASDCNotification 2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json 2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:34.351Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:34.351Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384914348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:34.451Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:34.452Z||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-07-21T06:28:34.452Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:34.481Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:34.482Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:35.352Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCauirz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3227c13e-2ee8-4e50-b31c-f4600412181b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d8fa621-7fc3-4666-8910-d259e910f273", "vfModuleModelCustomizationUUID": "86d0e15d-cf41-45c6-834c-a6791dd934c0", "isBase": true, "artifacts": [ "e288a07f-6a4f-4d9f-b13c-3318c49a6be7", "9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c" ], "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-07-21T06:28:35.358Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCauirz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d8fa621-7fc3-4666-8910-d259e910f273 VfModuleModelInvariantUUID:3227c13e-2ee8-4e50-b31c-f4600412181b VfModuleModelDescription:NULL Artifacts UUID List:{ e288a07f-6a4f-4d9f-b13c-3318c49a6be7 , 9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c } 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-07-21T06:28:35.360Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCauirz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3227c13e-2ee8-4e50-b31c-f4600412181b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d8fa621-7fc3-4666-8910-d259e910f273", "vfModuleModelCustomizationUUID": "86d0e15d-cf41-45c6-834c-a6791dd934c0", "isBase": true, "artifacts": [ "e288a07f-6a4f-4d9f-b13c-3318c49a6be7", "9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c" ], "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-07-21T06:28:35.360Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCauirz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d8fa621-7fc3-4666-8910-d259e910f273 VfModuleModelInvariantUUID:3227c13e-2ee8-4e50-b31c-f4600412181b VfModuleModelDescription:NULL Artifacts UUID List:{ e288a07f-6a4f-4d9f-b13c-3318c49a6be7 , 9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c } 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-07-21T06:28:35.361Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e288a07f-6a4f-4d9f-b13c-3318c49a6be7 from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml 2022-07-21T06:28:35.361Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:28:35.361Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml 2022-07-21T06:28:35.418Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:28:35.419Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml e288a07f-6a4f-4d9f-b13c-3318c49a6be7 5033 2022-07-21T06:28:35.420Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-21T06:28:35.420Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml 2022-07-21T06:28:35.420Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:28:35.421Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:35.424Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:35.424Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384915420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:35.524Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:35.527Z||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-07-21T06:28:35.527Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:35.543Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:35.543Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:36.425Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env 2022-07-21T06:28:36.426Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-21T06:28:36.426Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env 2022-07-21T06:28:36.489Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env 9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c 909 2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env 2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:28:36.491Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:36.493Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:36.493Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384916490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:28:36.593Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:28:36.594Z||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-07-21T06:28:36.594Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:36.608Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:36.609Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:28:37.494Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1ef56e9a-9e7c-424d-876d-b0c210b55eb0 2022-07-21T06:28:37.495Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CaUiRZ 0 c38a78ec-4d83-47b7-93fc-29bd92ec6a40 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-07-21T06:28:37.511Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22847638, org.onap.sdc.toscaparser.api.parameters.Input@246acb7c, org.onap.sdc.toscaparser.api.parameters.Input@631296d2, org.onap.sdc.toscaparser.api.parameters.Input@13d46408, org.onap.sdc.toscaparser.api.parameters.Input@12e0e5fc] 2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 71663e44-6d12-4ece-be1b-ae55269a5797 2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71663e44-6d12-4ece-be1b-ae55269a5797 matches Tosca VF Customization UUID: 71663e44-6d12-4ece-be1b-ae55269a5797 2022-07-21T06:28:37.514Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 71663e44-6d12-4ece-be1b-ae55269a5797 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-07-21T06:28:37.516Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.516Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.516Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 71663e44-6d12-4ece-be1b-ae55269a5797: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@273491e5 2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86d0e15d-cf41-45c6-834c-a6791dd934c0 2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86d0e15d-cf41-45c6-834c-a6791dd934c0 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-07-21T06:28:37.519Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is not matching search criteria 2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=32591ef5-09ec-47fa-a9db-088858a801b7 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-07-21T06:28:37.523Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria 2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=71663e44-6d12-4ece-be1b-ae55269a5797 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-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1ef56e9a-9e7c-424d-876d-b0c210b55eb0: basic_onboard_CaUiRZ 2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_CaUiRZ 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-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CaUiRZ c38a78ec-4d83-47b7-93fc-29bd92ec6a40 1 ASDC deployResourceStructure 2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json ASDC sendASDCNotification 2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json 2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:28:37.618Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:37.620Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:37.620Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384917617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:28:37.721Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:37.723Z||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-07-21T06:28:37.723Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:37.748Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:37.748Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:38.622Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-21T06:28:38.622Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml 2022-07-21T06:28:38.622Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:28:38.623Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:38.625Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:38.625Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384918622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:28:38.725Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:38.726Z||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-07-21T06:28:38.726Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:38.786Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:38.787Z||pool-31-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:39.626Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-21T06:28:39.626Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env 2022-07-21T06:28:39.627Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:28:39.627Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:39.631Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:39.631Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384919626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-21T06:28:39.729Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-21T06:28:39.730Z||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-07-21T06:28:39.730Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:39.771Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:39.772Z||pool-32-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar ASDC sendASDCNotification 2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar 2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:28:40.636Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:28:40.636Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384920633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:28:40.736Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:28:40.738Z||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-07-21T06:28:40.738Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:28:40.756Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:28:40.756Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:28:41.637Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8fa060d-7696-4809-96b7-b19486d1b0e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:28:41.652Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8fa060d-7696-4809-96b7-b19486d1b0e9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:28:41.660Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-21T06:28:41.666Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:29:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:29:09.035Z||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-07-21T06:29:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:29:09.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:29:09.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384898663, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:29:09.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:29:09.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:29:09.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-21T06:29:09.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:29:09.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-21T06:29:09.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:29:09.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384899678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:29:09.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:29:09.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384911588, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:29:09.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384914348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:29:09.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384915420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:29:09.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384916490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:29:09.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384917617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:29:09.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384918622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:29:09.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384919626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-21T06:29:09.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:09.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:29:09.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384920633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:29:09.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:29:11.666Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8fa060d-7696-4809-96b7-b19486d1b0e9 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-07-21T06:29:11.677Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8fa060d-7696-4809-96b7-b19486d1b0e9 and serviceModelVersionId: 1ef56e9a-9e7c-424d-876d-b0c210b55eb0 2022-07-21T06:29:11.677Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2d92d11-de1a-4b4c-b090-02e4fa006ae5 2022-07-21T06:29:11.678Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0 2022-07-21T06:29:11.683Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:29:11.742Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?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-07-21T06:29:11.743Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0|INFO|500||Invoke 2022-07-21T06:29:11.771Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:29:11.907Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0|INFO|500||InvokeReturn 2022-07-21T06:29:11.907Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-06:29:11:921-26224], vertex-id=[168104], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:29:11 GMT], Content-Type=[application/json]} 2022-07-21T06:29:11.907Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:29:11.908Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:29:11.908Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-21T06:29:11.925Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-21T06:29:11.926Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8fa060d-7696-4809-96b7-b19486d1b0e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:29:11.926Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:29:11.927Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:29:11.929Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:29:11.929Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384951926, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:29:12.029Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:29:12.030Z||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-07-21T06:29:12.030Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:29:12.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:29:12.050Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-21T06:29:12.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:29:12.944Z||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-07-21T06:29:12.945Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:29:22.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:29:22.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:29:22.511Z||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-07-21T06:29:22.511Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:29:32.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:29:32.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:29:32.069Z||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-07-21T06:29:32.069Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:29:41.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:29:41.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:29:41.639Z||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-07-21T06:29:41.639Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:29:51.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:30:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:30:09.033Z||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-07-21T06:30:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:30:09.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:30:09.034Z||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-07-21T06:30:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:30:09.700Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:30:09.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-21T06:30:09.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658384951926, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:30:09.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:30:18.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:31:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:31:09.033Z||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-07-21T06:31:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:31:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:31:09.035Z||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-07-21T06:31:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:31:18.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:31:18.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:32:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:32:09.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:32:09.033Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:32:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:32:09.035Z||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-07-21T06:32:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:32:18.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:32:18.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:33:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:33:09.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:33:09.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:33:09.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:33:09.034Z||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-07-21T06:33:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:33:18.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:33:18.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:34:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:34:09.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:34:09.033Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:34:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:34:09.034Z||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-07-21T06:34:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:34:18.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:34:18.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:35:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:35:09.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:35:09.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:35:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:35:09.034Z||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-07-21T06:35:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:35:18.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:35:18.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:36:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:36:09.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:36:09.033Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:36:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:36:09.035Z||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-07-21T06:36:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:36:18.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:36:18.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:37:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:37:09.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:37:09.086Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:37:09.086Z||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-07-21T06:37:09.088Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:37:09.088Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:37:18.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:37:18.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:38:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:38:09.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:38:09.033Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:38:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:38:09.034Z||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-07-21T06:38:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:38:18.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:38:18.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:39:09.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:39:09.033Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:39:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:39:09.034Z||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-07-21T06:39:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:39:09.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:09.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c940c531-3991-4949-99cf-cebcd545dc60","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7f4dba0-0eee-4759-a618-85e943a73a86","serviceDescription":"service","serviceInvariantUUID":"fc431c44-71bc-4b27-83e9-17400ccd2283","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8763abae-b2c8-4e6d-a378-43a655220ba1","resourceInvariantUUID":"18066db5-c59e-49e7-8779-84fd62013d23","resourceCustomizationUUID":"bb71778a-0683-408e-b71b-06097df30924","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":"MjFjYWJjNTJlMmIzZmVlMTcyYmJiZDczMzQxYjQ4NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46d45440-9e16-4f3c-b9ff-b4c1d44b5d70","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzViZWViYzI0YjA5Mjk0YTRjNzhmNTg3NGRhYmMyNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c504dde1-cd79-4ad3-a627-f77f45e08f29","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:39:09.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:09.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "cds", "timestamp": 1658385537638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:39:09.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "ves-openapi-manager", "timestamp": 1658385535011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:39:09.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "multicloud-k8s-id", "timestamp": 1658385542218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:39:09.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "ves-openapi-manager", "timestamp": 1658385535011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:39:09.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "cds", "timestamp": 1658385537638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:39:09.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "multicloud-k8s-id", "timestamp": 1658385542218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:39:09.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "cds", "timestamp": 1658385545630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:39:09.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "policy-id", "timestamp": 1658385545080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:39:09.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "cds", "timestamp": 1658385546636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-07-21T06:39:09.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:39:09.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-21T06:39:09.710Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:39:09.710Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385549031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-21T06:39:09.721Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60 2022-07-21T06:39:09.721Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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-07-21T06:39:09.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385545525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "policy-id", "timestamp": 1658385545080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385545525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:39:09.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "policy-id", "timestamp": 1658385547870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385548377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "policy-id", "timestamp": 1658385548878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:39:09.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:39:09.810Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:39:09.811Z||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-07-21T06:39:09.811Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:39:09.847Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:09.847Z||pool-35-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:39:10.711Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:39:10.712Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:39:10.714Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:39:10.714Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385549031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:39:10.814Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:39:10.815Z||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-07-21T06:39:10.815Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:39:10.840Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:10.841Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:39:11.715Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c7f4dba0-0eee-4759-a618-85e943a73a86", "serviceDescription": "service", "serviceInvariantUUID": "fc431c44-71bc-4b27-83e9-17400ccd2283", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bb71778a-0683-408e-b71b-06097df30924", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8763abae-b2c8-4e6d-a378-43a655220ba1", "resourceInvariantUUID": "18066db5-c59e-49e7-8779-84fd62013d23", "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": "MzViZWViYzI0YjA5Mjk0YTRjNzhmNTg3NGRhYmMyNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c504dde1-cd79-4ad3-a627-f77f45e08f29" } ], "workloadContext": "Production" } 2022-07-21T06:39:11.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:39:11.715Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7f4dba0-0eee-4759-a618-85e943a73a86 ASDC 2022-07-21T06:39:11.716Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c940c531-3991-4949-99cf-cebcd545dc60 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c7f4dba0-0eee-4759-a618-85e943a73a86 ServiceInvariantUUID:fc431c44-71bc-4b27-83e9-17400ccd2283 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:c504dde1-cd79-4ad3-a627-f77f45e08f29 ArtifactChecksum:MzViZWViYzI0YjA5Mjk0YTRjNzhmNTg3NGRhYmMyNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bb71778a-0683-408e-b71b-06097df30924 ResourceInvariantUUID:18066db5-c59e-49e7-8779-84fd62013d23 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8763abae-b2c8-4e6d-a378-43a655220ba1 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-21T06:39:11.717Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7f4dba0-0eee-4759-a618-85e943a73a86 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-07-21T06:39:11.753Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c504dde1-cd79-4ad3-a627-f77f45e08f29 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:39:11.755Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-21T06:39:11.928Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c504dde1-cd79-4ad3-a627-f77f45e08f29 56531 2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:39:11.932Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:39:11.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:39:11.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385551931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:39:12.038Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-07-21T06:39:12.039Z||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-07-21T06:39:12.039Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:39:12.057Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:12.057Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:39:12.935Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:39:12.936Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:39:12.936Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c504dde1-cd79-4ad3-a627-f77f45e08f29, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-21T06:39:12.936Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-21T06:39:12.937Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-21T06:39:12.937Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-21T06:39:13.122Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8170985283778650194/Definitions/service-BasicNetwork-template.yml 2022-07-21T06:39:13.794Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:39:13.794Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c7f4dba0-0eee-4759-a618-85e943a73a86 Model Version:NULL Model InvariantUuid:fc431c44-71bc-4b27-83e9-17400ccd2283 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:18066db5-c59e-49e7-8779-84fd62013d23 Model UUID:8b7e701c-1a14-4269-8090-0b01caecc04c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bb71778a-0683-408e-b71b-06097df30924 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-07-21T06:39:13.806Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 8763abae-b2c8-4e6d-a378-43a655220ba1 2022-07-21T06:39:13.806Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||No resources found for Service: c7f4dba0-0eee-4759-a618-85e943a73a86 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-07-21T06:39:13.813Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500|| 2022-07-21T06:39:13.813Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-21T06:39:13.814Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c7f4dba0-0eee-4759-a618-85e943a73a86 2022-07-21T06:39:13.815Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c7f4dba0-0eee-4759-a618-85e943a73a86 2022-07-21T06:39:13.815Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-21T06:39:13.815Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.820Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57f628f9, org.onap.sdc.toscaparser.api.parameters.Input@5f9412e7, org.onap.sdc.toscaparser.api.parameters.Input@1a9fd0eb, org.onap.sdc.toscaparser.api.parameters.Input@67300819, org.onap.sdc.toscaparser.api.parameters.Input@16755e6] 2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c7f4dba0-0eee-4759-a618-85e943a73a86: Generic NeutronNet 2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.860Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:39:13.862Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:39:13.862Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:39:13.917Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-21T06:39:13.918Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-21T06:39:13.918Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-21T06:39:13.919Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:39:13.919Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:39:13.921Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:39:13.921Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385553918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:39:14.021Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:39:14.023Z||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-07-21T06:39:14.023Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:39:14.061Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:39:14.062Z||pool-38-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:39:14.922Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:39:14.932Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:39:14.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:39:14.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:39:14.935Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:39:44.935Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:39:44.947Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:39:44.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:39:44.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:39:44.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:40:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:40:09.035Z||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-07-21T06:40:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:40:09.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:40:09.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:40:09.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385549031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:40:09.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:40:14.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:40:14.960Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:40:14.966Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:40:14.966Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:40:14.966Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:40:44.967Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:40:44.977Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:40:44.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:40:44.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:40:44.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:41:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:41:09.035Z||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-07-21T06:41:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:41:09.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:09.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "policy-id", "timestamp": 1658385549882, "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-07-21T06:41:09.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60 2022-07-21T06:41:09.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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-07-21T06:41:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385550055, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:41:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385549031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385551059, "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-07-21T06:41:09.130Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60 2022-07-21T06:41:09.130Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385551931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:41:09.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "aai-ml", "timestamp": 1658385552011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "aai-ml", "timestamp": 1658385552011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385553918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:41:09.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "aai-ml", "timestamp": 1658385554857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:41:09.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "aai-ml", "timestamp": 1658385559194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:41:09.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "clamp", "timestamp": 1658385560571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "aai-ml", "timestamp": 1658385560200, "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-07-21T06:41:09.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60 2022-07-21T06:41:09.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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-07-21T06:41:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "clamp", "timestamp": 1658385560571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "clamp", "timestamp": 1658385567922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "clamp", "timestamp": 1658385569962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:41:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "clamp", "timestamp": 1658385570973, "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-07-21T06:41:09.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60 2022-07-21T06:41:09.159Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T06:41:09.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385597638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:09.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385590574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:09.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "ves-openapi-manager", "timestamp": 1658385595011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385607009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-21T06:41:09.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "cds", "timestamp": 1658385608019, "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-07-21T06:41:09.190Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3 2022-07-21T06:41:09.191Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 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-07-21T06:41:09.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385602218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:09.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:41:14.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:41:14.989Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:41:14.993Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:41:14.993Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:41:14.997Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:41:44.997Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 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-07-21T06:41:45.002Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c940c531-3991-4949-99cf-cebcd545dc60 and serviceModelVersionId: c7f4dba0-0eee-4759-a618-85e943a73a86 2022-07-21T06:41:45.002Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc431c44-71bc-4b27-83e9-17400ccd2283 2022-07-21T06:41:45.004Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0 2022-07-21T06:41:45.010Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:41:45.069Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|INFO|500||Invoke 2022-07-21T06:41:45.070Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c940c531-3991-4949-99cf-cebcd545dc60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3af63259-7772-4b2c-a794-75deeb5d72e6], X-ECOMP-RequestID=[c940c531-3991-4949-99cf-cebcd545dc60], X-TransactionId=[], X-ONAP-RequestID=[c940c531-3991-4949-99cf-cebcd545dc60], Content-Type=[application/merge-patch+json]} 2022-07-21T06:41:45.101Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:41:45.190Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?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/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-06:41:45:249-75356], vertex-id=[155744], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:41:45 GMT], Content-Type=[application/json]} 2022-07-21T06:41:45.190Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:41:45.191Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|INFO|500||InvokeReturn 2022-07-21T06:41:45.191Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:41:45.191Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:41:45.200Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||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-07-21T06:41:45.200Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c940c531-3991-4949-99cf-cebcd545dc60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:41:45.200Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:41:45.201Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:45.203Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:45.203Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385705200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:41:45.303Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:45.304Z||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-07-21T06:41:45.304Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:45.345Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:45.346Z||pool-39-thread-1|||||INFO|500||cambria reply ok (43 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-07-21T06:41:46.214Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:41:46.215Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:41:46.215Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:50.688Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:50.689Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-21T06:41:50.689Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b754bcc3-f2c8-4038-ad58-dc54b46116e3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cafb1c23-7ce1-4121-803a-ce6ed5b7d194","serviceDescription":"service","serviceInvariantUUID":"69a897ab-58cf-4764-b68b-a1c8e33c04a1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b8502c7-9d5a-4137-af00-5dad1c0d3117","resourceInvariantUUID":"7fcd475b-0f65-42f7-a75a-804c6877aa60","resourceCustomizationUUID":"46bd9582-9be4-4521-a4bd-434e0e12175d","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":"MGVhYTlkMzVkYTUyNWVkZWRlYmYzNDRlZTk0OGU2NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91b31303-3a10-4f25-b3d6-c995dfb1a38b","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":"OWYzZmM4ZjRiMDYwMjdmNjgyNmFhMmI3MjIxNGZlNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7882aa8f-a359-4b37-9d1f-a6eb2829db5f","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":"adad76d9-350d-4944-a0ba-d268d6a27910","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":"4ab2a9a7-56da-4128-9fc2-581f1e03fa6d","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":"a81edcd6-97c2-4755-83a5-4b186e5920b0","artifactVersion":"2","generatedFromUUID":"adad76d9-350d-4944-a0ba-d268d6a27910"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzViNWIyZmNjNzVhNjAwN2ViYjhkOWJiMTFhNGM5NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"184ffe7b-b998-4bfd-8385-3f45e8475214","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGQwYWNjMTRlMTkzYWI2NzA4ZWRiMDg3ZjY1M2VhYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ad54725-59b3-49fc-b6d9-9699a2841f36","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:41:50.691Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:50.692Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:50.693Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:50.693Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:50.793Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:50.794Z||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-07-21T06:41:50.794Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:50.810Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:50.810Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:51.695Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:51.697Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:51.700Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:51.701Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:41:51.799Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-07-21T06:41:51.800Z||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-07-21T06:41:51.800Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:51.863Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:51.864Z||pool-41-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:52.703Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:52.719Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:52.721Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:52.721Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T06:41:52.821Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:52.823Z||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-07-21T06:41:52.823Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:52.849Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:52.849Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:53.722Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:53.723Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:53.727Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:53.729Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:53.827Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-21T06:41:53.828Z||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-07-21T06:41:53.828Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:53.848Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:53.848Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:54.729Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:54.731Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:54.733Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:54.734Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-21T06:41:54.834Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:54.835Z||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-07-21T06:41:54.835Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:54.850Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:54.850Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:55.735Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:55.736Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:55.738Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:55.739Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:41:55.839Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:55.840Z||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-07-21T06:41:55.840Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:55.889Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:55.890Z||pool-45-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:56.742Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:41:56.742Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:56.744Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:56.744Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:41:56.844Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:56.845Z||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-07-21T06:41:56.846Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:56.860Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:56.861Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:57.745Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "cafb1c23-7ce1-4121-803a-ce6ed5b7d194", "serviceDescription": "service", "serviceInvariantUUID": "69a897ab-58cf-4764-b68b-a1c8e33c04a1", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "46bd9582-9be4-4521-a4bd-434e0e12175d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4b8502c7-9d5a-4137-af00-5dad1c0d3117", "resourceInvariantUUID": "7fcd475b-0f65-42f7-a75a-804c6877aa60", "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": "OWYzZmM4ZjRiMDYwMjdmNjgyNmFhMmI3MjIxNGZlNDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7882aa8f-a359-4b37-9d1f-a6eb2829db5f", "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": "adad76d9-350d-4944-a0ba-d268d6a27910", "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": "a81edcd6-97c2-4755-83a5-4b186e5920b0", "generatedFromUUID": "adad76d9-350d-4944-a0ba-d268d6a27910" }, "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": "a81edcd6-97c2-4755-83a5-4b186e5920b0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGQwYWNjMTRlMTkzYWI2NzA4ZWRiMDg3ZjY1M2VhYWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ad54725-59b3-49fc-b6d9-9699a2841f36" } ], "workloadContext": "Production" } 2022-07-21T06:41:57.745Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:41:57.745Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cafb1c23-7ce1-4121-803a-ce6ed5b7d194 ASDC 2022-07-21T06:41:57.747Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:b754bcc3-f2c8-4038-ad58-dc54b46116e3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:cafb1c23-7ce1-4121-803a-ce6ed5b7d194 ServiceInvariantUUID:69a897ab-58cf-4764-b68b-a1c8e33c04a1 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:4ad54725-59b3-49fc-b6d9-9699a2841f36 ArtifactChecksum:MGQwYWNjMTRlMTkzYWI2NzA4ZWRiMDg3ZjY1M2VhYWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:46bd9582-9be4-4521-a4bd-434e0e12175d ResourceInvariantUUID:7fcd475b-0f65-42f7-a75a-804c6877aa60 ResourceName:basic_vm ResourceType:VF ResourceUUID:4b8502c7-9d5a-4137-af00-5dad1c0d3117 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:7882aa8f-a359-4b37-9d1f-a6eb2829db5f ArtifactChecksum:OWYzZmM4ZjRiMDYwMjdmNjgyNmFhMmI3MjIxNGZlNDg= 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:adad76d9-350d-4944-a0ba-d268d6a27910 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:a81edcd6-97c2-4755-83a5-4b186e5920b0 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:a81edcd6-97c2-4755-83a5-4b186e5920b0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-21T06:41:57.747Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cafb1c23-7ce1-4121-803a-ce6ed5b7d194 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-07-21T06:41:57.777Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ad54725-59b3-49fc-b6d9-9699a2841f36 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-21T06:41:58.042Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:41:58.045Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4ad54725-59b3-49fc-b6d9-9699a2841f36 75084 2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:41:58.048Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:41:58.048Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385718046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:41:58.148Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:41:58.149Z||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-07-21T06:41:58.150Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:41:58.204Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:41:58.205Z||pool-47-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:41:59.049Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:41:59.050Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:41:59.050Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ad54725-59b3-49fc-b6d9-9699a2841f36, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:41:59.051Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-07-21T06:41:59.052Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:41:59.052Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:41:59.228Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1447590910129620387/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-07-21T06:42:00.395Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:42:00.395Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:42:00.398Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.398Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.398Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:42:00.405Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.405Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-21T06:42:00.405Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-21T06:42:00.405Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-21T06:42:00.406Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39c4c360-3dcc-4853-87ba-a3761c8a2569 2022-07-21T06:42:00.406Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.406Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.406Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.406Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.407Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.407Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.407Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:00.407Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:00.407Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:cafb1c23-7ce1-4121-803a-ce6ed5b7d194 Model Version:NULL Model InvariantUuid:69a897ab-58cf-4764-b68b-a1c8e33c04a1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f87f00d1-e494-4b6a-95dc-44353e60172d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7fcd475b-0f65-42f7-a75a-804c6877aa60 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:46bd9582-9be4-4521-a4bd-434e0e12175d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6fe354cf-9bb2-4110-840d-c279f718f33a ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a2601964-0e88-4b91-9d78-b511066417f7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:39c4c360-3dcc-4853-87ba-a3761c8a2569 ModelInvariantUuid:bd937271-241a-4b04-bfae-12d93c3adcc6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4be2aadb-cefb-42fa-9482-fbc1e8c2a6b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9d0530df-b09b-426a-95c4-0b79674dc7c9 ModelInvariantUuid:bc0b627b-aa27-42c4-927a-aa0e472bd2ca ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:71137fbe-3eae-4c53-b01d-f0c4ee6ccf13 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-07-21T06:42:00.418Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b8502c7-9d5a-4137-af00-5dad1c0d3117 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-07-21T06:42:00.420Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-07-21T06:42:00.421Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b8502c7-9d5a-4137-af00-5dad1c0d3117 2022-07-21T06:42:00.421Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7882aa8f-a359-4b37-9d1f-a6eb2829db5f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-21T06:42:00.421Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:42:00.421Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.519Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:42:00.519Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7882aa8f-a359-4b37-9d1f-a6eb2829db5f 787 2022-07-21T06:42:00.520Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.520Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:00.520Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:42:00.520Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:00.522Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:00.522Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385720520, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:42:00.623Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T06:42:00.624Z||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-07-21T06:42:00.624Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:00.710Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:00.711Z||pool-48-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:42:01.522Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6fe354cf-9bb2-4110-840d-c279f718f33a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2601964-0e88-4b91-9d78-b511066417f7", "vfModuleModelCustomizationUUID": "52ce51db-f6b9-4a01-bed2-8a9596c5bb41", "isBase": true, "artifacts": [ "adad76d9-350d-4944-a0ba-d268d6a27910", "a81edcd6-97c2-4755-83a5-4b186e5920b0" ], "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-07-21T06:42:01.528Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2601964-0e88-4b91-9d78-b511066417f7 VfModuleModelInvariantUUID:6fe354cf-9bb2-4110-840d-c279f718f33a VfModuleModelDescription:NULL Artifacts UUID List:{ adad76d9-350d-4944-a0ba-d268d6a27910 , a81edcd6-97c2-4755-83a5-4b186e5920b0 } 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-07-21T06:42:01.531Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6fe354cf-9bb2-4110-840d-c279f718f33a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2601964-0e88-4b91-9d78-b511066417f7", "vfModuleModelCustomizationUUID": "52ce51db-f6b9-4a01-bed2-8a9596c5bb41", "isBase": true, "artifacts": [ "adad76d9-350d-4944-a0ba-d268d6a27910", "a81edcd6-97c2-4755-83a5-4b186e5920b0" ], "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-07-21T06:42:01.532Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2601964-0e88-4b91-9d78-b511066417f7 VfModuleModelInvariantUUID:6fe354cf-9bb2-4110-840d-c279f718f33a VfModuleModelDescription:NULL Artifacts UUID List:{ adad76d9-350d-4944-a0ba-d268d6a27910 , a81edcd6-97c2-4755-83a5-4b186e5920b0 } 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-07-21T06:42:01.532Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: adad76d9-350d-4944-a0ba-d268d6a27910 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-21T06:42:01.532Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:42:01.533Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:01.667Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:42:01.667Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml adad76d9-350d-4944-a0ba-d268d6a27910 5033 2022-07-21T06:42:01.668Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:01.668Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:01.668Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:42:01.668Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:01.670Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:01.670Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385721668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:42:01.771Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:42:01.771Z||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-07-21T06:42:01.771Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:01.789Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:01.789Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:42:02.673Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a81edcd6-97c2-4755-83a5-4b186e5920b0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-21T06:42:02.674Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:42:02.674Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:02.772Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:42:02.773Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a81edcd6-97c2-4755-83a5-4b186e5920b0 903 2022-07-21T06:42:02.773Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:02.773Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:02.774Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:42:02.775Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:02.776Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:02.777Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385722773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:42:02.877Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:42:02.878Z||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-07-21T06:42:02.878Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:02.926Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:02.927Z||pool-50-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:42:03.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cafb1c23-7ce1-4121-803a-ce6ed5b7d194 2022-07-21T06:42:03.779Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4b8502c7-9d5a-4137-af00-5dad1c0d3117 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-07-21T06:42:03.797Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e6d9e36, org.onap.sdc.toscaparser.api.parameters.Input@41543af4, org.onap.sdc.toscaparser.api.parameters.Input@1a735800, org.onap.sdc.toscaparser.api.parameters.Input@474e6de6, org.onap.sdc.toscaparser.api.parameters.Input@3520c717] 2022-07-21T06:42:03.799Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.800Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.800Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-21T06:42:03.800Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 46bd9582-9be4-4521-a4bd-434e0e12175d 2022-07-21T06:42:03.800Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 46bd9582-9be4-4521-a4bd-434e0e12175d matches Tosca VF Customization UUID: 46bd9582-9be4-4521-a4bd-434e0e12175d 2022-07-21T06:42:03.800Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 46bd9582-9be4-4521-a4bd-434e0e12175d 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-07-21T06:42:03.803Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.803Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.804Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 46bd9582-9be4-4521-a4bd-434e0e12175d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-07-21T06:42:03.804Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61e54f28 2022-07-21T06:42:03.804Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.804Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:42:03.804Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52ce51db-f6b9-4a01-bed2-8a9596c5bb41 2022-07-21T06:42:03.804Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52ce51db-f6b9-4a01-bed2-8a9596c5bb41 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-07-21T06:42:03.807Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.807Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:03.808Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:42:03.808Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.808Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:03.808Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:42:03.809Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.809Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-21T06:42:03.809Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-21T06:42:03.809Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-21T06:42:03.809Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39c4c360-3dcc-4853-87ba-a3761c8a2569 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-07-21T06:42:03.812Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.813Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:03.813Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:42:03.813Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.813Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-21T06:42:03.813Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=46bd9582-9be4-4521-a4bd-434e0e12175d 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-07-21T06:42:03.815Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.815Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.815Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cafb1c23-7ce1-4121-803a-ce6ed5b7d194: basic_vm 2022-07-21T06:42:03.815Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.816Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.816Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.816Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.816Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.816Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.816Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.817Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.817Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:42:03.817Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:42:03.817Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:03.894Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4b8502c7-9d5a-4137-af00-5dad1c0d3117 1 ASDC deployResourceStructure 2022-07-21T06:42:03.894Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:03.894Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:03.894Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:42:03.894Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:03.896Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:03.896Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385723894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:42:03.996Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:42:03.997Z||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-07-21T06:42:03.998Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:04.063Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:04.063Z||pool-51-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:42:04.897Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:04.897Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:04.898Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:42:04.898Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:04.900Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:04.900Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385724897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:42:05.001Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T06:42:05.002Z||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-07-21T06:42:05.002Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:05.094Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:05.094Z||pool-52-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:42:05.901Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:05.902Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:42:05.903Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:42:05.904Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:05.906Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:05.906Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385725901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-21T06:42:06.006Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:42:06.007Z||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-07-21T06:42:06.007Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:06.027Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:06.027Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:42:06.907Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-21T06:42:06.910Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-21T06:42:06.910Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:42:06.911Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:42:06.913Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:42:06.913Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385726907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:42:07.013Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:42:07.014Z||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-07-21T06:42:07.014Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:42:07.073Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:07.073Z||pool-54-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:42:07.913Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:42:07.925Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:42:07.927Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:42:07.927Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:42:07.927Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:42:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:42:09.035Z||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-07-21T06:42:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:42:09.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:42:09.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:42:09.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:42:09.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:42:37.928Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:42:37.946Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:42:37.948Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:42:37.949Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:42:37.949Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:43:07.949Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:43:07.961Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:43:07.963Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:43:07.964Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:43:07.964Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:43:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:43:09.035Z||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-07-21T06:43:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:43:09.112Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:43:09.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385610079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385611175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385605084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385612279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385612933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385613304, "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-07-21T06:43:09.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3 2022-07-21T06:43:09.144Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 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-07-21T06:43:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385613938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385613554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "multicloud-k8s-id", "timestamp": 1658385614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "policy-id", "timestamp": 1658385614940, "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-07-21T06:43:09.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3 2022-07-21T06:43:09.163Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-21T06:43:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385615906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385617935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385616910, "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-07-21T06:43:09.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3 2022-07-21T06:43:09.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 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-07-21T06:43:09.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385619952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-21T06:43:09.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "clamp", "timestamp": 1658385620960, "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-07-21T06:43:09.200Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3 2022-07-21T06:43:09.200Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 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-07-21T06:43:09.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385619945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385621448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "cds", "timestamp": 1658385622454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-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-07-21T06:43:09.254Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb0fff43-6638-4118-b897-f887740cc85a 2022-07-21T06:43:09.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:43:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385624108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385625511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.268Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385605525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "ves-openapi-manager", "timestamp": 1658385626518, "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-07-21T06:43:09.275Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of eb0fff43-6638-4118-b897-f887740cc85a 2022-07-21T06:43:09.275Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:43:09.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385626067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385627248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385627959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "aai-ml", "timestamp": 1658385628252, "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-07-21T06:43:09.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3 2022-07-21T06:43:09.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 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-07-21T06:43:09.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385628963, "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-07-21T06:43:09.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb0fff43-6638-4118-b897-f887740cc85a 2022-07-21T06:43:09.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:43:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385612638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-21T06:43:09.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385625080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385632977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-21T06:43:09.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385633384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "cds", "timestamp": 1658385633982, "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-07-21T06:43:09.340Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e77c688-3862-4282-b822-f36788f53b58 2022-07-21T06:43:09.340Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e77c688-3862-4282-b822-f36788f53b58 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-07-21T06:43:09.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:43:09.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385634391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "ves-openapi-manager", "timestamp": 1658385615011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-21T06:43:09.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "policy-id", "timestamp": 1658385635393, "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-07-21T06:43:09.356Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb0fff43-6638-4118-b897-f887740cc85a 2022-07-21T06:43:09.356Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:43:09.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-21T06:43:09.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385637653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385639937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385622218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385640070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385641957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385641193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "clamp", "timestamp": 1658385642963, "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-07-21T06:43:09.376Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb0fff43-6638-4118-b897-f887740cc85a 2022-07-21T06:43:09.376Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:43:09.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385642314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385642352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "aai-ml", "timestamp": 1658385643356, "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-07-21T06:43:09.408Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb0fff43-6638-4118-b897-f887740cc85a 2022-07-21T06:43:09.408Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:43:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385643519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385635525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385644581, "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-07-21T06:43:09.423Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e77c688-3862-4282-b822-f36788f53b58 2022-07-21T06:43:09.423Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e77c688-3862-4282-b822-f36788f53b58 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-07-21T06:43:09.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "multicloud-k8s-id", "timestamp": 1658385645585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385645354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:43:09.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385647630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658385648635, "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-07-21T06:43:09.444Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e77c688-3862-4282-b822-f36788f53b58 2022-07-21T06:43:09.444Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e77c688-3862-4282-b822-f36788f53b58 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-07-21T06:43:09.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-21T06:43:09.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385621966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385612012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:43:09.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385653574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385645081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:43:09.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:43:09.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385654969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385655973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "policy-id", "timestamp": 1658385656976, "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-07-21T06:43:09.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e77c688-3862-4282-b822-f36788f53b58 2022-07-21T06:43:09.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e77c688-3862-4282-b822-f36788f53b58 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-21T06:43:09.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385660808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "aai-ml", "timestamp": 1658385661812, "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-07-21T06:43:09.477Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e77c688-3862-4282-b822-f36788f53b58 2022-07-21T06:43:09.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e77c688-3862-4282-b822-f36788f53b58 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-07-21T06:43:09.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385663454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:43:09.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385664966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:43:09.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:43:09.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:43:09.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "clamp", "timestamp": 1658385665978, "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-07-21T06:43:09.491Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e77c688-3862-4282-b822-f36788f53b58 2022-07-21T06:43:09.491Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e77c688-3862-4282-b822-f36788f53b58 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-07-21T06:43:37.964Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:43:37.983Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:43:37.986Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:43:37.987Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:43:37.987Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:43:37.993Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:44:07.994Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 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-07-21T06:44:08.001Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b754bcc3-f2c8-4038-ad58-dc54b46116e3 and serviceModelVersionId: cafb1c23-7ce1-4121-803a-ce6ed5b7d194 2022-07-21T06:44:08.001Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69a897ab-58cf-4764-b68b-a1c8e33c04a1 2022-07-21T06:44:08.002Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0 2022-07-21T06:44:08.007Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:44:08.058Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0|INFO|500||Invoke 2022-07-21T06:44:08.058Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b754bcc3-f2c8-4038-ad58-dc54b46116e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2aa1ff08-3b43-4d5f-8483-b2e3a0a0b2f4], X-ECOMP-RequestID=[b754bcc3-f2c8-4038-ad58-dc54b46116e3], X-TransactionId=[], X-ONAP-RequestID=[b754bcc3-f2c8-4038-ad58-dc54b46116e3], Content-Type=[application/merge-patch+json]} 2022-07-21T06:44:08.086Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:44:08.238Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?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/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220721-06:44:08:253-82397], vertex-id=[450592], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:44:08 GMT], Content-Type=[application/json]} 2022-07-21T06:44:08.239Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:44:08.239Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69a897ab-58cf-4764-b68b-a1c8e33c04a1/model-vers/model-ver/cafb1c23-7ce1-4121-803a-ce6ed5b7d194?depth=0|INFO|500||InvokeReturn 2022-07-21T06:44:08.240Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:44:08.240Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:44:08.246Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||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-07-21T06:44:08.247Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b754bcc3-f2c8-4038-ad58-dc54b46116e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:44:08.247Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:44:08.248Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:08.251Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:08.251Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385848247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:44:08.351Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:08.352Z||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-07-21T06:44:08.352Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:08.375Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:08.375Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:44:09.034Z||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-07-21T06:44:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:44:09.091Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:09.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c940c531-3991-4949-99cf-cebcd545dc60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385705200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:44:09.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:09.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:44:09.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T06:44:09.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:09.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-21T06:44:09.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385718046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385720520, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385721668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:44:09.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385722773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:44:09.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385723894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:44:09.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385724897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385725901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:44:09.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385726907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:44:09.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-21T06:44:09.267Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-21T06:44:09.267Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb0fff43-6638-4118-b897-f887740cc85a","serviceName":"Demo_pNF_EnzNkauDXgI8qrE03Psp","serviceVersion":"1.0","serviceUUID":"fd384dda-e945-42ce-a99e-5e0a4db24f12","serviceDescription":"catalog service description","serviceInvariantUUID":"c1a9c472-068d-45da-a631-a746dba4daf7","resources":[{"resourceInstanceName":"pNF e182e287-b1c0 0","resourceName":"pNF e182e287-b1c0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c4616bae-f086-4487-b7cc-c7773b7b630a","resourceInvariantUUID":"b5a43f3a-c923-4aa3-86ed-5b1f91c4a7d8","resourceCustomizationUUID":"08bd62e1-b9ac-4a7d-aac1-7d1feb35739b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml","artifactChecksum":"YzQxMWQ3YmFjNjFiNDk4MmNlNDhmMzIxOGQ5NTQ0Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbf73f-ae98-431b-80cf-672c94feb242","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar","artifactChecksum":"MmZmNzhkNzRjN2Y0YTMzODNiZmEzOTc1OTRlYjdmNDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"923ab42f-654e-4bb7-b2d4-714e495a6a70","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba9e5cc6-c054-488c-96a6-186cb986b1e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml","artifactChecksum":"ODUwMTIxYzEzMGUyOTBmNDBiM2EyZTdkZTNkMWJjOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f01d6b71-d912-438f-b54b-30792be6017b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"006ea5fb-38ef-435d-80d5-304ed04b2aab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b934b5db-68b8-4241-8a5d-2759326ff307","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEnznkaudxgi8qre03psp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml","artifactChecksum":"NzM0YmM5NzY4Njk0YTA1OTA3MjkzYjcyZGQ2MGQxMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19711a0e-b7cb-4bd4-a457-e6b881661152","artifactVersion":"1"},{"artifactName":"service-DemoPnfEnznkaudxgi8qre03psp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar","artifactChecksum":"MDliNDBmYWM5ZGVjY2RiZWYzZWE3M2VjNjY4OTU4MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"645ebc0e-61ae-4a6e-8b85-de86d67b33ec","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:44:09.268Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:09.269Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:09.271Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:09.271Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:09.371Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:09.372Z||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-07-21T06:44:09.372Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:09.448Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:09.449Z||pool-56-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:10.272Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:10.272Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:10.274Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:10.274Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:10.375Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:10.376Z||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-07-21T06:44:10.376Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:10.455Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:10.456Z||pool-57-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:44:11.275Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:11.276Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:11.277Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:11.278Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:11.378Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:11.379Z||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-07-21T06:44:11.379Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:11.402Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:11.403Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:12.281Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:12.282Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:12.287Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:12.287Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:12.388Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T06:44:12.389Z||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-07-21T06:44:12.389Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:12.462Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:12.462Z||pool-59-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:13.289Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:13.290Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:13.292Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:13.292Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:13.397Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-07-21T06:44:13.398Z||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-07-21T06:44:13.398Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:13.422Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:13.422Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:14.292Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:14.293Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:14.295Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:14.295Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:14.395Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:14.396Z||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-07-21T06:44:14.396Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:14.422Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:14.423Z||pool-61-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:44:15.295Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:15.296Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:15.298Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:15.298Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:15.398Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:15.400Z||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-07-21T06:44:15.400Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:15.422Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:15.422Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:16.299Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:16.300Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:16.302Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:16.302Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:44:16.402Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:16.403Z||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-07-21T06:44:16.403Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:16.470Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:16.470Z||pool-63-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:17.303Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "serviceName": "Demo_pNF_EnzNkauDXgI8qrE03Psp", "serviceVersion": "1.0", "serviceUUID": "fd384dda-e945-42ce-a99e-5e0a4db24f12", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c1a9c472-068d-45da-a631-a746dba4daf7", "resources": [ { "resourceInstanceName": "pNF e182e287-b1c0 0", "resourceCustomizationUUID": "08bd62e1-b9ac-4a7d-aac1-7d1feb35739b", "resourceName": "pNF e182e287-b1c0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c4616bae-f086-4487-b7cc-c7773b7b630a", "resourceInvariantUUID": "b5a43f3a-c923-4aa3-86ed-5b1f91c4a7d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "artifactChecksum": "MDliNDBmYWM5ZGVjY2RiZWYzZWE3M2VjNjY4OTU4MjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "645ebc0e-61ae-4a6e-8b85-de86d67b33ec" } ], "workloadContext": "Production" } 2022-07-21T06:44:17.304Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:44:17.304Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd384dda-e945-42ce-a99e-5e0a4db24f12 ASDC 2022-07-21T06:44:17.305Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:eb0fff43-6638-4118-b897-f887740cc85a ServiceName:Demo_pNF_EnzNkauDXgI8qrE03Psp ServiceVersion:1.0 ServiceUUID:fd384dda-e945-42ce-a99e-5e0a4db24f12 ServiceInvariantUUID:c1a9c472-068d-45da-a631-a746dba4daf7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEnznkaudxgi8qre03psp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar ArtifactUUID:645ebc0e-61ae-4a6e-8b85-de86d67b33ec ArtifactChecksum:MDliNDBmYWM5ZGVjY2RiZWYzZWE3M2VjNjY4OTU4MjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e182e287-b1c0 0 ResourceCustomizationUUID:08bd62e1-b9ac-4a7d-aac1-7d1feb35739b ResourceInvariantUUID:b5a43f3a-c923-4aa3-86ed-5b1f91c4a7d8 ResourceName:pNF e182e287-b1c0 ResourceType:PNF ResourceUUID:c4616bae-f086-4487-b7cc-c7773b7b630a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-21T06:44:17.305Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd384dda-e945-42ce-a99e-5e0a4db24f12 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-07-21T06:44:17.331Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:44:17.332Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:44:17.332Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:44:17.332Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 645ebc0e-61ae-4a6e-8b85-de86d67b33ec from URL: /sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:17.332Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:44:17.333Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:17.678Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:44:17.682Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 645ebc0e-61ae-4a6e-8b85-de86d67b33ec 86685 2022-07-21T06:44:17.683Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar ASDC sendASDCNotification 2022-07-21T06:44:17.683Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:17.683Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:44:17.683Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:17.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:17.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385857682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:44:17.787Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T06:44:17.787Z||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-07-21T06:44:17.787Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:17.807Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:17.807Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:18.686Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:44:18.688Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:44:18.688Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 645ebc0e-61ae-4a6e-8b85-de86d67b33ec, URL: /sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar to file: /app/ASDC/1/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:18.688Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:18.689Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:18.689Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:18.803Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3015723517976461182/Definitions/service-DemoPnfEnznkaudxgi8qre03psp-template.yml 2022-07-21T06:44:19.600Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.601Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e182e287-b1c0 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-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.602Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.602Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.602Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:44:19.602Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.602Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.602Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Node template pNF e182e287-b1c0 0 is matching search criteria 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e182e287-b1c0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Node template pNF e182e287-b1c0 0 is matching search criteria 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:44:19.603Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e182e287-b1c0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.604Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.605Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.605Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.605Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.605Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EnzNkauDXgI8qrE03Psp Description:catalog service description Model UUID:fd384dda-e945-42ce-a99e-5e0a4db24f12 Model Version:NULL Model InvariantUuid:c1a9c472-068d-45da-a631-a746dba4daf7 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-07-21T06:44:19.617Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: c4616bae-f086-4487-b7cc-c7773b7b630a 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-07-21T06:44:19.620Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||pNF e182e287-b1c0 0 2022-07-21T06:44:19.621Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c4616bae-f086-4487-b7cc-c7773b7b630a 2022-07-21T06:44:19.621Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fd384dda-e945-42ce-a99e-5e0a4db24f12 2022-07-21T06:44:19.621Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fd384dda-e945-42ce-a99e-5e0a4db24f12 2022-07-21T06:44:19.621Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e182e287-b1c0 0 c4616bae-f086-4487-b7cc-c7773b7b630a 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-07-21T06:44:19.625Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72dbf3aa, org.onap.sdc.toscaparser.api.parameters.Input@4f38ed65, org.onap.sdc.toscaparser.api.parameters.Input@6a2a8c4, org.onap.sdc.toscaparser.api.parameters.Input@56618634, org.onap.sdc.toscaparser.api.parameters.Input@7b8a69f1] 2022-07-21T06:44:19.625Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.625Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.625Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fd384dda-e945-42ce-a99e-5e0a4db24f12: pNF e182e287-b1c0 2022-07-21T06:44:19.625Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Processing PNF resource: c4616bae-f086-4487-b7cc-c7773b7b630a 2022-07-21T06:44:19.626Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:44:19.626Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EnzNkauDXgI8qrE03Psp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:44:19.626Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||Resource customization UUID: 08bd62e1-b9ac-4a7d-aac1-7d1feb35739b is the same as notified resource customizationUUID: 08bd62e1-b9ac-4a7d-aac1-7d1feb35739b 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-07-21T06:44:19.666Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e182e287-b1c0 c4616bae-f086-4487-b7cc-c7773b7b630a 0 ASDC deployResourceStructure 2022-07-21T06:44:19.667Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar ASDC sendASDCNotification 2022-07-21T06:44:19.667Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar 2022-07-21T06:44:19.667Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:44:19.667Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:19.669Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:19.669Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385859667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:44:19.770Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:19.771Z||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-07-21T06:44:19.771Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:19.791Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:19.791Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:44:20.670Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb0fff43-6638-4118-b897-f887740cc85a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:44:20.681Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb0fff43-6638-4118-b897-f887740cc85a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:44:20.684Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:44:20.684Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:44:20.684Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:44:20.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:44:20.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.685Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.686Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.686Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:44:20.686Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-07-21T06:44:20.690Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:44:50.691Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb0fff43-6638-4118-b897-f887740cc85a 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-07-21T06:44:50.699Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb0fff43-6638-4118-b897-f887740cc85a and serviceModelVersionId: fd384dda-e945-42ce-a99e-5e0a4db24f12 2022-07-21T06:44:50.700Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1a9c472-068d-45da-a631-a746dba4daf7 2022-07-21T06:44:50.701Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0 2022-07-21T06:44:50.707Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:44:50.765Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0|INFO|500||Invoke 2022-07-21T06:44:50.765Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb0fff43-6638-4118-b897-f887740cc85a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49e81a02-90b0-4526-90f5-17e099c026db], X-ECOMP-RequestID=[eb0fff43-6638-4118-b897-f887740cc85a], X-TransactionId=[], X-ONAP-RequestID=[eb0fff43-6638-4118-b897-f887740cc85a], Content-Type=[application/merge-patch+json]} 2022-07-21T06:44:50.789Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:44:50.876Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?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/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220721-06:44:50:934-16054], vertex-id=[249992], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:44:50 GMT], Content-Type=[application/json]} 2022-07-21T06:44:50.876Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:44:50.877Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1a9c472-068d-45da-a631-a746dba4daf7/model-vers/model-ver/fd384dda-e945-42ce-a99e-5e0a4db24f12?depth=0|INFO|500||InvokeReturn 2022-07-21T06:44:50.878Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:44:50.878Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-07-21T06:44:50.883Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||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-07-21T06:44:50.884Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb0fff43-6638-4118-b897-f887740cc85a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:44:50.884Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:44:50.884Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:50.887Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:50.887Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385890884, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:44:50.987Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:50.988Z||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-07-21T06:44:50.988Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:51.029Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:51.030Z||pool-66-thread-1|||||INFO|500||cambria reply ok (42 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-07-21T06:44:51.908Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-21T06:44:51.909Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e77c688-3862-4282-b822-f36788f53b58","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"28df61f6-9458-4cf2-8f10-e23c9579e759","serviceDescription":"service","serviceInvariantUUID":"8c1a99a1-87b5-4ab3-819c-2d57c129da7e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33183fdb-2238-4af5-a860-a40c891d827a","resourceInvariantUUID":"c1c5556a-9b89-49c2-b17a-9c5c9a6d39ee","resourceCustomizationUUID":"851b0e32-e086-4b2a-8e0c-c0b3bc5f0548","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":"OGNhNmIxMzhlM2FiZDViZTg1MjZlNjk2NGI2N2RmYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cfd6d2d1-7a69-4cc3-914a-a1afbc270544","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":"2f89984d-4a7f-40a5-8141-70403d076e60","artifactVersion":"2","generatedFromUUID":"7468ebda-8012-4980-94a6-433d8fc0960d"},{"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":"7468ebda-8012-4980-94a6-433d8fc0960d","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":"ZWQwOWNkMWVlNjBiYTIyMThkYzU4MzM3ZDEyMzk5ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4182b04b-62db-459b-b46a-baac7e5cc64d","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":"dc93ce8b-b2e4-47e7-817f-87096591055a","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":"9c0e240b-a8ec-4198-92ac-950f3062dec6","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":"b889ac40-afa1-4800-a1b7-0f6942d3a177","artifactVersion":"2","generatedFromUUID":"dc93ce8b-b2e4-47e7-817f-87096591055a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Nzk5MWY0YzZiMTAzN2ZiNTY2ZmY0YjVkM2ZiOTIyYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f3fd60e-5eb9-4cf1-b0e4-835c98387dcb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmEwYzg4ZjEzMmQ5NmVjN2U4NjIxYjNjNDI0MGI0ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de23c339-8245-4cdb-8dac-edb3053352d2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:44:51.909Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:51.909Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:51.916Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:51.916Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:52.016Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:52.017Z||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-07-21T06:44:52.018Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:52.037Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:52.038Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:44:52.916Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:52.917Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:52.923Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:52.923Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-21T06:44:53.022Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-21T06:44:53.023Z||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-07-21T06:44:53.023Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:53.048Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:53.048Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:53.924Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:53.924Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:53.927Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:53.928Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-21T06:44:54.027Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:44:54.028Z||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-07-21T06:44:54.029Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:54.054Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:54.054Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:44:54.928Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:54.929Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:54.931Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:54.931Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:44:55.031Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:55.033Z||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-07-21T06:44:55.033Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:55.050Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:55.051Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:55.932Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:55.932Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:55.934Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:55.934Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-21T06:44:56.034Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:44:56.035Z||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-07-21T06:44:56.036Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:56.061Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:56.061Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:56.935Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:56.935Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:56.937Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:56.938Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:57.038Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:57.039Z||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-07-21T06:44:57.039Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:57.062Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:57.062Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:57.938Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:57.940Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:57.942Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:57.942Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-21T06:44:58.042Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:58.043Z||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-07-21T06:44:58.043Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:58.061Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:58.061Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:58.943Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:58.943Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:58.945Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:58.946Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:44:59.046Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:44:59.047Z||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-07-21T06:44:59.047Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:44:59.066Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:44:59.066Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:44:59.946Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:44:59.947Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:44:59.950Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:44:59.950Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:45:00.050Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:45:00.051Z||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-07-21T06:45:00.051Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:00.075Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:00.076Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:45:00.954Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "28df61f6-9458-4cf2-8f10-e23c9579e759", "serviceDescription": "service", "serviceInvariantUUID": "8c1a99a1-87b5-4ab3-819c-2d57c129da7e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "851b0e32-e086-4b2a-8e0c-c0b3bc5f0548", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "33183fdb-2238-4af5-a860-a40c891d827a", "resourceInvariantUUID": "c1c5556a-9b89-49c2-b17a-9c5c9a6d39ee", "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": "2f89984d-4a7f-40a5-8141-70403d076e60", "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": "7468ebda-8012-4980-94a6-433d8fc0960d", "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": "ZWQwOWNkMWVlNjBiYTIyMThkYzU4MzM3ZDEyMzk5ODk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4182b04b-62db-459b-b46a-baac7e5cc64d", "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": "dc93ce8b-b2e4-47e7-817f-87096591055a", "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": "b889ac40-afa1-4800-a1b7-0f6942d3a177", "generatedFromUUID": "dc93ce8b-b2e4-47e7-817f-87096591055a" }, "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": "b889ac40-afa1-4800-a1b7-0f6942d3a177", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmEwYzg4ZjEzMmQ5NmVjN2U4NjIxYjNjNDI0MGI0ZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de23c339-8245-4cdb-8dac-edb3053352d2" } ], "workloadContext": "Production" } 2022-07-21T06:45:00.955Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:45:00.955Z|eb0fff43-6638-4118-b897-f887740cc85a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 28df61f6-9458-4cf2-8f10-e23c9579e759 ASDC 2022-07-21T06:45:00.957Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:7e77c688-3862-4282-b822-f36788f53b58 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:28df61f6-9458-4cf2-8f10-e23c9579e759 ServiceInvariantUUID:8c1a99a1-87b5-4ab3-819c-2d57c129da7e 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:de23c339-8245-4cdb-8dac-edb3053352d2 ArtifactChecksum:ZmEwYzg4ZjEzMmQ5NmVjN2U4NjIxYjNjNDI0MGI0ZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 ResourceInvariantUUID:c1c5556a-9b89-49c2-b17a-9c5c9a6d39ee ResourceName:basic_cnf ResourceType:VF ResourceUUID:33183fdb-2238-4af5-a860-a40c891d827a 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:2f89984d-4a7f-40a5-8141-70403d076e60 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:7468ebda-8012-4980-94a6-433d8fc0960d 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:4182b04b-62db-459b-b46a-baac7e5cc64d ArtifactChecksum:ZWQwOWNkMWVlNjBiYTIyMThkYzU4MzM3ZDEyMzk5ODk= 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:dc93ce8b-b2e4-47e7-817f-87096591055a 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:b889ac40-afa1-4800-a1b7-0f6942d3a177 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:b889ac40-afa1-4800-a1b7-0f6942d3a177 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-21T06:45:00.957Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28df61f6-9458-4cf2-8f10-e23c9579e759 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-07-21T06:45:01.021Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:45:01.022Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:45:01.022Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:45:01.022Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de23c339-8245-4cdb-8dac-edb3053352d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-21T06:45:01.022Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:45:01.023Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-21T06:45:01.376Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:45:01.393Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar de23c339-8245-4cdb-8dac-edb3053352d2 72995 2022-07-21T06:45:01.393Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-21T06:45:01.393Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-21T06:45:01.393Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:45:01.396Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:01.398Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:01.398Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385901393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:45:01.498Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:01.499Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T06:45:01.499Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:01.535Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:01.536Z||pool-76-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:02.398Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:45:02.399Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-21T06:45:02.400Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: de23c339-8245-4cdb-8dac-edb3053352d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-21T06:45:02.400Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-21T06:45:02.401Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-21T06:45:02.401Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-21T06:45:02.629Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4848234281608035397/Definitions/service-BasicCnf-template.yml 2022-07-21T06:45:03.826Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:45:03.826Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:45:03.826Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-21T06:45:03.826Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-21T06:45:03.827Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:03.827Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:03.827Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:03.827Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-21T06:45:03.827Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-21T06:45:03.828Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.828Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.828Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:03.828Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:45:03.828Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:45:03.828Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:03.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-21T06:45:03.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:45:03.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:45:03.831Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.831Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:03.831Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:45:03.831Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.831Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-21T06:45:03.832Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-21T06:45:03.833Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=14e568ea-c957-4734-92d8-6af898376f39 2022-07-21T06:45:03.833Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.833Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.833Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.833Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.834Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.834Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.834Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:03.834Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:03.834Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:28df61f6-9458-4cf2-8f10-e23c9579e759 Model Version:NULL Model InvariantUuid:8c1a99a1-87b5-4ab3-819c-2d57c129da7e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e0861777-c73a-4994-9ee0-d31639ca35a1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c1c5556a-9b89-49c2-b17a-9c5c9a6d39ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d3a91654-91e4-4bc9-a79a-1d63ceb72145 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:78c609b5-76e5-4a65-9ccf-2f4586fab007 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:14e568ea-c957-4734-92d8-6af898376f39 ModelInvariantUuid:8f2c2f21-cca0-4e9c-92c1-e5335e13d169 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:28f05bfd-6e4d-489b-85e3-6a1f4fc05405 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c4655cd4-179b-4e52-acd8-13ec4270f9fd ModelInvariantUuid:e38a9f9e-91cb-4e01-8feb-c613806d13d0 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:53dfbeb1-0ff2-41dd-8d9d-d1cc66a186c8 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-07-21T06:45:03.843Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 33183fdb-2238-4af5-a860-a40c891d827a 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-07-21T06:45:03.847Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-07-21T06:45:03.847Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33183fdb-2238-4af5-a860-a40c891d827a 2022-07-21T06:45:03.847Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f89984d-4a7f-40a5-8141-70403d076e60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-21T06:45:03.847Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:45:03.847Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:03.988Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:45:03.989Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2f89984d-4a7f-40a5-8141-70403d076e60 12 2022-07-21T06:45:03.990Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:03.990Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:03.990Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:45:03.990Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:03.992Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:03.992Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385903989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:45:04.092Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:04.093Z||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-07-21T06:45:04.093Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:04.117Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:04.118Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:45:04.994Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7468ebda-8012-4980-94a6-433d8fc0960d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-21T06:45:04.994Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:45:04.994Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:05.067Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:45:05.067Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7468ebda-8012-4980-94a6-433d8fc0960d 2688 2022-07-21T06:45:05.067Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:05.068Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:05.068Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:45:05.068Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:05.070Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:05.070Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385905067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-21T06:45:05.170Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:05.171Z||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-07-21T06:45:05.171Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:05.188Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:05.189Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:06.074Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4182b04b-62db-459b-b46a-baac7e5cc64d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-21T06:45:06.074Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:45:06.074Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:06.239Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:45:06.239Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4182b04b-62db-459b-b46a-baac7e5cc64d 828 2022-07-21T06:45:06.240Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:06.240Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:06.240Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:45:06.240Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:06.241Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:06.242Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385906240, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:45:06.342Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:06.342Z||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-07-21T06:45:06.342Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:06.416Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:06.417Z||pool-79-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:07.242Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d3a91654-91e4-4bc9-a79a-1d63ceb72145", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78c609b5-76e5-4a65-9ccf-2f4586fab007", "vfModuleModelCustomizationUUID": "372c82b2-3432-48ed-8fb7-4d8cddd2ee30", "isBase": true, "artifacts": [ "dc93ce8b-b2e4-47e7-817f-87096591055a", "7468ebda-8012-4980-94a6-433d8fc0960d", "b889ac40-afa1-4800-a1b7-0f6942d3a177" ], "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-07-21T06:45:07.248Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78c609b5-76e5-4a65-9ccf-2f4586fab007 VfModuleModelInvariantUUID:d3a91654-91e4-4bc9-a79a-1d63ceb72145 VfModuleModelDescription:NULL Artifacts UUID List:{ dc93ce8b-b2e4-47e7-817f-87096591055a , 7468ebda-8012-4980-94a6-433d8fc0960d , b889ac40-afa1-4800-a1b7-0f6942d3a177 } 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-07-21T06:45:07.250Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d3a91654-91e4-4bc9-a79a-1d63ceb72145", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78c609b5-76e5-4a65-9ccf-2f4586fab007", "vfModuleModelCustomizationUUID": "372c82b2-3432-48ed-8fb7-4d8cddd2ee30", "isBase": true, "artifacts": [ "dc93ce8b-b2e4-47e7-817f-87096591055a", "7468ebda-8012-4980-94a6-433d8fc0960d", "b889ac40-afa1-4800-a1b7-0f6942d3a177" ], "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-07-21T06:45:07.250Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78c609b5-76e5-4a65-9ccf-2f4586fab007 VfModuleModelInvariantUUID:d3a91654-91e4-4bc9-a79a-1d63ceb72145 VfModuleModelDescription:NULL Artifacts UUID List:{ dc93ce8b-b2e4-47e7-817f-87096591055a , 7468ebda-8012-4980-94a6-433d8fc0960d , b889ac40-afa1-4800-a1b7-0f6942d3a177 } 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-07-21T06:45:07.250Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc93ce8b-b2e4-47e7-817f-87096591055a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-21T06:45:07.251Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:45:07.251Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:07.428Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:45:07.428Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dc93ce8b-b2e4-47e7-817f-87096591055a 1164 2022-07-21T06:45:07.429Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:07.429Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:07.429Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:45:07.429Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:07.431Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:07.431Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385907429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:45:07.531Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:07.532Z||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-07-21T06:45:07.532Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:07.551Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:07.552Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:45:08.432Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b889ac40-afa1-4800-a1b7-0f6942d3a177 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-21T06:45:08.432Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-21T06:45:08.444Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:08.593Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-21T06:45:08.594Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b889ac40-afa1-4800-a1b7-0f6942d3a177 200 2022-07-21T06:45:08.594Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:08.595Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:08.595Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:45:08.595Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:08.597Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:08.598Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385908594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:45:08.698Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:45:08.699Z||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-07-21T06:45:08.699Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:08.760Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:08.761Z||pool-81-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:45:09.034Z||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-07-21T06:45:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:45:09.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:09.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-21T06:45:09.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385848247, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:45:09.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:45:09.598Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 28df61f6-9458-4cf2-8f10-e23c9579e759 2022-07-21T06:45:09.599Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 33183fdb-2238-4af5-a860-a40c891d827a ASDC 2022-07-21T06:45:09.616Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:09.633Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@244784a0, org.onap.sdc.toscaparser.api.parameters.Input@458de810, org.onap.sdc.toscaparser.api.parameters.Input@62f5b0ab, org.onap.sdc.toscaparser.api.parameters.Input@404f52b0, org.onap.sdc.toscaparser.api.parameters.Input@5835ac9d] 2022-07-21T06:45:09.634Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.635Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.635Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-21T06:45:09.635Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 2022-07-21T06:45:09.636Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 matches Tosca VF Customization UUID: 851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 2022-07-21T06:45:09.636Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 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-07-21T06:45:09.639Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.639Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.640Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 851b0e32-e086-4b2a-8e0c-c0b3bc5f0548: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-07-21T06:45:09.640Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78d8b25 2022-07-21T06:45:09.640Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.640Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T06:45:09.641Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 372c82b2-3432-48ed-8fb7-4d8cddd2ee30 2022-07-21T06:45:09.641Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 372c82b2-3432-48ed-8fb7-4d8cddd2ee30 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-07-21T06:45:09.644Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.644Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:09.644Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:45:09.645Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.647Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:09.648Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:45:09.648Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.648Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-21T06:45:09.649Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-21T06:45:09.649Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=14e568ea-c957-4734-92d8-6af898376f39 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-07-21T06:45:09.652Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.652Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:09.652Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T06:45:09.653Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.653Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-21T06:45:09.653Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=851b0e32-e086-4b2a-8e0c-c0b3bc5f0548 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-07-21T06:45:09.657Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.657Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.657Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 28df61f6-9458-4cf2-8f10-e23c9579e759: basic_cnf 2022-07-21T06:45:09.658Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.658Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.658Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.658Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.659Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.659Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.659Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.659Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.660Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:45:09.660Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:45:09.660Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:09.772Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 33183fdb-2238-4af5-a860-a40c891d827a 1 ASDC deployResourceStructure 2022-07-21T06:45:09.773Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:09.773Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:09.773Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-21T06:45:09.773Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:09.776Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:09.776Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385909772, "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-07-21T06:45:09.877Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T06:45:09.878Z||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-07-21T06:45:09.878Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:09.911Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:09.912Z||pool-82-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:45:10.777Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:10.777Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:10.777Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-21T06:45:10.777Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:10.780Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:10.780Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385910776, "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-07-21T06:45:10.880Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:10.881Z||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-07-21T06:45:10.881Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:10.902Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:10.902Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:11.781Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:11.782Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:11.782Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:45:11.782Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:11.788Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:11.788Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385911781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:45:11.887Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:45:11.888Z||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-07-21T06:45:11.888Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:11.918Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:11.922Z||pool-84-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:12.789Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:12.789Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:12.789Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:45:12.790Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:12.792Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:12.792Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385912789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:45:12.894Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-21T06:45:12.894Z||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-07-21T06:45:12.895Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:12.941Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:12.942Z||pool-85-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:45:13.794Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:13.794Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:13.794Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:45:13.794Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:13.797Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:13.797Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385913793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-21T06:45:13.902Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-07-21T06:45:13.904Z||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-07-21T06:45:13.904Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:13.935Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:13.936Z||pool-86-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:14.798Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-21T06:45:14.799Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-21T06:45:14.799Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:45:14.799Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:14.801Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:14.801Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385914798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:45:14.901Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:14.902Z||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-07-21T06:45:14.902Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:14.939Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:14.939Z||pool-87-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:45:15.806Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e77c688-3862-4282-b822-f36788f53b58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:45:15.819Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e77c688-3862-4282-b822-f36788f53b58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:45:15.822Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:45:15.822Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:45:15.822Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:45:15.822Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:45:15.823Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:45:15.823Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:45:15.823Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:45:15.824Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:45:15.824Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:45:15.824Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:45:15.824Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:15.829Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:45:45.830Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e77c688-3862-4282-b822-f36788f53b58 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-07-21T06:45:45.839Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e77c688-3862-4282-b822-f36788f53b58 and serviceModelVersionId: 28df61f6-9458-4cf2-8f10-e23c9579e759 2022-07-21T06:45:45.839Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c1a99a1-87b5-4ab3-819c-2d57c129da7e 2022-07-21T06:45:45.840Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0 2022-07-21T06:45:45.845Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:45:45.891Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0|INFO|500||Invoke 2022-07-21T06:45:45.892Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7e77c688-3862-4282-b822-f36788f53b58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b8a2030-9fcb-446a-a61d-fb3b441c23c5], X-ECOMP-RequestID=[7e77c688-3862-4282-b822-f36788f53b58], X-TransactionId=[], X-ONAP-RequestID=[7e77c688-3862-4282-b822-f36788f53b58], Content-Type=[application/merge-patch+json]} 2022-07-21T06:45:45.927Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:45:46.031Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?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/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-06:45:46:073-54065], vertex-id=[217280], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:45:46 GMT], Content-Type=[application/json]} 2022-07-21T06:45:46.031Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:45:46.032Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1a99a1-87b5-4ab3-819c-2d57c129da7e/model-vers/model-ver/28df61f6-9458-4cf2-8f10-e23c9579e759?depth=0|INFO|500||InvokeReturn 2022-07-21T06:45:46.032Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:45:46.032Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:46.038Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||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-07-21T06:45:46.038Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e77c688-3862-4282-b822-f36788f53b58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:45:46.039Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:45:46.039Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:45:46.041Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:45:46.041Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385946039, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:45:46.141Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:45:46.142Z||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-07-21T06:45:46.142Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:46.191Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:46.191Z||pool-88-thread-1|||||INFO|500||cambria reply ok (49 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-07-21T06:45:47.053Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:45:47.053Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:45:47.053Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:45:57.469Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:45:57.469Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:45:57.470Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:45:57.470Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:46:07.066Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:46:07.066Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:46:07.067Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:46:07.067Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:46:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:46:09.035Z||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-07-21T06:46:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:46:09.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:46:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T06:46:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:46:09.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T06:46:16.656Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:46:16.657Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:46:16.657Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:46:16.657Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:46:26.205Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:46:26.205Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:46:26.206Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:46:26.206Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:46:35.783Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:46:35.784Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:46:35.785Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:46:35.785Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:46:45.354Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:47:09.032Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:47:09.033Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-21T06:47:09.033Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ... 2022-07-21T06:47:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:47:09.034Z||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-07-21T06:47:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:47:09.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:47:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/resourceInstances/pnfe182e287b1c00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385857682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385859667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnznkaudxgi8qre03psp/1.0/artifacts/service-DemoPnfEnznkaudxgi8qre03psp-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb0fff43-6638-4118-b897-f887740cc85a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385890884, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:47:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385706214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385901393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385903989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385905067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385906240, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385907429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385908594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-21T06:47:09.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:47:18.620Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:48:09.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:48:09.032Z||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-07-21T06:48:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:48:09.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:48:09.034Z||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-07-21T06:48:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:48:09.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:48:09.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385909772, "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-07-21T06:48:09.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385910776, "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-07-21T06:48:09.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385911781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385912789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:09.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385913793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385914798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e77c688-3862-4282-b822-f36788f53b58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658385946039, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:48:09.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:48:18.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:09.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:49:09.032Z||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-07-21T06:49:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:49:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:49:09.034Z||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-07-21T06:49:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:49:09.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:09.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-21T06:49:09.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386137638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:49:09.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386130570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:49:09.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386135011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386148189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:49:09.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:49:09.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386148780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:49:09.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:49:09.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "cds", "timestamp": 1658386149196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-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-07-21T06:49:09.704Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 2022-07-21T06:49:09.704Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:49:09.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386149846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:49:09.713Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:49:09.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:49:09.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:09.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-21T06:49:09.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b37d16db-2b71-4881-b4c5-f7fb3b3e97b7","serviceName":"Demo_pNF_qCKERSrzHULo7aCLFcWx","serviceVersion":"1.0","serviceUUID":"47b978d3-f0a7-4d45-acf5-c95323f3b2a8","serviceDescription":"catalog service description","serviceInvariantUUID":"2892e900-d4f0-4579-8d4b-9c0740e7eaec","resources":[{"resourceInstanceName":"pNF 76326b3e-2d88 0","resourceName":"pNF 76326b3e-2d88","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0abb68c8-ca1e-42ae-9666-5786d6980c88","resourceInvariantUUID":"f7d7bf4a-4e6d-40eb-b147-1553f3c3b764","resourceCustomizationUUID":"411ba3e6-1a9f-463a-9874-e3171576667c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml","artifactChecksum":"OGMyZjRlNDBlYmFkZmUyMWM3MzU1MTIxMjdmNTNmYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8c70dcc-b5cf-482b-aafa-a102f881731e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar","artifactChecksum":"MmZmNzhkNzRjN2Y0YTMzODNiZmEzOTc1OTRlYjdmNDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0238b882-a67e-4aae-984f-eef612a85910","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50978496-d81a-42c4-be5b-9124213f68ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml","artifactChecksum":"YzYzZGY1YzZkZmVmZDE2MDdkNGUzYWJhOTVlMDVjYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8977180a-85f7-42fb-bfb5-957336d2d542","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6f07f2e-c7ee-4f15-af67-f93908312a42","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1850f239-f021-48e0-9d2e-8eaa42badd51","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQckersrzhulo7aclfcwx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml","artifactChecksum":"OTZmOGMwZjQ3ZTVjNzIwMGNiYjBhMmZlMWE1ZjMzMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6f9307a-f50c-4273-9dd8-9581a7786994","artifactVersion":"1"},{"artifactName":"service-DemoPnfQckersrzhulo7aclfcwx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar","artifactChecksum":"Mzc3YzYzMzQ5NzEyMTQ5NDQxYzk1NmQzMGZjMjI3NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77dc4f5e-cf35-455e-8c93-596e5e336d27","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:49:09.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:09.753Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:09.756Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:09.756Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:09.856Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:49:09.857Z||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-07-21T06:49:09.857Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:09.897Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:09.898Z||pool-89-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:10.758Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:10.759Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:10.762Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:10.762Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:10.862Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:49:10.863Z||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-07-21T06:49:10.863Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:10.904Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:10.904Z||pool-90-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:11.763Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:11.764Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:11.766Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:11.766Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:11.866Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:49:11.867Z||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-07-21T06:49:11.867Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:11.945Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:11.945Z||pool-91-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:12.767Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:12.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:12.770Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:12.770Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:12.870Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:49:12.875Z||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-07-21T06:49:12.875Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:12.925Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:12.926Z||pool-92-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:13.771Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:13.771Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:13.775Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:13.775Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:13.875Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:49:13.876Z||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-07-21T06:49:13.876Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:13.933Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:13.934Z||pool-93-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:14.776Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:14.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:14.779Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:14.779Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:14.881Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-21T06:49:14.882Z||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-07-21T06:49:14.882Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:14.926Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:14.927Z||pool-94-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:15.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:15.780Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:15.782Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:15.782Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:49:15.883Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:49:15.884Z||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-07-21T06:49:15.884Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:15.930Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:15.931Z||pool-95-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:16.783Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:49:16.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:16.786Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:16.786Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:49:16.886Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:49:16.887Z||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-07-21T06:49:16.887Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:16.905Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:16.905Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:17.787Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "serviceName": "Demo_pNF_qCKERSrzHULo7aCLFcWx", "serviceVersion": "1.0", "serviceUUID": "47b978d3-f0a7-4d45-acf5-c95323f3b2a8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2892e900-d4f0-4579-8d4b-9c0740e7eaec", "resources": [ { "resourceInstanceName": "pNF 76326b3e-2d88 0", "resourceCustomizationUUID": "411ba3e6-1a9f-463a-9874-e3171576667c", "resourceName": "pNF 76326b3e-2d88", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0abb68c8-ca1e-42ae-9666-5786d6980c88", "resourceInvariantUUID": "f7d7bf4a-4e6d-40eb-b147-1553f3c3b764", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "artifactChecksum": "Mzc3YzYzMzQ5NzEyMTQ5NDQxYzk1NmQzMGZjMjI3NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77dc4f5e-cf35-455e-8c93-596e5e336d27" } ], "workloadContext": "Production" } 2022-07-21T06:49:17.788Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:49:17.788Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 47b978d3-f0a7-4d45-acf5-c95323f3b2a8 ASDC 2022-07-21T06:49:17.788Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 ServiceName:Demo_pNF_qCKERSrzHULo7aCLFcWx ServiceVersion:1.0 ServiceUUID:47b978d3-f0a7-4d45-acf5-c95323f3b2a8 ServiceInvariantUUID:2892e900-d4f0-4579-8d4b-9c0740e7eaec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQckersrzhulo7aclfcwx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar ArtifactUUID:77dc4f5e-cf35-455e-8c93-596e5e336d27 ArtifactChecksum:Mzc3YzYzMzQ5NzEyMTQ5NDQxYzk1NmQzMGZjMjI3NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 76326b3e-2d88 0 ResourceCustomizationUUID:411ba3e6-1a9f-463a-9874-e3171576667c ResourceInvariantUUID:f7d7bf4a-4e6d-40eb-b147-1553f3c3b764 ResourceName:pNF 76326b3e-2d88 ResourceType:PNF ResourceUUID:0abb68c8-ca1e-42ae-9666-5786d6980c88 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-21T06:49:17.788Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47b978d3-f0a7-4d45-acf5-c95323f3b2a8 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-07-21T06:49:17.812Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:49:17.813Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-21T06:49:17.813Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-21T06:49:17.813Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 77dc4f5e-cf35-455e-8c93-596e5e336d27 from URL: /sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:17.813Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-21T06:49:17.814Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:17.973Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-21T06:49:17.979Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 77dc4f5e-cf35-455e-8c93-596e5e336d27 86698 2022-07-21T06:49:17.979Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar ASDC sendASDCNotification 2022-07-21T06:49:17.979Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:17.980Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:49:17.980Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:17.983Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:17.983Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386157979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:49:18.082Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:49:18.083Z||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-07-21T06:49:18.083Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:18.105Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:18.105Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:49:18.985Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:49:18.986Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-21T06:49:18.987Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 77dc4f5e-cf35-455e-8c93-596e5e336d27, URL: /sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar to file: /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:18.987Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:18.988Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:18.988Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:19.132Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8642498631182211871/Definitions/service-DemoPnfQckersrzhulo7aclfcwx-template.yml 2022-07-21T06:49:20.027Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:49:20.027Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-21T06:49:20.027Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.028Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-21T06:49:20.028Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||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-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.028Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.028Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||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-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.029Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.029Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.029Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.029Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 76326b3e-2d88 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-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.029Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-21T06:49:20.030Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.030Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.030Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Node template pNF 76326b3e-2d88 0 is matching search criteria 2022-07-21T06:49:20.031Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-21T06:49:20.031Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 76326b3e-2d88 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:49:20.031Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.031Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.032Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Node template pNF 76326b3e-2d88 0 is matching search criteria 2022-07-21T06:49:20.032Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-21T06:49:20.032Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 76326b3e-2d88 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:49:20.032Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.033Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.033Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.033Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.033Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.034Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.034Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.034Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.035Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.035Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.035Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qCKERSrzHULo7aCLFcWx Description:catalog service description Model UUID:47b978d3-f0a7-4d45-acf5-c95323f3b2a8 Model Version:NULL Model InvariantUuid:2892e900-d4f0-4579-8d4b-9c0740e7eaec 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-07-21T06:49:20.042Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0abb68c8-ca1e-42ae-9666-5786d6980c88 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-07-21T06:49:20.045Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||pNF 76326b3e-2d88 0 2022-07-21T06:49:20.045Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0abb68c8-ca1e-42ae-9666-5786d6980c88 2022-07-21T06:49:20.045Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 47b978d3-f0a7-4d45-acf5-c95323f3b2a8 2022-07-21T06:49:20.045Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 47b978d3-f0a7-4d45-acf5-c95323f3b2a8 2022-07-21T06:49:20.046Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 76326b3e-2d88 0 0abb68c8-ca1e-42ae-9666-5786d6980c88 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-07-21T06:49:20.051Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@721198dc, org.onap.sdc.toscaparser.api.parameters.Input@2d984c3a, org.onap.sdc.toscaparser.api.parameters.Input@5c3ed604, org.onap.sdc.toscaparser.api.parameters.Input@49d0a21b, org.onap.sdc.toscaparser.api.parameters.Input@37f91485] 2022-07-21T06:49:20.051Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.051Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.052Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 47b978d3-f0a7-4d45-acf5-c95323f3b2a8: pNF 76326b3e-2d88 2022-07-21T06:49:20.052Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0abb68c8-ca1e-42ae-9666-5786d6980c88 2022-07-21T06:49:20.052Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:49:20.052Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qCKERSrzHULo7aCLFcWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:49:20.053Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||Resource customization UUID: 411ba3e6-1a9f-463a-9874-e3171576667c is the same as notified resource customizationUUID: 411ba3e6-1a9f-463a-9874-e3171576667c 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-07-21T06:49:20.089Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 76326b3e-2d88 0abb68c8-ca1e-42ae-9666-5786d6980c88 0 ASDC deployResourceStructure 2022-07-21T06:49:20.089Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar ASDC sendASDCNotification 2022-07-21T06:49:20.090Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar 2022-07-21T06:49:20.090Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:49:20.090Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:49:20.092Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:49:20.092Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386160089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:49:20.192Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:49:20.193Z||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-07-21T06:49:20.193Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:49:20.217Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:49:20.217Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:49:21.093Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:49:21.103Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:49:21.105Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:49:21.106Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:49:21.106Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:49:51.106Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:49:51.118Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:49:51.120Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:49:51.121Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:49:51.121Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:50:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:50:09.034Z||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-07-21T06:50:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:50:09.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:50:09.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:50:09.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:50:09.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:50:21.121Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:50:21.131Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:50:21.133Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:50:21.133Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:50:21.133Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:50:51.133Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:50:51.145Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:50:51.150Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:50:51.151Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:50:51.151Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:51:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:51:09.034Z||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-07-21T06:51:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:51:09.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:51:09.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:51:09.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:51:09.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:51:21.151Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:51:21.162Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:51:21.163Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:51:21.164Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:51:21.164Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:51:51.164Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:51:51.177Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:51:51.179Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:51:51.179Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:51:51.179Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:52:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:52:09.035Z||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-07-21T06:52:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:52:09.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:52:09.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "ves-openapi-manager", "timestamp": 1658386150853, "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-07-21T06:52:09.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 2022-07-21T06:52:09.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:52:09.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "multicloud-k8s-id", "timestamp": 1658386142218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:52:09.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386152034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:52:09.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386153093, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:52:09.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386145080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:52:09.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "clamp", "timestamp": 1658386154100, "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-07-21T06:52:09.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 2022-07-21T06:52:09.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:52:09.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386145525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:52:09.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386153961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:52:09.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386154386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:52:09.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386154972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:52:09.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "policy-id", "timestamp": 1658386155974, "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-07-21T06:52:09.624Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 2022-07-21T06:52:09.624Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:52:09.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386156410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:52:09.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386149031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:52:09.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386157415, "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-07-21T06:52:09.637Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 2022-07-21T06:52:09.637Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:52:09.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/resourceInstances/pnf76326b3e2d880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386157979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:52:09.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:09.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386152011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:52:09.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:52:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386160089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:52:09.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386160816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:52:09.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386165790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQckersrzhulo7aclfcwx/1.0/artifacts/service-DemoPnfQckersrzhulo7aclfcwx-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:52:09.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:52:09.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:52:09.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "aai-ml", "timestamp": 1658386166799, "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-07-21T06:52:09.653Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 2022-07-21T06:52:09.654Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:52:21.180Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:52:21.197Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:52:21.199Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.200Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.201Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.201Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:52:21.201Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-21T06:52:21.206Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:52:51.206Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 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-07-21T06:52:51.214Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 and serviceModelVersionId: 47b978d3-f0a7-4d45-acf5-c95323f3b2a8 2022-07-21T06:52:51.215Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2892e900-d4f0-4579-8d4b-9c0740e7eaec 2022-07-21T06:52:51.216Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2892e900-d4f0-4579-8d4b-9c0740e7eaec/model-vers/model-ver/47b978d3-f0a7-4d45-acf5-c95323f3b2a8?depth=0 2022-07-21T06:52:51.225Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:52:51.297Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2892e900-d4f0-4579-8d4b-9c0740e7eaec/model-vers/model-ver/47b978d3-f0a7-4d45-acf5-c95323f3b2a8?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-07-21T06:52:51.299Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2892e900-d4f0-4579-8d4b-9c0740e7eaec/model-vers/model-ver/47b978d3-f0a7-4d45-acf5-c95323f3b2a8?depth=0|INFO|500||Invoke 2022-07-21T06:52:51.327Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2892e900-d4f0-4579-8d4b-9c0740e7eaec/model-vers/model-ver/47b978d3-f0a7-4d45-acf5-c95323f3b2a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:52:51.484Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2892e900-d4f0-4579-8d4b-9c0740e7eaec/model-vers/model-ver/47b978d3-f0a7-4d45-acf5-c95323f3b2a8?depth=0|INFO|500||InvokeReturn 2022-07-21T06:52:51.485Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2892e900-d4f0-4579-8d4b-9c0740e7eaec/model-vers/model-ver/47b978d3-f0a7-4d45-acf5-c95323f3b2a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-06:52:51:472-37838], vertex-id=[209080], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:52:51 GMT], Content-Type=[application/json]} 2022-07-21T06:52:51.488Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:52:51.488Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:52:51.488Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-21T06:52:51.496Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-21T06:52:51.496Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b37d16db-2b71-4881-b4c5-f7fb3b3e97b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:52:51.496Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:52:51.497Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:52:51.501Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:52:51.501Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386371496, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:52:51.605Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-07-21T06:52:51.606Z||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-07-21T06:52:51.606Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:52:51.648Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:52:51.649Z||pool-99-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":3,"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-07-21T06:52:52.523Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:52:52.524Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|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-07-21T06:52:52.524Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|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 6uH92ONVfE6iun57) ... 2022-07-21T06:52:57.081Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:52:57.082Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-21T06:52:57.082Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"59a3563d-c557-4f2f-99ff-55b05913fe42","serviceName":"Demo_pNF_mqxEsrBorzY8Bbb0sS4z","serviceVersion":"1.0","serviceUUID":"91268dce-ad96-4d5d-a0aa-74f04826f972","serviceDescription":"catalog service description","serviceInvariantUUID":"39ab0190-875c-4f5c-80a0-8785d2342fb9","resources":[{"resourceInstanceName":"pNF 9d1d2d08-498b 0","resourceName":"pNF 9d1d2d08-498b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8a40b57b-b0b9-4cf4-9bdb-724f4961a134","resourceInvariantUUID":"6726a49a-69fa-413d-9d3b-9c578e4e840d","resourceCustomizationUUID":"c3f6cb2a-2a2a-42b9-b253-87eef83f3b4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml","artifactChecksum":"NjhlYjU3ZTJhNzVjNDgyODI4NmQ3MzA2NmNhNDMyYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5f1ee7c-8bef-4046-9db4-8949a5cac3db","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar","artifactChecksum":"MmZmNzhkNzRjN2Y0YTMzODNiZmEzOTc1OTRlYjdmNDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"decaa62a-e96a-40b7-bd67-6560c434d661","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dadb2efe-72a7-4587-b109-7d8718a520a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml","artifactChecksum":"MjRiYThmZTIyYjViM2U0OThkMjQ5M2ViN2ZhNGVmNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5391376-f8ae-4eec-b8a0-b5aec3246cfa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ab52918-7fea-4fe6-88b8-06b60e6491bb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbcb8718-8a0f-43c5-a004-87acf8c870c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml","artifactChecksum":"M2ZlMmM0YzgyN2Q0OTNjMmUzNzlkZWY1YmM0NWIwOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"454eeddf-8f0c-4200-aa83-9d48e876c39b","artifactVersion":"1"},{"artifactName":"service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar","artifactChecksum":"Mjk0NDE0OWMyZDk4MzNhNzg1ZWY0MGQyMzQ0NWVkMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981b5326-c478-428d-9f0f-32ea574c8ff4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T06:52:57.084Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:52:57.085Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:52:57.087Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:52:57.087Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:57.188Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:52:57.189Z||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-07-21T06:52:57.189Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:52:57.206Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:52:57.206Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:52:58.087Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:52:58.088Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:52:58.090Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:52:58.090Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:58.190Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:52:58.191Z||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-07-21T06:52:58.191Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:52:58.218Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:52:58.218Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:52:59.091Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:52:59.092Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:52:59.094Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:52:59.094Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:52:59.194Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:52:59.195Z||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-07-21T06:52:59.195Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:52:59.214Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:52:59.214Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:53:00.094Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:53:00.095Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:00.098Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:00.098Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:00.198Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:53:00.199Z||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-07-21T06:53:00.199Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:00.219Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:00.220Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:53:01.098Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:53:01.099Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:01.101Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:01.101Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:01.201Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T06:53:01.202Z||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-07-21T06:53:01.202Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:01.224Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:01.224Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:53:02.102Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:53:02.103Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:02.111Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:02.111Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:02.212Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:53:02.213Z||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-07-21T06:53:02.213Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:02.230Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:02.231Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:53:03.112Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:53:03.113Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:03.115Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:03.116Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:03.216Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:53:03.217Z||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-07-21T06:53:03.217Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:03.233Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:03.234Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-07-21T06:53:04.116Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T06:53:04.117Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:04.125Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:04.126Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:04.222Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-07-21T06:53:04.223Z||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-07-21T06:53:04.223Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:04.244Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:04.244Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:53:05.128Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "serviceName": "Demo_pNF_mqxEsrBorzY8Bbb0sS4z", "serviceVersion": "1.0", "serviceUUID": "91268dce-ad96-4d5d-a0aa-74f04826f972", "serviceDescription": "catalog service description", "serviceInvariantUUID": "39ab0190-875c-4f5c-80a0-8785d2342fb9", "resources": [ { "resourceInstanceName": "pNF 9d1d2d08-498b 0", "resourceCustomizationUUID": "c3f6cb2a-2a2a-42b9-b253-87eef83f3b4e", "resourceName": "pNF 9d1d2d08-498b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8a40b57b-b0b9-4cf4-9bdb-724f4961a134", "resourceInvariantUUID": "6726a49a-69fa-413d-9d3b-9c578e4e840d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "artifactChecksum": "Mjk0NDE0OWMyZDk4MzNhNzg1ZWY0MGQyMzQ0NWVkMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "981b5326-c478-428d-9f0f-32ea574c8ff4" } ], "workloadContext": "Production" } 2022-07-21T06:53:05.129Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T06:53:05.130Z|b37d16db-2b71-4881-b4c5-f7fb3b3e97b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91268dce-ad96-4d5d-a0aa-74f04826f972 ASDC 2022-07-21T06:53:05.130Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:59a3563d-c557-4f2f-99ff-55b05913fe42 ServiceName:Demo_pNF_mqxEsrBorzY8Bbb0sS4z ServiceVersion:1.0 ServiceUUID:91268dce-ad96-4d5d-a0aa-74f04826f972 ServiceInvariantUUID:39ab0190-875c-4f5c-80a0-8785d2342fb9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar ArtifactUUID:981b5326-c478-428d-9f0f-32ea574c8ff4 ArtifactChecksum:Mjk0NDE0OWMyZDk4MzNhNzg1ZWY0MGQyMzQ0NWVkMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9d1d2d08-498b 0 ResourceCustomizationUUID:c3f6cb2a-2a2a-42b9-b253-87eef83f3b4e ResourceInvariantUUID:6726a49a-69fa-413d-9d3b-9c578e4e840d ResourceName:pNF 9d1d2d08-498b ResourceType:PNF ResourceUUID:8a40b57b-b0b9-4cf4-9bdb-724f4961a134 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-21T06:53:05.131Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91268dce-ad96-4d5d-a0aa-74f04826f972 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-07-21T06:53:05.162Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:53:05.163Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-21T06:53:05.163Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-21T06:53:05.163Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 981b5326-c478-428d-9f0f-32ea574c8ff4 from URL: /sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:05.163Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-21T06:53:05.164Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:05.231Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-21T06:53:05.235Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 981b5326-c478-428d-9f0f-32ea574c8ff4 86687 2022-07-21T06:53:05.235Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar ASDC sendASDCNotification 2022-07-21T06:53:05.235Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:05.235Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T06:53:05.236Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:05.238Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:05.238Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386385235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:05.338Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:53:05.339Z||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-07-21T06:53:05.339Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:05.353Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:05.354Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:53:06.238Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T06:53:06.239Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-21T06:53:06.240Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 981b5326-c478-428d-9f0f-32ea574c8ff4, URL: /sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar to file: /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:06.240Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:06.240Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:06.241Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:06.402Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1780634488260161092/Definitions/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml 2022-07-21T06:53:07.180Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T06:53:07.180Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-21T06:53:07.180Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.180Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||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-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||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-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9d1d2d08-498b 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-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-21T06:53:07.181Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.182Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.182Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Node template pNF 9d1d2d08-498b 0 is matching search criteria 2022-07-21T06:53:07.182Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-21T06:53:07.182Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9d1d2d08-498b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:53:07.182Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.182Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Node template pNF 9d1d2d08-498b 0 is matching search criteria 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9d1d2d08-498b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.183Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.184Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.184Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.184Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.184Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.184Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.185Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_mqxEsrBorzY8Bbb0sS4z Description:catalog service description Model UUID:91268dce-ad96-4d5d-a0aa-74f04826f972 Model Version:NULL Model InvariantUuid:39ab0190-875c-4f5c-80a0-8785d2342fb9 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-07-21T06:53:07.192Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8a40b57b-b0b9-4cf4-9bdb-724f4961a134 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-07-21T06:53:07.194Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||pNF 9d1d2d08-498b 0 2022-07-21T06:53:07.194Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8a40b57b-b0b9-4cf4-9bdb-724f4961a134 2022-07-21T06:53:07.194Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 91268dce-ad96-4d5d-a0aa-74f04826f972 2022-07-21T06:53:07.195Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 91268dce-ad96-4d5d-a0aa-74f04826f972 2022-07-21T06:53:07.195Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9d1d2d08-498b 0 8a40b57b-b0b9-4cf4-9bdb-724f4961a134 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-07-21T06:53:07.199Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@745bfa98, org.onap.sdc.toscaparser.api.parameters.Input@8be6a42, org.onap.sdc.toscaparser.api.parameters.Input@1aba3d8b, org.onap.sdc.toscaparser.api.parameters.Input@767174dc, org.onap.sdc.toscaparser.api.parameters.Input@5dd5dfb0] 2022-07-21T06:53:07.199Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.200Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.200Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 91268dce-ad96-4d5d-a0aa-74f04826f972: pNF 9d1d2d08-498b 2022-07-21T06:53:07.200Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8a40b57b-b0b9-4cf4-9bdb-724f4961a134 2022-07-21T06:53:07.200Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T06:53:07.200Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_mqxEsrBorzY8Bbb0sS4z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T06:53:07.201Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||Resource customization UUID: c3f6cb2a-2a2a-42b9-b253-87eef83f3b4e is the same as notified resource customizationUUID: c3f6cb2a-2a2a-42b9-b253-87eef83f3b4e 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-07-21T06:53:07.234Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9d1d2d08-498b 8a40b57b-b0b9-4cf4-9bdb-724f4961a134 0 ASDC deployResourceStructure 2022-07-21T06:53:07.234Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar ASDC sendASDCNotification 2022-07-21T06:53:07.234Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar 2022-07-21T06:53:07.234Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T06:53:07.235Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:53:07.236Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:53:07.236Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386387234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:53:07.337Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T06:53:07.337Z||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-07-21T06:53:07.337Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:53:07.352Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:07.353Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:53:08.237Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59a3563d-c557-4f2f-99ff-55b05913fe42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:53:08.247Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59a3563d-c557-4f2f-99ff-55b05913fe42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:53:08.249Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:53:08.249Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T06:53:08.250Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T06:53:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:53:09.035Z||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-07-21T06:53:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:53:09.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:53:09.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386362012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386362638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "multicloud-k8s-id", "timestamp": 1658386362219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386355525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37d16db-2b71-4881-b4c5-f7fb3b3e97b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386371496, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386372423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386373201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386372255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386365080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "cds", "timestamp": 1658386374216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-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-07-21T06:53:09.726Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59a3563d-c557-4f2f-99ff-55b05913fe42 2022-07-21T06:53:09.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:53:09.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386373924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386374084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:53:09.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386374929, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:53:09.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386375087, "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-07-21T06:53:09.740Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59a3563d-c557-4f2f-99ff-55b05913fe42 2022-07-21T06:53:09.740Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:53:09.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "policy-id", "timestamp": 1658386375932, "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-07-21T06:53:09.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59a3563d-c557-4f2f-99ff-55b05913fe42 2022-07-21T06:53:09.756Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:53:09.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386370570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386377204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "aai-ml", "timestamp": 1658386378207, "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-07-21T06:53:09.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59a3563d-c557-4f2f-99ff-55b05913fe42 2022-07-21T06:53:09.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:53:09.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386375011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386383815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386384858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/resourceInstances/pnf9d1d2d08498b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386372523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "NOTIFIED" } 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "ves-openapi-manager", "timestamp": 1658386385864, "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-07-21T06:53:09.789Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 59a3563d-c557-4f2f-99ff-55b05913fe42 2022-07-21T06:53:09.789Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:53:09.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386385235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386387234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386390094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T06:53:09.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:53:38.250Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59a3563d-c557-4f2f-99ff-55b05913fe42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:53:38.262Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59a3563d-c557-4f2f-99ff-55b05913fe42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T06:53:38.266Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T06:53:38.266Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:53:38.267Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:53:38.268Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T06:53:38.268Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-21T06:53:38.274Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T06:54:08.274Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:54:08.284Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59a3563d-c557-4f2f-99ff-55b05913fe42 and serviceModelVersionId: 91268dce-ad96-4d5d-a0aa-74f04826f972 2022-07-21T06:54:08.284Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39ab0190-875c-4f5c-80a0-8785d2342fb9 2022-07-21T06:54:08.285Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0 2022-07-21T06:54:08.290Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T06:54:08.347Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0|INFO|500||Invoke 2022-07-21T06:54:08.348Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59a3563d-c557-4f2f-99ff-55b05913fe42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ebf3855-e83b-45bd-ad61-a23a27bb727d], X-ECOMP-RequestID=[59a3563d-c557-4f2f-99ff-55b05913fe42], X-TransactionId=[], X-ONAP-RequestID=[59a3563d-c557-4f2f-99ff-55b05913fe42], Content-Type=[application/merge-patch+json]} 2022-07-21T06:54:08.377Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T06:54:08.503Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?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/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220721-06:54:08:521-19432], vertex-id=[266384], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:54:08 GMT], Content-Type=[application/json]} 2022-07-21T06:54:08.504Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T06:54:08.506Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39ab0190-875c-4f5c-80a0-8785d2342fb9/model-vers/model-ver/91268dce-ad96-4d5d-a0aa-74f04826f972?depth=0|INFO|500||InvokeReturn 2022-07-21T06:54:08.506Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T06:54:08.506Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-21T06:54:08.512Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-21T06:54:08.513Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59a3563d-c557-4f2f-99ff-55b05913fe42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T06:54:08.513Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T06:54:08.513Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-21T06:54:08.515Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T06:54:08.516Z|59a3563d-c557-4f2f-99ff-55b05913fe42|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386448513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:54:08.616Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T06:54:08.618Z||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-07-21T06:54:08.618Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T06:54:08.657Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:54:08.658Z||pool-110-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-21T06:54:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:54:09.035Z||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-07-21T06:54:09.035Z||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 6uH92ONVfE6iun57) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T06:54:09.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:54:09.528Z||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-07-21T06:54:09.528Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:54:09.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:54:09.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:54:09.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386392122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMqxesrborzy8bbb0ss4z/1.0/artifacts/service-DemoPnfMqxesrborzy8bbb0ss4z-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T06:54:09.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:54:09.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:54:09.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "clamp", "timestamp": 1658386393127, "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-07-21T06:54:09.675Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59a3563d-c557-4f2f-99ff-55b05913fe42 2022-07-21T06:54:09.676Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a3563d-c557-4f2f-99ff-55b05913fe42 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-07-21T06:54:09.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T06:54:09.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59a3563d-c557-4f2f-99ff-55b05913fe42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386448513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T06:54:09.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T06:54:19.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:54:19.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:54:19.105Z||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-07-21T06:54:19.105Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:54:28.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:54:28.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:54:28.658Z||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-07-21T06:54:28.658Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:54:38.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:54:38.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:54:38.287Z||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-07-21T06:54:38.287Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:54:47.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:55:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:55:09.032Z||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-07-21T06:55:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:55:09.034Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:55:09.034Z|7e77c688-3862-4282-b822-f36788f53b58|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-07-21T06:55:09.035Z|7e77c688-3862-4282-b822-f36788f53b58|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 6uH92ONVfE6iun57) ... 2022-07-21T06:55:18.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:55:18.604Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:56:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:56:09.032Z||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-07-21T06:56:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:56:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:56:09.034Z||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-07-21T06:56:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:56:18.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:56:18.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:57:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:57:09.032Z||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-07-21T06:57:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:57:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:57:09.034Z||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-07-21T06:57:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:57:18.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:57:18.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:58:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:58:09.032Z||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-07-21T06:58:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:58:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:58:09.034Z||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-07-21T06:58:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:58:18.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:58:18.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:59:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:59:09.032Z||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-07-21T06:59:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:59:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T06:59:09.034Z||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-07-21T06:59:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T06:59:18.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T06:59:18.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:00:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:00:09.032Z||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-07-21T07:00:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:00:09.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:00:09.034Z||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-07-21T07:00:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:00:18.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:00:18.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:01:09.032Z||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-07-21T07:01:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:01:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:01:09.034Z||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-07-21T07:01:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:01:09.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:09.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:01:09.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:01:09.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:01:09.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:09.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T07:01:09.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a36d68cf-5c69-44d7-b8ce-849ca9c31dc2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"766b5e55-ba94-45df-950a-81d90150d166","serviceDescription":"service","serviceInvariantUUID":"d32514f3-ea29-4d84-bc2d-105f684f56af","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9031a827-db90-404f-ab5e-187586fa80be","resourceInvariantUUID":"6aeab4d8-c878-4945-b430-39c82f497e8d","resourceCustomizationUUID":"d69c45f8-6612-4c76-9b98-49f98ee7bca0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NWM0YjA5NWNiZDY1OTE3NjA4M2VhMTQzNGU2NzVhMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"181a1311-c525-4afe-aa6d-78019ff97acf","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OTdlMTdlMGYyYmJlNWVjMTQzNWJhYmEwM2E1MTE3MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ca76f77-f8bb-4b28-9852-4878d1a8c216","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03213f29-eb18-458a-a32d-ca6720391c34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89a34404-6232-43f7-ab5a-838dd825280d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dd43cc0e-86d4-447e-a029-771eb3738f3f","artifactVersion":"2","generatedFromUUID":"a77dd4d3-bd9d-4bc1-b400-40c4be712d97"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6c7e04d-c738-4e77-9d03-69bfa0162ff1","artifactVersion":"2","generatedFromUUID":"03213f29-eb18-458a-a32d-ca6720391c34"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a77dd4d3-bd9d-4bc1-b400-40c4be712d97","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4b77f279-6a43-4486-bb9c-cb5651fe5ed1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MWI0YzZlOWViOWI0NDdjMWQzNTAwZGEzODlkNTc1Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6022adc5-2fb3-4547-b3ed-066c4fc790c2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWRkZGMxMDZkZWQ3YmU3ZjljMjJkNTg0YjJhNDM0OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d3e9cf2-f173-4c4f-9c15-1504c5025a2c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T07:01:09.692Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:09.692Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:09.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:09.696Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:01:09.795Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:01:09.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-07-21T07:01:09.797Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:09.823Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:09.824Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:10.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:10.699Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:10.701Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:10.701Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:01:10.801Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:10.802Z||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-07-21T07:01:10.802Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:10.846Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:10.846Z||pool-112-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:01:11.701Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:11.709Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:11.715Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:11.715Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-21T07:01:11.812Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-07-21T07:01:11.813Z||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-07-21T07:01:11.813Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:11.840Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:11.841Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:12.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:12.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:12.717Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:12.718Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:01:12.818Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:12.818Z||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-07-21T07:01:12.819Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:12.830Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:12.830Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:13.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:13.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:13.720Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:13.720Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-21T07:01:13.821Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:13.822Z||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-07-21T07:01:13.822Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:13.841Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:13.841Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:14.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:14.722Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:14.724Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:14.724Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-21T07:01:14.824Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:14.825Z||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-07-21T07:01:14.825Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:14.863Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:14.864Z||pool-116-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:15.724Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:15.728Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:15.730Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:15.730Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-21T07:01:15.831Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:15.832Z||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-07-21T07:01:15.832Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:15.894Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:15.894Z||pool-117-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:16.731Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:16.732Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:16.734Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:16.734Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:01:16.834Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:16.835Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:16.835Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:16.850Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:16.850Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:01:17.734Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:17.735Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:17.736Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:17.737Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:01:17.837Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:17.838Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:17.838Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:17.852Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:17.852Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:01:18.737Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:01:18.738Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:18.741Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:18.741Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:01:18.842Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T07:01:18.843Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:18.843Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:18.933Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:18.934Z||pool-120-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:19.742Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "766b5e55-ba94-45df-950a-81d90150d166", "serviceDescription": "service", "serviceInvariantUUID": "d32514f3-ea29-4d84-bc2d-105f684f56af", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d69c45f8-6612-4c76-9b98-49f98ee7bca0", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9031a827-db90-404f-ab5e-187586fa80be", "resourceInvariantUUID": "6aeab4d8-c878-4945-b430-39c82f497e8d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "OTdlMTdlMGYyYmJlNWVjMTQzNWJhYmEwM2E1MTE3MDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6ca76f77-f8bb-4b28-9852-4878d1a8c216", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "03213f29-eb18-458a-a32d-ca6720391c34", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d6c7e04d-c738-4e77-9d03-69bfa0162ff1", "generatedFromUUID": "03213f29-eb18-458a-a32d-ca6720391c34" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dd43cc0e-86d4-447e-a029-771eb3738f3f", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d6c7e04d-c738-4e77-9d03-69bfa0162ff1", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a77dd4d3-bd9d-4bc1-b400-40c4be712d97", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OWRkZGMxMDZkZWQ3YmU3ZjljMjJkNTg0YjJhNDM0OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d3e9cf2-f173-4c4f-9c15-1504c5025a2c" } ], "workloadContext": "Production" } 2022-07-21T07:01:19.743Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T07:01:19.743Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 766b5e55-ba94-45df-950a-81d90150d166 ASDC 2022-07-21T07:01:19.744Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:766b5e55-ba94-45df-950a-81d90150d166 ServiceInvariantUUID:d32514f3-ea29-4d84-bc2d-105f684f56af ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:9d3e9cf2-f173-4c4f-9c15-1504c5025a2c ArtifactChecksum:OWRkZGMxMDZkZWQ3YmU3ZjljMjJkNTg0YjJhNDM0OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d69c45f8-6612-4c76-9b98-49f98ee7bca0 ResourceInvariantUUID:6aeab4d8-c878-4945-b430-39c82f497e8d ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:9031a827-db90-404f-ab5e-187586fa80be ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:6ca76f77-f8bb-4b28-9852-4878d1a8c216 ArtifactChecksum:OTdlMTdlMGYyYmJlNWVjMTQzNWJhYmEwM2E1MTE3MDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:03213f29-eb18-458a-a32d-ca6720391c34 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:d6c7e04d-c738-4e77-9d03-69bfa0162ff1 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:dd43cc0e-86d4-447e-a029-771eb3738f3f ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:d6c7e04d-c738-4e77-9d03-69bfa0162ff1 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:a77dd4d3-bd9d-4bc1-b400-40c4be712d97 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-21T07:01:19.744Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 766b5e55-ba94-45df-950a-81d90150d166 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-07-21T07:01:19.788Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T07:01:19.789Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:01:19.790Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:01:19.790Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9d3e9cf2-f173-4c4f-9c15-1504c5025a2c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:19.790Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:01:19.790Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:19.878Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:01:19.887Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9d3e9cf2-f173-4c4f-9c15-1504c5025a2c 162248 2022-07-21T07:01:19.887Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-21T07:01:19.887Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:19.888Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:01:19.888Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:19.890Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:19.890Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386879887, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:01:19.990Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:19.991Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:19.991Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:20.007Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:20.007Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:20.891Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T07:01:20.892Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:01:20.892Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9d3e9cf2-f173-4c4f-9c15-1504c5025a2c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:20.892Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-07-21T07:01:20.893Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:20.893Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:21.097Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9008969746406047084/Definitions/service-BasicCnfMacro-template.yml 2022-07-21T07:01:22.357Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T07:01:22.358Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-07-21T07:01:22.358Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:22.358Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-21T07:01:22.358Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:22.358Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:22.358Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:22.359Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:22.359Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-07-21T07:01:22.359Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.359Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.359Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:22.360Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-07-21T07:01:22.360Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T07:01:22.360Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.360Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.360Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:22.361Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-07-21T07:01:22.361Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T07:01:22.361Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.361Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.362Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.362Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-21T07:01:22.362Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-07-21T07:01:22.362Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-07-21T07:01:22.363Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-21T07:01:22.363Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.363Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T07:01:22.364Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.364Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:22.364Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:01:22.365Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.365Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:22.365Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:01:22.365Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.365Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-21T07:01:22.366Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-07-21T07:01:22.367Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=823d32da-43dc-4edd-bc4c-2aed99a5ab5d 2022-07-21T07:01:22.367Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.367Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.367Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.368Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.368Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.368Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.369Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:22.369Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:22.369Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:766b5e55-ba94-45df-950a-81d90150d166 Model Version:NULL Model InvariantUuid:d32514f3-ea29-4d84-bc2d-105f684f56af Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:92d7bb36-1387-4f38-a1a1-20b31801b052 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6aeab4d8-c878-4945-b430-39c82f497e8d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d69c45f8-6612-4c76-9b98-49f98ee7bca0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3f0d1b86-912b-43bd-9aa2-dd3443e323d7 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:c72d0d85-7d85-4d7b-8624-a1de361e9bd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:5dd8241c-0e82-4005-a27a-efad5b786807 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:957352f4-ad38-4523-8b96-2971f9370589 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:823d32da-43dc-4edd-bc4c-2aed99a5ab5d ModelInvariantUuid:7665d8c2-4ead-4063-9fdf-7a764f1726a0 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:4642f2c1-c1c3-4998-ae62-914ea9e0beb0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:5546a34e-f6d9-4b1c-808e-d95c698eb831 ModelInvariantUuid:5fe243b5-799f-4639-9b15-3d83fd957413 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:7a460888-b7b8-40bd-8188-3abbe3ca5803 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-07-21T07:01:22.376Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9031a827-db90-404f-ab5e-187586fa80be 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-07-21T07:01:22.381Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-07-21T07:01:22.382Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9031a827-db90-404f-ab5e-187586fa80be 2022-07-21T07:01:22.382Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ca76f77-f8bb-4b28-9852-4878d1a8c216 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-21T07:01:22.382Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:01:22.382Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-21T07:01:22.541Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:01:22.542Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6ca76f77-f8bb-4b28-9852-4878d1a8c216 1565 2022-07-21T07:01:22.542Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-07-21T07:01:22.542Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-21T07:01:22.543Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:01:22.543Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:22.545Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:22.545Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386882542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T07:01:22.645Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:01:22.646Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:22.646Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:22.682Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:22.682Z||pool-122-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:23.546Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5dd8241c-0e82-4005-a27a-efad5b786807", "vfModuleModelVersion": "1", "vfModuleModelUUID": "957352f4-ad38-4523-8b96-2971f9370589", "vfModuleModelCustomizationUUID": "15bc1ed8-9f25-4d3f-be78-87c5a4c39efe", "isBase": true, "artifacts": [ "03213f29-eb18-458a-a32d-ca6720391c34", "d6c7e04d-c738-4e77-9d03-69bfa0162ff1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3f0d1b86-912b-43bd-9aa2-dd3443e323d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c72d0d85-7d85-4d7b-8624-a1de361e9bd4", "vfModuleModelCustomizationUUID": "371fb267-0a3b-41e3-b9b9-302036fd7c41", "isBase": false, "artifacts": [ "a77dd4d3-bd9d-4bc1-b400-40c4be712d97" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-21T07:01:23.551Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:957352f4-ad38-4523-8b96-2971f9370589 VfModuleModelInvariantUUID:5dd8241c-0e82-4005-a27a-efad5b786807 VfModuleModelDescription:NULL Artifacts UUID List:{ 03213f29-eb18-458a-a32d-ca6720391c34 , d6c7e04d-c738-4e77-9d03-69bfa0162ff1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:c72d0d85-7d85-4d7b-8624-a1de361e9bd4 VfModuleModelInvariantUUID:3f0d1b86-912b-43bd-9aa2-dd3443e323d7 VfModuleModelDescription:NULL Artifacts UUID List:{ a77dd4d3-bd9d-4bc1-b400-40c4be712d97 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-07-21T07:01:23.553Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5dd8241c-0e82-4005-a27a-efad5b786807", "vfModuleModelVersion": "1", "vfModuleModelUUID": "957352f4-ad38-4523-8b96-2971f9370589", "vfModuleModelCustomizationUUID": "15bc1ed8-9f25-4d3f-be78-87c5a4c39efe", "isBase": true, "artifacts": [ "03213f29-eb18-458a-a32d-ca6720391c34", "d6c7e04d-c738-4e77-9d03-69bfa0162ff1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3f0d1b86-912b-43bd-9aa2-dd3443e323d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c72d0d85-7d85-4d7b-8624-a1de361e9bd4", "vfModuleModelCustomizationUUID": "371fb267-0a3b-41e3-b9b9-302036fd7c41", "isBase": false, "artifacts": [ "a77dd4d3-bd9d-4bc1-b400-40c4be712d97" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-21T07:01:23.554Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:957352f4-ad38-4523-8b96-2971f9370589 VfModuleModelInvariantUUID:5dd8241c-0e82-4005-a27a-efad5b786807 VfModuleModelDescription:NULL Artifacts UUID List:{ 03213f29-eb18-458a-a32d-ca6720391c34 , d6c7e04d-c738-4e77-9d03-69bfa0162ff1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:c72d0d85-7d85-4d7b-8624-a1de361e9bd4 VfModuleModelInvariantUUID:3f0d1b86-912b-43bd-9aa2-dd3443e323d7 VfModuleModelDescription:NULL Artifacts UUID List:{ a77dd4d3-bd9d-4bc1-b400-40c4be712d97 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-07-21T07:01:23.554Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03213f29-eb18-458a-a32d-ca6720391c34 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-21T07:01:23.554Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:01:23.554Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-21T07:01:23.622Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:01:23.622Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 03213f29-eb18-458a-a32d-ca6720391c34 914 2022-07-21T07:01:23.622Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-07-21T07:01:23.623Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-21T07:01:23.623Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:01:23.623Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:23.625Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:23.625Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386883622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:01:23.725Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:23.726Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:23.726Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:23.749Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:23.749Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:01:24.626Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dd43cc0e-86d4-447e-a029-771eb3738f3f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-21T07:01:24.627Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:01:24.627Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-21T07:01:24.753Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:01:24.754Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env dd43cc0e-86d4-447e-a029-771eb3738f3f 12 2022-07-21T07:01:24.754Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-07-21T07:01:24.754Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-21T07:01:24.755Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:01:24.755Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:24.758Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:24.758Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386884754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:01:24.858Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:24.859Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:24.859Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:24.909Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:24.910Z||pool-124-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:25.759Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d6c7e04d-c738-4e77-9d03-69bfa0162ff1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-21T07:01:25.759Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:01:25.760Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-21T07:01:25.861Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:01:25.862Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d6c7e04d-c738-4e77-9d03-69bfa0162ff1 96 2022-07-21T07:01:25.862Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-07-21T07:01:25.862Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-21T07:01:25.862Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:01:25.862Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:25.864Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:25.864Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386885862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:01:25.964Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:25.965Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:25.965Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:25.991Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:25.992Z||pool-125-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:26.865Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a77dd4d3-bd9d-4bc1-b400-40c4be712d97 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-21T07:01:26.866Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:01:26.866Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-21T07:01:27.008Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:01:27.012Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a77dd4d3-bd9d-4bc1-b400-40c4be712d97 20206 2022-07-21T07:01:27.012Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-07-21T07:01:27.013Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-21T07:01:27.013Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:01:27.013Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:27.016Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:27.016Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386887012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-21T07:01:27.116Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:27.117Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:27.117Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:27.149Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:27.150Z||pool-126-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:28.020Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 766b5e55-ba94-45df-950a-81d90150d166 2022-07-21T07:01:28.021Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9031a827-db90-404f-ab5e-187586fa80be ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-21T07:01:28.032Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@746f039d, org.onap.sdc.toscaparser.api.parameters.Input@5ceb129a, org.onap.sdc.toscaparser.api.parameters.Input@1cc9766b, org.onap.sdc.toscaparser.api.parameters.Input@3dca6cf3, org.onap.sdc.toscaparser.api.parameters.Input@31b5e33c] 2022-07-21T07:01:28.034Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.034Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.035Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-07-21T07:01:28.035Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d69c45f8-6612-4c76-9b98-49f98ee7bca0 2022-07-21T07:01:28.035Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d69c45f8-6612-4c76-9b98-49f98ee7bca0 matches Tosca VF Customization UUID: d69c45f8-6612-4c76-9b98-49f98ee7bca0 2022-07-21T07:01:28.035Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d69c45f8-6612-4c76-9b98-49f98ee7bca0 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-07-21T07:01:28.038Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.038Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.039Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d69c45f8-6612-4c76-9b98-49f98ee7bca0: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-07-21T07:01:28.039Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c204ff5 2022-07-21T07:01:28.039Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.040Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T07:01:28.040Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 371fb267-0a3b-41e3-b9b9-302036fd7c41 2022-07-21T07:01:28.040Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 371fb267-0a3b-41e3-b9b9-302036fd7c41 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-07-21T07:01:28.043Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.043Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:28.043Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:01:28.044Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.044Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:28.044Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:01:28.045Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.045Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-21T07:01:28.045Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d69c45f8-6612-4c76-9b98-49f98ee7bca0 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-07-21T07:01:28.047Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.047Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.047Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 766b5e55-ba94-45df-950a-81d90150d166: basic_cnf_macro 2022-07-21T07:01:28.048Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.048Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.048Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.048Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.049Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.049Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.049Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.049Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.050Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:01:28.050Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:01:28.050Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-21T07:01:28.094Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9031a827-db90-404f-ab5e-187586fa80be 2 ASDC deployResourceStructure 2022-07-21T07:01:28.095Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-07-21T07:01:28.095Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-21T07:01:28.095Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:01:28.096Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:28.098Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:28.098Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386888095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T07:01:28.198Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:28.199Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:28.200Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:28.224Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:28.225Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:29.099Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-07-21T07:01:29.100Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-21T07:01:29.100Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:01:29.100Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:29.103Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:29.104Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386889099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-21T07:01:29.204Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:29.205Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:29.206Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:29.237Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:29.237Z||pool-128-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:30.104Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-07-21T07:01:30.106Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-07-21T07:01:30.106Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-21T07:01:30.106Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:30.108Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:30.108Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386890104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-21T07:01:30.209Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:30.210Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:30.210Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:30.232Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:30.233Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:31.110Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-07-21T07:01:31.110Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-21T07:01:31.110Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:01:31.110Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:31.112Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:31.112Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386891110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-21T07:01:31.212Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:01:31.214Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:31.214Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:31.243Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:31.244Z||pool-130-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:32.113Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-07-21T07:01:32.114Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-07-21T07:01:32.114Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-21T07:01:32.114Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:32.117Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:32.117Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386892113, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-21T07:01:32.217Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:01:32.218Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:32.218Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:32.231Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:32.232Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:01:33.122Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-21T07:01:33.138Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-21T07:01:33.138Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:01:33.138Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:01:33.140Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:01:33.141Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386893121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:01:33.241Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:01:33.242Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:01:33.242Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:01:33.275Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:01:33.276Z||pool-132-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:01:34.142Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:01:34.156Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:01:34.159Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:01:34.160Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T07:01:34.160Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T07:02:04.160Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:02:04.175Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:02:04.177Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:02:04.177Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T07:02:04.177Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T07:02:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:02:09.035Z||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-07-21T07:02:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:02:09.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:02:09.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:02:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:02:09.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:02:34.177Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:02:34.190Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:02:34.192Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:02:34.192Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T07:02:34.192Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T07:03:04.193Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:03:04.201Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:03:04.203Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:03:04.203Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T07:03:04.203Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T07:03:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:03:09.035Z||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-07-21T07:03:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:03:09.121Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:03:09.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:03:09.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:03:09.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:03:34.205Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:03:34.238Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:03:34.241Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:03:34.241Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T07:03:34.241Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T07:04:04.242Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:04:04.252Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:04:04.254Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:04:04.255Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-21T07:04:04.255Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-21T07:04:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:04:09.034Z||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-07-21T07:04:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:04:09.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:04:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:04:09.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:04:09.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-21T07:04:09.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-21T07:04:09.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386865525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386865080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386862218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386869031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386879378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386879078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386879512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386879887, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386880527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386880475, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:04:09.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "policy-id", "timestamp": 1658386881535, "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-07-21T07:04:09.106Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 2022-07-21T07:04:09.106Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 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-07-21T07:04:09.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386881550, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386872638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386872012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386881493, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386882542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386882723, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386882497, "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-07-21T07:04:09.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 2022-07-21T07:04:09.125Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 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-07-21T07:04:09.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386883585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386882882, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386883622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386883789, "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-07-21T07:04:09.139Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 2022-07-21T07:04:09.139Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-21T07:04:09.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386884754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "multicloud-k8s-id", "timestamp": 1658386884792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "cds", "timestamp": 1658386886246, "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=? 2022-07-21T07:04:09.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 2022-07-21T07:04:09.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 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-07-21T07:04:09.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386885862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386887012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:04:09.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T07:04:09.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386888095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T07:04:09.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386889099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386890104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-21T07:04:09.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-21T07:04:09.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386890809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386891110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "ves-openapi-manager", "timestamp": 1658386875011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "aai-ml", "timestamp": 1658386891812, "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-07-21T07:04:09.184Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 2022-07-21T07:04:09.184Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 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-07-21T07:04:09.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386892113, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386885080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658386893121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386885797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386894167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386894603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386887639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386895171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386895707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386896422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "policy-id", "timestamp": 1658386896173, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-21T07:04:09.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c19b811f-e001-4e32-885e-abbc7306766e 2022-07-21T07:04:09.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c19b811f-e001-4e32-885e-abbc7306766e 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-07-21T07:04:09.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386896848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "cds", "timestamp": 1658386897654, "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-07-21T07:04:09.218Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c19b811f-e001-4e32-885e-abbc7306766e 2022-07-21T07:04:09.218Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c19b811f-e001-4e32-885e-abbc7306766e 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-07-21T07:04:09.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386897880, "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-07-21T07:04:09.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c19b811f-e001-4e32-885e-abbc7306766e 2022-07-21T07:04:09.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c19b811f-e001-4e32-885e-abbc7306766e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-21T07:04:09.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386899189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "multicloud-k8s-id", "timestamp": 1658386898884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386903599, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "clamp", "timestamp": 1658386904605, "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-07-21T07:04:09.245Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 2022-07-21T07:04:09.245Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 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-07-21T07:04:09.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386895525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386904318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:04:09.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386906588, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386907591, "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-07-21T07:04:09.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c19b811f-e001-4e32-885e-abbc7306766e 2022-07-21T07:04:09.267Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c19b811f-e001-4e32-885e-abbc7306766e 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-07-21T07:04:09.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386902011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386910796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386880570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386902638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386905080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "multicloud-k8s-id", "timestamp": 1658386902218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:04:09.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386915775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386916352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386916779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "cds", "timestamp": 1658386917588, "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-07-21T07:04:09.303Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4426ed7-60ce-4e8d-a664-fc84bfa174f8 2022-07-21T07:04:09.303Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:04:09.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "policy-id", "timestamp": 1658386917782, "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-07-21T07:04:09.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4426ed7-60ce-4e8d-a664-fc84bfa174f8 2022-07-21T07:04:09.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:04:09.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386918407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "aai-ml", "timestamp": 1658386919410, "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-07-21T07:04:09.329Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c19b811f-e001-4e32-885e-abbc7306766e 2022-07-21T07:04:09.329Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c19b811f-e001-4e32-885e-abbc7306766e 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-07-21T07:04:09.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-21T07:04:09.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386915011, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386924939, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386925200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:04:09.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386925979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "ves-openapi-manager", "timestamp": 1658386926984, "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-07-21T07:04:09.345Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e4426ed7-60ce-4e8d-a664-fc84bfa174f8 2022-07-21T07:04:09.345Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:04:09.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386928197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:04:09.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:04:09.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:09.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "clamp", "timestamp": 1658386929201, "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-07-21T07:04:09.360Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c19b811f-e001-4e32-885e-abbc7306766e 2022-07-21T07:04:09.360Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c19b811f-e001-4e32-885e-abbc7306766e 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-07-21T07:04:09.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:04:09.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:04:09.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:04:34.255Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:04:34.266Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:04:34.269Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:04:34.269Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T07:04:34.269Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T07:04:34.269Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T07:04:34.269Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:04:34.270Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:04:34.270Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:04:34.270Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:04:34.270Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:04:34.270Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:04:34.270Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||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-07-21T07:04:34.275Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T07:05:04.275Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 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-07-21T07:05:04.280Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 and serviceModelVersionId: 766b5e55-ba94-45df-950a-81d90150d166 2022-07-21T07:05:04.280Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d32514f3-ea29-4d84-bc2d-105f684f56af 2022-07-21T07:05:04.282Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0 2022-07-21T07:05:04.289Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T07:05:04.342Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0|INFO|500||Invoke 2022-07-21T07:05:04.343Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a36d68cf-5c69-44d7-b8ce-849ca9c31dc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67afb0fc-f93e-44ee-b98c-491aa6aa1bf8], X-ECOMP-RequestID=[a36d68cf-5c69-44d7-b8ce-849ca9c31dc2], X-TransactionId=[], X-ONAP-RequestID=[a36d68cf-5c69-44d7-b8ce-849ca9c31dc2], Content-Type=[application/merge-patch+json]} 2022-07-21T07:05:04.368Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T07:05:04.443Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?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/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220721-07:05:04:508-24753], vertex-id=[290960], Content-Length=[0], Date=[Thu, 21 Jul 2022 07:05:04 GMT], Content-Type=[application/json]} 2022-07-21T07:05:04.443Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T07:05:04.444Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d32514f3-ea29-4d84-bc2d-105f684f56af/model-vers/model-ver/766b5e55-ba94-45df-950a-81d90150d166?depth=0|INFO|500||InvokeReturn 2022-07-21T07:05:04.444Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T07:05:04.444Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||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-07-21T07:05:04.451Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||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-07-21T07:05:04.452Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a36d68cf-5c69-44d7-b8ce-849ca9c31dc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T07:05:04.452Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T07:05:04.452Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:04.455Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:04.455Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387104452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T07:05:04.555Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:05:04.557Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:04.557Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:04.595Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:04.595Z||pool-133-thread-1|||||INFO|500||cambria reply ok (39 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-07-21T07:05:05.468Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:05:05.469Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|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-07-21T07:05:05.469Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|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 6uH92ONVfE6iun57) ... 2022-07-21T07:05:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:05:09.034Z||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-07-21T07:05:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:05:09.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:09.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386925525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:05:09.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386935334, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386937140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386930209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658386938144, "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-07-21T07:05:09.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4426ed7-60ce-4e8d-a664-fc84bfa174f8 2022-07-21T07:05:09.088Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:05:09.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:09.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386932012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:05:09.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:05:09.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386941862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:09.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:05:09.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386946934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:05:09.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:05:09.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "aai-ml", "timestamp": 1658386947938, "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-07-21T07:05:09.107Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4426ed7-60ce-4e8d-a664-fc84bfa174f8 2022-07-21T07:05:09.107Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:05:09.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386952202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:09.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:05:09.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386953232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:05:09.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:05:09.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "clamp", "timestamp": 1658386954236, "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-07-21T07:05:09.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4426ed7-60ce-4e8d-a664-fc84bfa174f8 2022-07-21T07:05:09.125Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:05:09.925Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:09.927Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T07:05:09.927Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c19b811f-e001-4e32-885e-abbc7306766e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7","serviceDescription":"service","serviceInvariantUUID":"c2da0da2-7941-49c5-b1bb-fe55ec935421","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7565a6ad-0efd-4dde-9951-a1b611aa047a","resourceInvariantUUID":"9ce936f9-f34c-4bce-aae1-9b64c60af4be","resourceCustomizationUUID":"d7228a2f-8526-4313-94ee-03bb0b1dd3ca","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":"ZWI4ZWY4YmNiNzY2ZGZlNjE3M2M2MGNkNTdmMDMzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5cc44fd-d766-4f97-9139-467571be6561","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":"ZDY3ZTA3ZGEwMGYyMGFiZWI5MDVkMGFmYWQ3NDg0YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32902ea3-87e9-4084-a2b7-56ec29334f74","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":"fdcec835-bf46-4219-8763-41bc7f0bb532","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":"e86b4b8c-f2d4-4e63-bb2d-f9ad4383a017","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":"2302311e-9299-4911-8f7e-431dade5a1af","artifactVersion":"2","generatedFromUUID":"fdcec835-bf46-4219-8763-41bc7f0bb532"},{"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":"ODE3Zjc0NzZlYTljYjhlNjI3Y2Y5ODYyZmJiMmYwMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5d0ca099-3184-4aba-91e1-06c2368d1b6a","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":"Mjk0MjU4NjJlMjlhZDkwODQzYjU1MDQzYzBjMjhhZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25f74bea-fa1e-4f9a-aac8-71efea2284b2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTk2YmMzNzRiZGYxMTg2MDJjNjYyYjNkMjJhMjQ5OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da746494-75e1-443d-8b76-87d054fe6806","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T07:05:09.930Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:09.931Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:09.934Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:09.935Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:10.036Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-21T07:05:10.037Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:10.037Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:10.053Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:10.053Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:10.936Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:10.936Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:10.939Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:10.939Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:05:11.040Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:11.040Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:11.041Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:11.063Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:11.063Z||pool-135-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:11.940Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:11.941Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:11.943Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:11.943Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T07:05:12.043Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:05:12.044Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:12.045Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:12.063Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:12.063Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:12.944Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:12.945Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:12.949Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:12.949Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:13.049Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:13.050Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:13.050Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:13.064Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:13.065Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:13.949Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:13.950Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:13.952Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:13.953Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-21T07:05:14.053Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:14.053Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:14.054Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:14.068Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:14.069Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:14.953Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:14.953Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:14.956Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:14.956Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:15.056Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:15.057Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:15.057Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:15.101Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:15.102Z||pool-139-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:15.957Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:15.958Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:15.960Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:15.960Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:16.060Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:16.061Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:16.061Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:16.081Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:16.082Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:05:16.961Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:16.962Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:16.964Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:16.964Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:05:17.064Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:17.065Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:17.065Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:17.130Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:17.131Z||pool-141-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:17.965Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7", "serviceDescription": "service", "serviceInvariantUUID": "c2da0da2-7941-49c5-b1bb-fe55ec935421", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d7228a2f-8526-4313-94ee-03bb0b1dd3ca", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7565a6ad-0efd-4dde-9951-a1b611aa047a", "resourceInvariantUUID": "9ce936f9-f34c-4bce-aae1-9b64c60af4be", "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": "ZDY3ZTA3ZGEwMGYyMGFiZWI5MDVkMGFmYWQ3NDg0YWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32902ea3-87e9-4084-a2b7-56ec29334f74", "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": "fdcec835-bf46-4219-8763-41bc7f0bb532", "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": "2302311e-9299-4911-8f7e-431dade5a1af", "generatedFromUUID": "fdcec835-bf46-4219-8763-41bc7f0bb532" }, "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": "2302311e-9299-4911-8f7e-431dade5a1af", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTk2YmMzNzRiZGYxMTg2MDJjNjYyYjNkMjJhMjQ5OTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da746494-75e1-443d-8b76-87d054fe6806" } ], "workloadContext": "Production" } 2022-07-21T07:05:17.965Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T07:05:17.966Z|a36d68cf-5c69-44d7-b8ce-849ca9c31dc2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7 ASDC 2022-07-21T07:05:17.966Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c19b811f-e001-4e32-885e-abbc7306766e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7 ServiceInvariantUUID:c2da0da2-7941-49c5-b1bb-fe55ec935421 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:da746494-75e1-443d-8b76-87d054fe6806 ArtifactChecksum:MTk2YmMzNzRiZGYxMTg2MDJjNjYyYjNkMjJhMjQ5OTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d7228a2f-8526-4313-94ee-03bb0b1dd3ca ResourceInvariantUUID:9ce936f9-f34c-4bce-aae1-9b64c60af4be ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7565a6ad-0efd-4dde-9951-a1b611aa047a 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:32902ea3-87e9-4084-a2b7-56ec29334f74 ArtifactChecksum:ZDY3ZTA3ZGEwMGYyMGFiZWI5MDVkMGFmYWQ3NDg0YWQ= 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:fdcec835-bf46-4219-8763-41bc7f0bb532 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:2302311e-9299-4911-8f7e-431dade5a1af 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:2302311e-9299-4911-8f7e-431dade5a1af ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-21T07:05:17.966Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7 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-07-21T07:05:18.001Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T07:05:18.001Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:05:18.002Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:05:18.002Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da746494-75e1-443d-8b76-87d054fe6806 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-21T07:05:18.002Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:05:18.002Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-21T07:05:18.528Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:05:18.534Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar da746494-75e1-443d-8b76-87d054fe6806 82839 2022-07-21T07:05:18.535Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-21T07:05:18.535Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-21T07:05:18.535Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:05:18.535Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:18.537Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:18.537Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387118535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:18.637Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:18.638Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:18.638Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:18.674Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:18.675Z||pool-142-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:05:19.538Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T07:05:19.539Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:05:19.539Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: da746494-75e1-443d-8b76-87d054fe6806, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:19.539Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-07-21T07:05:19.540Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:19.540Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:19.743Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3697077938905568089/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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-07-21T07:05:21.078Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T07:05:21.078Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-07-21T07:05:21.078Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:21.078Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-21T07:05:21.079Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:21.079Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:21.079Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.079Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:21.079Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.079Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.080Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.080Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-21T07:05:21.080Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.080Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-07-21T07:05:21.080Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.080Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.081Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:21.081Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-07-21T07:05:21.081Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T07:05:21.082Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.082Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.082Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:21.082Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-07-21T07:05:21.082Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T07:05:21.083Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.083Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.083Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.083Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-21T07:05:21.083Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-21T07:05:21.084Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-21T07:05:21.084Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-21T07:05:21.084Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-21T07:05:21.084Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-21T07:05:21.085Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.085Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T07:05:21.085Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.085Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:21.085Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:05:21.086Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.086Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:21.086Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:05:21.087Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.087Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:21.087Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:05:21.087Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.087Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-21T07:05:21.088Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-21T07:05:21.088Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-21T07:05:21.088Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1738b065-3b79-4828-8b91-0d1c53100663 2022-07-21T07:05:21.088Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.089Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.089Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.089Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.089Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.089Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.090Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:21.090Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:21.090Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7 Model Version:NULL Model InvariantUuid:c2da0da2-7941-49c5-b1bb-fe55ec935421 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:11ababf8-d28c-496a-9c28-f7787244fb7c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ce936f9-f34c-4bce-aae1-9b64c60af4be Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d7228a2f-8526-4313-94ee-03bb0b1dd3ca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3d2f161-e171-4023-aaf4-d5faa91fd050 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:bb7eb65b-b45b-4e71-9314-be027fa547b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1738b065-3b79-4828-8b91-0d1c53100663 ModelInvariantUuid:73352a26-4272-43b9-b713-d99248f29f12 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:a477b6e1-19a7-4b23-9af7-ec1446bb4f23 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4ca2aca1-c386-48e6-9ee1-d7e9561e7bf1 ModelInvariantUuid:0de5f800-bddb-46ec-9e69-b6cc3f81d823 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:70a09654-52bd-4a1c-ab8d-c6dc9eeedd8f 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-07-21T07:05:21.099Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7565a6ad-0efd-4dde-9951-a1b611aa047a 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-07-21T07:05:21.102Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-07-21T07:05:21.102Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7565a6ad-0efd-4dde-9951-a1b611aa047a 2022-07-21T07:05:21.102Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 32902ea3-87e9-4084-a2b7-56ec29334f74 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-21T07:05:21.102Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:05:21.102Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.155Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:05:21.156Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 32902ea3-87e9-4084-a2b7-56ec29334f74 792 2022-07-21T07:05:21.156Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.156Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:21.156Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:05:21.157Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:21.159Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:21.159Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387121156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:21.259Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:21.260Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:21.260Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:21.282Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:21.282Z||pool-143-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:22.159Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e3d2f161-e171-4023-aaf4-d5faa91fd050", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb7eb65b-b45b-4e71-9314-be027fa547b4", "vfModuleModelCustomizationUUID": "c77c1a8f-5e2c-4274-9bd8-c1308dd26e7e", "isBase": true, "artifacts": [ "fdcec835-bf46-4219-8763-41bc7f0bb532", "2302311e-9299-4911-8f7e-431dade5a1af" ], "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-07-21T07:05:22.162Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb7eb65b-b45b-4e71-9314-be027fa547b4 VfModuleModelInvariantUUID:e3d2f161-e171-4023-aaf4-d5faa91fd050 VfModuleModelDescription:NULL Artifacts UUID List:{ fdcec835-bf46-4219-8763-41bc7f0bb532 , 2302311e-9299-4911-8f7e-431dade5a1af } 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-07-21T07:05:22.164Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e3d2f161-e171-4023-aaf4-d5faa91fd050", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb7eb65b-b45b-4e71-9314-be027fa547b4", "vfModuleModelCustomizationUUID": "c77c1a8f-5e2c-4274-9bd8-c1308dd26e7e", "isBase": true, "artifacts": [ "fdcec835-bf46-4219-8763-41bc7f0bb532", "2302311e-9299-4911-8f7e-431dade5a1af" ], "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-07-21T07:05:22.164Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb7eb65b-b45b-4e71-9314-be027fa547b4 VfModuleModelInvariantUUID:e3d2f161-e171-4023-aaf4-d5faa91fd050 VfModuleModelDescription:NULL Artifacts UUID List:{ fdcec835-bf46-4219-8763-41bc7f0bb532 , 2302311e-9299-4911-8f7e-431dade5a1af } 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-07-21T07:05:22.164Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fdcec835-bf46-4219-8763-41bc7f0bb532 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-21T07:05:22.164Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:05:22.164Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:22.233Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:05:22.233Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fdcec835-bf46-4219-8763-41bc7f0bb532 5033 2022-07-21T07:05:22.233Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:22.233Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:22.233Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:05:22.234Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:22.235Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:22.235Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387122233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:22.336Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:22.336Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:22.336Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:22.359Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:22.359Z||pool-144-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:05:23.236Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2302311e-9299-4911-8f7e-431dade5a1af from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-21T07:05:23.236Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:05:23.236Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:23.314Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:05:23.314Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2302311e-9299-4911-8f7e-431dade5a1af 903 2022-07-21T07:05:23.315Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:23.315Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:23.315Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:05:23.315Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:23.316Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:23.317Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387123315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:05:23.417Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:23.418Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:23.418Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:23.449Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:23.450Z||pool-145-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:05:24.317Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7 2022-07-21T07:05:24.318Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7565a6ad-0efd-4dde-9951-a1b611aa047a 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-07-21T07:05:24.331Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2263ea86, org.onap.sdc.toscaparser.api.parameters.Input@aff4101, org.onap.sdc.toscaparser.api.parameters.Input@940a17e, org.onap.sdc.toscaparser.api.parameters.Input@748617d2, org.onap.sdc.toscaparser.api.parameters.Input@498ce41e] 2022-07-21T07:05:24.333Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.333Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.333Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-07-21T07:05:24.333Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d7228a2f-8526-4313-94ee-03bb0b1dd3ca 2022-07-21T07:05:24.334Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7228a2f-8526-4313-94ee-03bb0b1dd3ca matches Tosca VF Customization UUID: d7228a2f-8526-4313-94ee-03bb0b1dd3ca 2022-07-21T07:05:24.334Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d7228a2f-8526-4313-94ee-03bb0b1dd3ca 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-07-21T07:05:24.336Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.336Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.337Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d7228a2f-8526-4313-94ee-03bb0b1dd3ca: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-07-21T07:05:24.337Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71b0f785 2022-07-21T07:05:24.337Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.337Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-21T07:05:24.338Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c77c1a8f-5e2c-4274-9bd8-c1308dd26e7e 2022-07-21T07:05:24.338Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c77c1a8f-5e2c-4274-9bd8-c1308dd26e7e 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-07-21T07:05:24.340Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.340Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:24.340Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:05:24.341Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.341Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:24.341Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:05:24.341Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.342Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-21T07:05:24.342Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-21T07:05:24.342Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-21T07:05:24.342Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1738b065-3b79-4828-8b91-0d1c53100663 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-07-21T07:05:24.345Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.345Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:24.345Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-21T07:05:24.345Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.346Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-21T07:05:24.346Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d7228a2f-8526-4313-94ee-03bb0b1dd3ca 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-07-21T07:05:24.348Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.348Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.348Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7: basic_vm_macro 2022-07-21T07:05:24.348Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.349Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.349Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.349Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.349Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.349Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.350Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.350Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.350Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:05:24.350Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:05:24.351Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:24.432Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7565a6ad-0efd-4dde-9951-a1b611aa047a 1 ASDC deployResourceStructure 2022-07-21T07:05:24.432Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:24.433Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:24.433Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:05:24.433Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:24.435Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:24.435Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387124432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T07:05:24.535Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:24.536Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:24.536Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:24.562Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:24.562Z||pool-146-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:25.436Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:25.436Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:25.436Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:05:25.437Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:25.439Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:25.439Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387125436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-21T07:05:25.539Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:05:25.540Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:25.540Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:25.562Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:25.563Z||pool-147-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:26.440Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:26.441Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:26.441Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:05:26.441Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:26.443Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:26.443Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387126440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-21T07:05:26.543Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:26.544Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:26.544Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:26.559Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:26.559Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:27.444Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-21T07:05:27.444Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-21T07:05:27.444Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:05:27.444Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:27.446Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:27.446Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387127443, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:05:27.546Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:27.547Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:27.547Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:27.593Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:27.594Z||pool-149-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:05:28.447Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c19b811f-e001-4e32-885e-abbc7306766e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:05:28.460Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c19b811f-e001-4e32-885e-abbc7306766e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:05:28.462Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:05:28.462Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T07:05:28.462Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T07:05:28.462Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T07:05:28.462Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:05:28.462Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:05:28.463Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:05:28.463Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:05:28.463Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:05:28.463Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:05:28.463Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:28.468Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T07:05:58.468Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c19b811f-e001-4e32-885e-abbc7306766e 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-07-21T07:05:58.475Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c19b811f-e001-4e32-885e-abbc7306766e and serviceModelVersionId: 2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7 2022-07-21T07:05:58.475Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2da0da2-7941-49c5-b1bb-fe55ec935421 2022-07-21T07:05:58.476Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0 2022-07-21T07:05:58.481Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T07:05:58.520Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0|INFO|500||Invoke 2022-07-21T07:05:58.520Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c19b811f-e001-4e32-885e-abbc7306766e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5edaa3c5-2010-425d-a807-5dcf28d92026], X-ECOMP-RequestID=[c19b811f-e001-4e32-885e-abbc7306766e], X-TransactionId=[], X-ONAP-RequestID=[c19b811f-e001-4e32-885e-abbc7306766e], Content-Type=[application/merge-patch+json]} 2022-07-21T07:05:58.547Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T07:05:58.675Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?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/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220721-07:05:58:687-30195], vertex-id=[290952], Content-Length=[0], Date=[Thu, 21 Jul 2022 07:05:58 GMT], Content-Type=[application/json]} 2022-07-21T07:05:58.675Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-21T07:05:58.676Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2da0da2-7941-49c5-b1bb-fe55ec935421/model-vers/model-ver/2df28da4-2d3b-4d69-87f2-a6a26aeaa8d7?depth=0|INFO|500||InvokeReturn 2022-07-21T07:05:58.676Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T07:05:58.677Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:58.683Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||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-07-21T07:05:58.683Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c19b811f-e001-4e32-885e-abbc7306766e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T07:05:58.683Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T07:05:58.684Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:58.686Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:58.686Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387158683, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T07:05:58.786Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:58.787Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:58.787Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:58.805Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:58.805Z||pool-150-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-07-21T07:05:59.709Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-21T07:05:59.709Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4426ed7-60ce-4e8d-a664-fc84bfa174f8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232","serviceDescription":"service","serviceInvariantUUID":"075e5d1b-ea21-4f03-932c-47c07ad15ec3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f","resourceInvariantUUID":"1090c96f-c414-4091-9ffd-6172e6093633","resourceCustomizationUUID":"2fdc6922-bcf9-4835-ad60-9c7f3d02a7c2","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":"OWViNjVmNTcxYjMzZTE5MDdlMGYxNjNjYTViYWIzMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7901726-8445-4cdd-b5f8-43bc91069947","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":"bafc0756-11db-4508-a3a3-4d9842fbfe62","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":"441cc07e-3d05-4931-b2a2-21b41949e8ca","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":"OTQyNTZiMzRjZjMxZjU2YWUyNDY5NmM1OWVlNTUxMjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"74c3a121-aee3-4904-8b6d-1ff0f3969aae","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":"f09fc8c3-1dfd-4de8-be8f-1dc96203bc4c","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":"e0a15be9-de94-432b-a47e-ba3e28479ba6","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":"5bac2a09-01d7-4459-944f-4d01cd146f8b","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":"MTEzOTkyNzBiZGViM2IzZjMyZjBiNGUxZWQyZDMwNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32a14f28-0477-4f66-8f25-350357f4fe85","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTlmZjRjNzQ0NWI2YWI1Y2YyNTQ1YjJlZTZmNzdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d9e40cc-7181-4843-b5f5-da92b843f945","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-21T07:05:59.710Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:05:59.710Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:05:59.712Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:05:59.712Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:05:59.812Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:05:59.813Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:05:59.813Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:05:59.828Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:05:59.828Z||pool-151-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:06:00.712Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:00.713Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:00.716Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:00.716Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:00.816Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:06:00.817Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:00.818Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:00.843Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:00.843Z||pool-152-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:01.718Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:01.719Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:01.721Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:01.721Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:01.821Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:06:01.822Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:01.822Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:01.838Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:01.838Z||pool-153-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:06:02.722Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:02.723Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:02.725Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:02.725Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:02.826Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:02.827Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:02.827Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:02.843Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:02.844Z||pool-154-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:03.726Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:03.727Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:03.729Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:03.729Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:03.829Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:06:03.830Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:03.830Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:03.940Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:03.941Z||pool-155-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:04.730Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:04.731Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:04.733Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:04.733Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:04.833Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:04.834Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:04.834Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:04.852Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:04.853Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:06:05.733Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:05.734Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:05.736Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:05.737Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:05.837Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:05.837Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:05.837Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:05.857Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:05.857Z||pool-157-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:06.738Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:06.739Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:06.740Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:06.740Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:06:06.841Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:06.841Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:06.842Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:06.857Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:06.857Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:07.741Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-21T07:06:07.742Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:07.743Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:07.744Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:06:07.844Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:07.844Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:07.845Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:07.881Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:07.881Z||pool-159-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:08.745Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232", "serviceDescription": "service", "serviceInvariantUUID": "075e5d1b-ea21-4f03-932c-47c07ad15ec3", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2fdc6922-bcf9-4835-ad60-9c7f3d02a7c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f", "resourceInvariantUUID": "1090c96f-c414-4091-9ffd-6172e6093633", "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": "NTlmZjRjNzQ0NWI2YWI1Y2YyNTQ1YjJlZTZmNzdlMGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d9e40cc-7181-4843-b5f5-da92b843f945" } ], "workloadContext": "Production" } 2022-07-21T07:06:08.745Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-21T07:06:08.745Z|c19b811f-e001-4e32-885e-abbc7306766e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 ASDC 2022-07-21T07:06:08.746Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e4426ed7-60ce-4e8d-a664-fc84bfa174f8 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 ServiceInvariantUUID:075e5d1b-ea21-4f03-932c-47c07ad15ec3 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:5d9e40cc-7181-4843-b5f5-da92b843f945 ArtifactChecksum:NTlmZjRjNzQ0NWI2YWI1Y2YyNTQ1YjJlZTZmNzdlMGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2fdc6922-bcf9-4835-ad60-9c7f3d02a7c2 ResourceInvariantUUID:1090c96f-c414-4091-9ffd-6172e6093633 ResourceName:test-pnf ResourceType:PNF ResourceUUID:ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-21T07:06:08.746Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 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-07-21T07:06:08.768Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T07:06:08.768Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:06:08.768Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:06:08.768Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5d9e40cc-7181-4843-b5f5-da92b843f945 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-21T07:06:08.769Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-07-21T07:06:08.769Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-21T07:06:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:06:09.034Z||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-07-21T07:06:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:06:09.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:09.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:06:09.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a36d68cf-5c69-44d7-b8ce-849ca9c31dc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387104452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T07:06:09.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:06:09.089Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-07-21T07:06:09.097Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5d9e40cc-7181-4843-b5f5-da92b843f945 109701 2022-07-21T07:06:09.098Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-21T07:06:09.098Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-21T07:06:09.098Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-21T07:06:09.098Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:09.100Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:09.100Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387169098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:06:09.200Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:09.201Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:09.201Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:09.216Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:09.216Z||pool-160-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-21T07:06:10.100Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-21T07:06:10.101Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-07-21T07:06:10.102Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5d9e40cc-7181-4843-b5f5-da92b843f945, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-21T07:06:10.102Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-21T07:06:10.102Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-21T07:06:10.103Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-21T07:06:10.214Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1700986653690655787/Definitions/service-TestPnfMacro-template.yml 2022-07-21T07:06:10.983Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-21T07:06:10.983Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-07-21T07:06:10.983Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-21T07:06:10.983Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-21T07:06:10.983Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.984Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.985Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-21T07:06:10.985Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-07-21T07:06:10.985Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T07:06:10.985Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.985Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.986Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.987Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.987Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.987Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.987Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:10.987Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:10.987Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 Model Version:NULL Model InvariantUuid:075e5d1b-ea21-4f03-932c-47c07ad15ec3 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-07-21T07:06:11.000Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f 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-07-21T07:06:11.003Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-07-21T07:06:11.003Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f 2022-07-21T07:06:11.003Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 2022-07-21T07:06:11.003Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 2022-07-21T07:06:11.004Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f 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-07-21T07:06:11.008Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@472ac13a, org.onap.sdc.toscaparser.api.parameters.Input@5a422143, org.onap.sdc.toscaparser.api.parameters.Input@57697861, org.onap.sdc.toscaparser.api.parameters.Input@3179c799, org.onap.sdc.toscaparser.api.parameters.Input@20cbf39d] 2022-07-21T07:06:11.008Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:11.008Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:11.008Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232: test-pnf 2022-07-21T07:06:11.009Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Processing PNF resource: ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f 2022-07-21T07:06:11.009Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-21T07:06:11.009Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-21T07:06:11.009Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||Resource customization UUID: 2fdc6922-bcf9-4835-ad60-9c7f3d02a7c2 is the same as notified resource customizationUUID: 2fdc6922-bcf9-4835-ad60-9c7f3d02a7c2 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-07-21T07:06:11.052Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ef815d3a-5ba5-45a2-9c8b-b7ff22d6a60f 0 ASDC deployResourceStructure 2022-07-21T07:06:11.053Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-21T07:06:11.053Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-21T07:06:11.053Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-21T07:06:11.053Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:11.056Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:11.056Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387171053, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:06:11.156Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-21T07:06:11.157Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:11.158Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:11.175Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:11.176Z||pool-161-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-21T07:06:12.057Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4426ed7-60ce-4e8d-a664-fc84bfa174f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-21T07:06:12.067Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4426ed7-60ce-4e8d-a664-fc84bfa174f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-21T07:06:12.070Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-21T07:06:12.070Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-21T07:06:12.070Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-21T07:06:12.070Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-21T07:06:12.071Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.071Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.071Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.071Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.071Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.071Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.072Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-21T07:06:12.072Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:12.081Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-21T07:06:42.082Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4426ed7-60ce-4e8d-a664-fc84bfa174f8 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-07-21T07:06:42.087Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4426ed7-60ce-4e8d-a664-fc84bfa174f8 and serviceModelVersionId: 6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232 2022-07-21T07:06:42.087Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 075e5d1b-ea21-4f03-932c-47c07ad15ec3 2022-07-21T07:06:42.088Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/075e5d1b-ea21-4f03-932c-47c07ad15ec3/model-vers/model-ver/6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232?depth=0 2022-07-21T07:06:42.092Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-07-21T07:06:42.122Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075e5d1b-ea21-4f03-932c-47c07ad15ec3/model-vers/model-ver/6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232?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-07-21T07:06:42.123Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075e5d1b-ea21-4f03-932c-47c07ad15ec3/model-vers/model-ver/6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232?depth=0|INFO|500||Invoke 2022-07-21T07:06:42.141Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075e5d1b-ea21-4f03-932c-47c07ad15ec3/model-vers/model-ver/6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-21T07:06:42.230Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075e5d1b-ea21-4f03-932c-47c07ad15ec3/model-vers/model-ver/6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232?depth=0|INFO|500||InvokeReturn 2022-07-21T07:06:42.230Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075e5d1b-ea21-4f03-932c-47c07ad15ec3/model-vers/model-ver/6d7e74af-9ccb-4fa2-bb9e-bcf810f7d232?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-07:06:42:281-45988], vertex-id=[589856], Content-Length=[0], Date=[Thu, 21 Jul 2022 07:06:42 GMT], Content-Type=[application/json]} 2022-07-21T07:06:42.231Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-07-21T07:06:42.231Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-21T07:06:42.231Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:42.235Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||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-07-21T07:06:42.235Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4426ed7-60ce-4e8d-a664-fc84bfa174f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-21T07:06:42.235Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-21T07:06:42.236Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-07-21T07:06:42.237Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-21T07:06:42.238Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387202235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T07:06:42.338Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-21T07:06:42.338Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-21T07:06:42.338Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ... 2022-07-21T07:06:42.367Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:42.367Z||pool-162-thread-1|||||INFO|500||cambria reply ok (29 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-07-21T07:06:43.250Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:06:43.251Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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-07-21T07:06:43.251Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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 6uH92ONVfE6iun57) ... 2022-07-21T07:06:52.852Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:06:52.853Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:06:52.853Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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-07-21T07:06:52.853Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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 6uH92ONVfE6iun57) ... 2022-07-21T07:07:02.403Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:07:02.403Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:07:02.404Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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-07-21T07:07:02.404Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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 6uH92ONVfE6iun57) ... 2022-07-21T07:07:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:07:09.035Z||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-07-21T07:07:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:07:09.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:07:09.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-21T07:07:09.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-21T07:07:09.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387118535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387121156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387122233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387123315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387124432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-21T07:07:09.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387125436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387126440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387127443, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:07:09.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c19b811f-e001-4e32-885e-abbc7306766e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387158683, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T07:07:09.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:07:09.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-21T07:07:09.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:09.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-21T07:07:09.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387105468, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-21T07:07:09.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-21T07:07:11.993Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:07:11.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:07:11.994Z||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-07-21T07:07:11.994Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:07:21.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:07:21.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:07:21.537Z||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-07-21T07:07:21.537Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:07:31.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:08:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:08:09.032Z||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-07-21T07:08:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:08:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:08:09.034Z||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-07-21T07:08:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:08:09.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:08:09.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T07:08:09.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387169098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-21T07:08:09.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:08:18.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:09:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:09:09.032Z||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-07-21T07:09:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:09:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:09:09.034Z||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-07-21T07:09:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:09:09.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:09:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T07:09:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387171053, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-21T07:09:09.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:09:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-21T07:09:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4426ed7-60ce-4e8d-a664-fc84bfa174f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658387202235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-21T07:09:09.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-21T07:09:18.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:10:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:10:09.032Z||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-07-21T07:10:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:10:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:10:09.034Z||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-07-21T07:10:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:10:18.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:10:18.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:11:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:11:09.032Z||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-07-21T07:11:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:11:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:11:09.034Z||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-07-21T07:11:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:11:18.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:11:18.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:12:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:12:09.032Z||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-07-21T07:12:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:12:09.034Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:12:09.034Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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-07-21T07:12:09.034Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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 6uH92ONVfE6iun57) ... 2022-07-21T07:12:18.595Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:12:18.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:13:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:13:09.032Z||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-07-21T07:13:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:13:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:13:09.034Z||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-07-21T07:13:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:13:18.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:13:18.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:14:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:14:09.032Z||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-07-21T07:14:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:14:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:14:09.034Z||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-07-21T07:14:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:14:18.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:14:18.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:15:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:15:09.032Z||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-07-21T07:15:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:15:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:15:09.034Z||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-07-21T07:15:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:15:18.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:15:18.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:16:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:16:09.032Z||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-07-21T07:16:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:16:09.034Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:16:09.034Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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-07-21T07:16:09.034Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|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 6uH92ONVfE6iun57) ... 2022-07-21T07:16:18.600Z|e4426ed7-60ce-4e8d-a664-fc84bfa174f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:16:18.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:17:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:17:09.032Z||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-07-21T07:17:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:17:09.034Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:17:09.034Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|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-07-21T07:17:09.034Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|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 6uH92ONVfE6iun57) ... 2022-07-21T07:17:18.590Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:17:18.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:18:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:18:09.032Z||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-07-21T07:18:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:18:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:18:09.034Z||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-07-21T07:18:09.034Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:18:18.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:18:18.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:19:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:19:09.033Z||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-07-21T07:19:09.033Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:19:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:19:09.035Z||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-07-21T07:19:09.035Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:19:18.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:19:18.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:20:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:20:09.032Z||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-07-21T07:20:09.032Z||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 6uH92ONVfE6iun57) ... 2022-07-21T07:20:09.034Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-21T07:20:09.034Z|7e77c688-3862-4282-b822-f36788f53b58|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-07-21T07:20:09.034Z|7e77c688-3862-4282-b822-f36788f53b58|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 6uH92ONVfE6iun57) ... 2022-07-21T07:20:18.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-21T07:20:18.613Z|7e77c688-3862-4282-b822-f36788f53b58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK