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-05-24T11:21:36.582Z||main|||||INFO|500||The following profiles are active: basic 2022-05-24T11:21:53.202Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-24T11:21:53.205Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-24T11:21:53.387Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-24T11:22:00.690Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-24T11:22:01.521Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-24T11:22:02.356Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-24T11:22:02.379Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-24T11:22:02.615Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-24T11:22:03.082Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-24T11:22:04.192Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-24T11:22:07.548Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-24T11:22:11.533Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-24T11:22:11.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-24T11:22:12.601Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-24T11:22:12.897Z||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-05-24T11:22:14.597Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-24T11:22:16.178Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-24T11:22:16.206Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$6480366b.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-24T11:22:16.210Z||main|||||WARN|500||The sdc end point is not alive 2022-05-24T11:22:21.456Z||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-05-24T11:22:26.860Z||main|||||WARN|500||--- 2022-05-24T11:22:26.861Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-24T11:22:26.861Z||main|||||WARN|500||--- 2022-05-24T11:22:27.709Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-24T11:22:35.969Z||main|||||INFO|500||Started Application in 63.462 seconds (JVM running for 66.063) 2022-05-24T11:22:36.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-24T11:22:36.064Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-24T11:22:36.089Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-24T11:22:36.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-24T11:22:36.176Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c397cf7-fd6b-470e-a861-ffd649156cb4 url= /sdc/v1/artifactTypes 2022-05-24T11:22:36.176Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-24T11:22:36.452Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-24T11:22:36.478Z||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-05-24T11:22:36.501Z||scheduling-1|||||DEBUG|500||create keys 2022-05-24T11:22:36.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-24T11:22:36.642Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:22:36.673Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 71d4a7e3-a69e-4577-b222-c18d7c5f5af1 url= /sdc/v1/registerForDistribution 2022-05-24T11:22:37.033Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 71d4a7e3-a69e-4577-b222-c18d7c5f5af1 url= /sdc/v1/registerForDistribution 2022-05-24T11:22:37.034Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-24T11:22:37.061Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:22:37.111Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-24T11:22:37.113Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:22:37.152Z||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-05-24T11:22:37.152Z||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-05-24T11:22:37.153Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:22:37.153Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:22:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:22:47.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:23:37.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:23:37.045Z||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-05-24T11:23:37.045Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:23:37.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:23:37.048Z||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-05-24T11:23:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:23:46.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:23:46.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:24:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:24:37.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T11:24:37.042Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T11:24:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:24:37.047Z||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-05-24T11:24:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:24:46.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:24:46.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:25:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:25:37.041Z||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-05-24T11:25:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:25:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:25:37.047Z||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-05-24T11:25:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:25:46.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:25:46.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:26:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:26:37.041Z||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-05-24T11:26:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:26:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:26:37.048Z||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-05-24T11:26:37.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 E6aoNUABqExhLQqG) ... 2022-05-24T11:26:46.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:26:46.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:27:37.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:27:37.041Z||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-05-24T11:27:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:27:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:27:37.047Z||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-05-24T11:27:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:27:46.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:27:46.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:28:37.040Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:28:37.041Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T11:28:37.041Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T11:28:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:28:37.047Z||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-05-24T11:28:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:28:46.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:28:46.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:29:37.040Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:29:37.041Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T11:29:37.042Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T11:29:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:29:37.047Z||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-05-24T11:29:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:29:46.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:29:46.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:30:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:30:37.044Z||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-05-24T11:30:37.044Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:30:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:30:37.048Z||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-05-24T11:30:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:30:46.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:30:46.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:31:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:31:37.042Z||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-05-24T11:31:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:31:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:31:37.047Z||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-05-24T11:31:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:31:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:31:46.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:32:06.689Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-24T11:32:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:32:37.042Z||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-05-24T11:32:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:32:37.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:32:37.048Z||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-05-24T11:32:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:32:46.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:32:46.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:33:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:33:37.041Z||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-05-24T11:33:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:33:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:33:37.047Z||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-05-24T11:33:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:33:46.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:33:46.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:34:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:34:37.041Z||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-05-24T11:34:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:34:37.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:34:37.047Z||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-05-24T11:34:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:34:46.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:34:46.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:35:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:35:37.041Z||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-05-24T11:35:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:35:37.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:35:37.048Z||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-05-24T11:35:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:35:46.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:35:46.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:36:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:36:37.041Z||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-05-24T11:36:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:36:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:36:37.048Z||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-05-24T11:36:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:36:46.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:36:46.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:37:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:37:37.041Z||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-05-24T11:37:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:37:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:37:37.047Z||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-05-24T11:37:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:37:46.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:37:46.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:38:37.042Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:38:37.043Z||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-05-24T11:38:37.043Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:38:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:38:37.047Z||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-05-24T11:38:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:38:46.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:38:46.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:39:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:39:37.042Z||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-05-24T11:39:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:39:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:39:37.047Z||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-05-24T11:39:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:39:46.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:39:46.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:40:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:40:37.043Z||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-05-24T11:40:37.043Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:40:37.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:40:37.048Z||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-05-24T11:40:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:40:46.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:40:46.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:41:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:41:37.041Z||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-05-24T11:41:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:41:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:41:37.048Z||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-05-24T11:41:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:41:46.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:41:46.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:42:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:42:37.041Z||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-05-24T11:42:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:42:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:42:37.047Z||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-05-24T11:42:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:42:46.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:42:46.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:43:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:43:37.041Z||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-05-24T11:43:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:43:37.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:43:37.048Z||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-05-24T11:43:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:43:46.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:43:46.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:44:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:44:37.041Z||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-05-24T11:44:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:44:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:44:37.047Z||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-05-24T11:44:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:44:46.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:44:46.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:45:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:45:37.042Z||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-05-24T11:45:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:45:37.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:45:37.047Z||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-05-24T11:45:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:45:46.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:45:46.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:46:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:46:37.041Z||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-05-24T11:46:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:46:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:46:37.048Z||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-05-24T11:46:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:46:46.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:46:46.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:47:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:47:37.041Z||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-05-24T11:47:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:47:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:47:37.047Z||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-05-24T11:47:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:47:46.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:47:46.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:48:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:48:37.041Z||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-05-24T11:48:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:48:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:48:37.047Z||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-05-24T11:48:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:48:46.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:48:46.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:49:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:49:37.042Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T11:49:37.043Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T11:49:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:49:37.047Z||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-05-24T11:49:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:49:46.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:49:46.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:50:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:50:37.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T11:50:37.041Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T11:50:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:50:37.047Z||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-05-24T11:50:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:50:46.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:50:46.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:51:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:51:37.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T11:51:37.041Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T11:51:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:51:37.047Z||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-05-24T11:51:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:51:46.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:51:46.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:52:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:52:37.041Z||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-05-24T11:52:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:52:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:52:37.047Z||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-05-24T11:52:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:52:46.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:52:46.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:53:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:53:37.041Z||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-05-24T11:53:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:53:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:53:37.047Z||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-05-24T11:53:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:53:46.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:53:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:54:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:54:37.041Z||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-05-24T11:54:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:54:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:54:37.047Z||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-05-24T11:54:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:54:46.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:54:46.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:55:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:55:37.041Z||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-05-24T11:55:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:55:37.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:55:37.047Z||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-05-24T11:55:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:55:46.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:55:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:56:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:56:37.042Z||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-05-24T11:56:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:56:37.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:56:37.048Z||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-05-24T11:56:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:56:46.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:56:46.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:57:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:57:37.042Z||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-05-24T11:57:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:57:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:57:37.047Z||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-05-24T11:57:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:57:46.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:57:46.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:58:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:58:37.043Z||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-05-24T11:58:37.043Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:58:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:58:37.048Z||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-05-24T11:58:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:58:46.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:58:46.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:59:37.041Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:59:37.042Z||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-05-24T11:59:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:59:37.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T11:59:37.047Z||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-05-24T11:59:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T11:59:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T11:59:46.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:00:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:00:37.041Z||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-05-24T12:00:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:00:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:00:37.047Z||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-05-24T12:00:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:00:46.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:00:46.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:01:37.045Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:01:37.046Z||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-05-24T12:01:37.046Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:01:37.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:01:37.049Z||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-05-24T12:01:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:01:46.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:01:46.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:02:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:02:37.041Z||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-05-24T12:02:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:02:37.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:02:37.047Z||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-05-24T12:02:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:02:46.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:02:46.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:03:27.392Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:03:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:03:37.041Z||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-05-24T12:03:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:03:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:03:37.047Z||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-05-24T12:03:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:03:46.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:03:46.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:04:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:04:37.041Z||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-05-24T12:04:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:04:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:04:37.047Z||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-05-24T12:04:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:04:46.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:04:46.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:05:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:05:37.041Z||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-05-24T12:05:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:05:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:05:37.047Z||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-05-24T12:05:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:05:46.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:05:46.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:06:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:06:37.041Z||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-05-24T12:06:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:06:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:06:37.047Z||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-05-24T12:06:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:06:46.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:06:46.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:07:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:07:37.042Z||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-05-24T12:07:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:07:37.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:07:37.047Z||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-05-24T12:07:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:07:46.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:07:46.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:08:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:08:37.041Z||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-05-24T12:08:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:08:37.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:08:37.047Z||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-05-24T12:08:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:08:46.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:08:46.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:09:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:09:37.041Z||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-05-24T12:09:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:09:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:09:37.047Z||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-05-24T12:09:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:09:46.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:09:46.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:10:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:10:37.041Z||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-05-24T12:10:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:10:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:10:37.047Z||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-05-24T12:10:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:10:46.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:10:46.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:11:37.041Z||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-05-24T12:11:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:11:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:11:37.047Z||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-05-24T12:11:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:11:37.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:37.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f0d00c1-5039-4411-80b6-6a1ecc6d5e61","serviceName":"vFW 2022-05-24 12-09-06","serviceVersion":"1.0","serviceUUID":"b40f9ec6-2462-45e1-8adc-eab25233ea58","serviceDescription":"catalog service description","serviceInvariantUUID":"796fe858-13d8-418d-87a4-ff5082b5cc43","resources":[{"resourceInstanceName":"vFW 662d3de9-52f2 0","resourceName":"vFW 662d3de9-52f2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3106a51-e43a-4cda-acbc-8e87a2049984","resourceInvariantUUID":"13aa6e6e-64f2-440a-9b56-c0e93a93bdda","resourceCustomizationUUID":"218d1fde-f47e-4018-a6f0-fa87c2d2716b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml","artifactChecksum":"ODQyMzZlNjc5ZjZhMWE4OGVjMWMwZTNjYWQ1MTdkMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14333c15-95d1-4c3d-9dfb-77b100bf5711","artifactVersion":"1"},{"artifactName":"vfw662d3de952f20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json","artifactChecksum":"ZThhYmQ5ZTRiZDE5OTdiNTc1NTcxYzk3YTBkMjQwNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0913eb5e-9418-42de-9568-ddf9b37c8b3f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fc837a4-a0b8-47c9-9ae4-a592f05de184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc2ZTBjNTAxZTM1MDQzZmZmMzZlMmE5OWI2N2ZkZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38f1365b-7f7e-416d-8dc1-c7afbbb5cbe1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1563669e-0d79-47be-9586-702c4f89bb0d","artifactVersion":"2","generatedFromUUID":"1fc837a4-a0b8-47c9-9ae4-a592f05de184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220524120906-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml","artifactChecksum":"MTdhMTRmOGRkYjMyMDM3OTZjOTA0MTNmNTdhZTFkYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c31f6ee4-e0fe-4d70-9ed4-5a2bc67674ee","artifactVersion":"1"},{"artifactName":"service-Vfw20220524120906-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar","artifactChecksum":"ZjRiNzQ1YTdlM2VhZWVkNTM4YmM1MzRiNzY4YjgxZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3cfbaea-85fe-46a4-b52e-a1bf42746839","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:11:37.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:37.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:37.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:37.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.708Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.709Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOTIFIED" } 2022-05-24T12:11:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-24T12:11:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-24T12:11:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-24T12:11:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "ves-openapi-manager", "timestamp": 1653394255944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394247695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394248708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394263806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:37.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:37.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394265147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:37.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394266158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:11:37.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:37.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394265002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:37.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:37.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "policy-id", "timestamp": 1653394267166, "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-05-24T12:11:37.808Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-05-24T12:11:37.812Z||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-05-24T12:11:37.813Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:37.825Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:37.826Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-24T12:11:37.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 2022-05-24T12:11:37.962Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:11:37.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394266440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394267501, "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-05-24T12:11:37.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 2022-05-24T12:11:37.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:11:38.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394261845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:38.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "multicloud-k8s-id", "timestamp": 1653394268507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:11:38.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394269882, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "cds", "timestamp": 1653394270899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-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-05-24T12:11:38.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 2022-05-24T12:11:38.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:11:38.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394269711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOTIFIED" } 2022-05-24T12:11:38.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394270157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:38.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394277773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394278344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394281513, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394274555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:38.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:11:38.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394282518, "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-05-24T12:11:38.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 2022-05-24T12:11:38.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:11:38.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394289079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:11:38.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394288530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:38.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "aai-ml", "timestamp": 1653394290084, "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-05-24T12:11:38.063Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 2022-05-24T12:11:38.064Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:11:38.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394290544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:11:38.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:11:38.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:11:38.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "clamp", "timestamp": 1653394291549, "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-05-24T12:11:38.075Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 2022-05-24T12:11:38.076Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:11:38.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:38.719Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:38.722Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:38.722Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOTIFIED" } 2022-05-24T12:11:38.822Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:38.824Z||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-05-24T12:11:38.824Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:38.836Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:38.837Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:39.723Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:39.724Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:39.727Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:39.727Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-24T12:11:39.827Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:39.828Z||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-05-24T12:11:39.829Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:39.842Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:39.843Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:40.728Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:40.729Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:40.731Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:40.731Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:40.832Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:40.833Z||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-05-24T12:11:40.833Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:40.851Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:40.851Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:41.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:41.733Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:41.735Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:41.736Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-24T12:11:41.836Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:41.837Z||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-05-24T12:11:41.837Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:41.851Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:41.852Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:42.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:42.737Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:42.740Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:42.740Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:11:42.840Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:42.841Z||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-05-24T12:11:42.842Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:42.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:42.857Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:43.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:11:43.742Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:43.745Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:43.745Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:11:43.845Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:43.846Z||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-05-24T12:11:43.847Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:43.864Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:43.867Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:44.747Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "serviceName": "vFW 2022-05-24 12-09-06", "serviceVersion": "1.0", "serviceUUID": "b40f9ec6-2462-45e1-8adc-eab25233ea58", "serviceDescription": "catalog service description", "serviceInvariantUUID": "796fe858-13d8-418d-87a4-ff5082b5cc43", "resources": [ { "resourceInstanceName": "vFW 662d3de9-52f2 0", "resourceCustomizationUUID": "218d1fde-f47e-4018-a6f0-fa87c2d2716b", "resourceName": "vFW 662d3de9-52f2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e3106a51-e43a-4cda-acbc-8e87a2049984", "resourceInvariantUUID": "13aa6e6e-64f2-440a-9b56-c0e93a93bdda", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw662d3de952f20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "artifactChecksum": "ZThhYmQ5ZTRiZDE5OTdiNTc1NTcxYzk3YTBkMjQwNjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0913eb5e-9418-42de-9568-ddf9b37c8b3f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1fc837a4-a0b8-47c9-9ae4-a592f05de184", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1563669e-0d79-47be-9586-702c4f89bb0d", "generatedFromUUID": "1fc837a4-a0b8-47c9-9ae4-a592f05de184" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1563669e-0d79-47be-9586-702c4f89bb0d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220524120906-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "artifactChecksum": "ZjRiNzQ1YTdlM2VhZWVkNTM4YmM1MzRiNzY4YjgxZjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3cfbaea-85fe-46a4-b52e-a1bf42746839" } ], "workloadContext": "Production" } 2022-05-24T12:11:44.749Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:11:44.749Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b40f9ec6-2462-45e1-8adc-eab25233ea58 ASDC 2022-05-24T12:11:44.879Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 ServiceName:vFW 2022-05-24 12-09-06 ServiceVersion:1.0 ServiceUUID:b40f9ec6-2462-45e1-8adc-eab25233ea58 ServiceInvariantUUID:796fe858-13d8-418d-87a4-ff5082b5cc43 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220524120906-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar ArtifactUUID:c3cfbaea-85fe-46a4-b52e-a1bf42746839 ArtifactChecksum:ZjRiNzQ1YTdlM2VhZWVkNTM4YmM1MzRiNzY4YjgxZjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 662d3de9-52f2 0 ResourceCustomizationUUID:218d1fde-f47e-4018-a6f0-fa87c2d2716b ResourceInvariantUUID:13aa6e6e-64f2-440a-9b56-c0e93a93bdda ResourceName:vFW 662d3de9-52f2 ResourceType:VF ResourceUUID:e3106a51-e43a-4cda-acbc-8e87a2049984 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw662d3de952f20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json ArtifactUUID:0913eb5e-9418-42de-9568-ddf9b37c8b3f ArtifactChecksum:ZThhYmQ5ZTRiZDE5OTdiNTc1NTcxYzk3YTBkMjQwNjk= 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/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml ArtifactUUID:1fc837a4-a0b8-47c9-9ae4-a592f05de184 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/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env ArtifactUUID:1563669e-0d79-47be-9586-702c4f89bb0d 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/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env ArtifactUUID:1563669e-0d79-47be-9586-702c4f89bb0d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-24T12:11:44.880Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b40f9ec6-2462-45e1-8adc-eab25233ea58 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-05-24T12:11:44.940Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:11:44.941Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-24T12:11:44.944Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-24T12:11:44.944Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c3cfbaea-85fe-46a4-b52e-a1bf42746839 from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:44.944Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:11:44.946Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:45.341Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:11:45.365Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar c3cfbaea-85fe-46a4-b52e-a1bf42746839 99019 2022-05-24T12:11:45.367Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar ASDC sendASDCNotification 2022-05-24T12:11:45.367Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:45.370Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:11:45.371Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:45.374Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:45.374Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394305365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:45.474Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:11:45.475Z||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-05-24T12:11:45.475Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:45.486Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:45.487Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:46.375Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:11:46.376Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-24T12:11:46.377Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c3cfbaea-85fe-46a4-b52e-a1bf42746839, URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar to file: /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:46.378Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220524120906-csar.csar 2022-05-24T12:11:46.473Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:46.473Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:47.278Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14269645989785391997/Definitions/service-Vfw20220524120906-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-05-24T12:11:50.125Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:11:50.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-24T12:11:50.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 662d3de9-52f2 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-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:50.138Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-24T12:11:50.149Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.151Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.157Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:50.157Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-24T12:11:50.159Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-24T12:11:50.162Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:11:50.162Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.162Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:11:50.170Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3bcd7db6-61a1-4860-8f55-14f6838b22d5 2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be4e24c2-fa17-47a8-83c9-0d7bbf7b479c 2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c42a384-79bf-466b-ae1f-e0662ad9f368 2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:50.182Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-24 12-09-06 Description:catalog service description Model UUID:b40f9ec6-2462-45e1-8adc-eab25233ea58 Model Version:NULL Model InvariantUuid:796fe858-13d8-418d-87a4-ff5082b5cc43 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 662d3de9-52f2 Model UUID:a390f779-2ccf-451e-8286-2ab3f4c0f035 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:13aa6e6e-64f2-440a-9b56-c0e93a93bdda Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:218d1fde-f47e-4018-a6f0-fa87c2d2716b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:abebef11-d5fc-429c-a318-ee223a4a79f2 ModelName:Vfw662d3de952f2..base_vfw..module-0 ModelUuid:56ddd492-c801-4088-8cae-7cbc9676a5c0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3bcd7db6-61a1-4860-8f55-14f6838b22d5 ModelInvariantUuid:fca86bad-0839-4e5b-b66f-36874f1d9c50 ModelName:vFW 662d3de9-52f2-nodes.vfwCvfc ModelUuid:8f09df3b-b9d4-44ae-bff6-ec6c97d898c3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1028423e-50c1-4c36-80a1-b4ed7aafee31 ModelInvariantUuid:7fdb55f7-2a0a-4307-a3b5-a2a601374d35 ModelName:Vfw662d3de952f2.compute.nodes.heat.vfw ModelUuid:c7774c42-0ab1-41d9-a95e-07d110b44072 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:be4e24c2-fa17-47a8-83c9-0d7bbf7b479c ModelInvariantUuid:2e9dd8eb-d6b0-409f-bfb7-064453c63732 ModelName:vFW 662d3de9-52f2-nodes.vsnCvfc ModelUuid:881112a3-fccb-4ee4-abbd-21fcb3ac37cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2ab0cd80-6e5a-477a-a826-0c810e9d0e74 ModelInvariantUuid:ec3455c5-4da4-4989-acfe-e20b3e7a0489 ModelName:Vfw662d3de952f2.compute.nodes.heat.vsn ModelUuid:2eed188d-537b-4801-9c7d-b50f06531c38 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4c42a384-79bf-466b-ae1f-e0662ad9f368 ModelInvariantUuid:6be840c2-8554-4ab5-a6af-94c917288f1a ModelName:vFW 662d3de9-52f2-nodes.vpgCvfc ModelUuid:4ca17a20-b0d3-4eb8-9ee3-57b002b1568f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:12fe40f9-6741-417e-8b3e-d3d7493df61a ModelInvariantUuid:d371abef-74e6-4e57-a3e2-340721185366 ModelName:Vfw662d3de952f2.compute.nodes.heat.vpg ModelUuid:f1f6543a-f4c9-4f07-8e92-a25b200e4651 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-05-24T12:11:50.201Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e3106a51-e43a-4cda-acbc-8e87a2049984 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-05-24T12:11:50.310Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||vFW 662d3de9-52f2 0 2022-05-24T12:11:50.320Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3106a51-e43a-4cda-acbc-8e87a2049984 2022-05-24T12:11:50.320Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0913eb5e-9418-42de-9568-ddf9b37c8b3f from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json 2022-05-24T12:11:50.320Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:11:50.321Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json 2022-05-24T12:11:50.538Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:11:50.539Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json 0913eb5e-9418-42de-9568-ddf9b37c8b3f 785 2022-05-24T12:11:50.539Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json ASDC sendASDCNotification 2022-05-24T12:11:50.539Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json 2022-05-24T12:11:50.540Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:11:50.540Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:50.543Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:50.544Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394310539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:50.644Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:11:50.645Z||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-05-24T12:11:50.645Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:50.660Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:50.660Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:51.545Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw662d3de952f2..base_vfw..module-0", "vfModuleModelInvariantUUID": "abebef11-d5fc-429c-a318-ee223a4a79f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "56ddd492-c801-4088-8cae-7cbc9676a5c0", "vfModuleModelCustomizationUUID": "59bdd6af-f48f-4ab4-82d2-13131d3950ab", "isBase": true, "artifacts": [ "1fc837a4-a0b8-47c9-9ae4-a592f05de184", "1563669e-0d79-47be-9586-702c4f89bb0d" ], "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-05-24T12:11:51.562Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw662d3de952f2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:56ddd492-c801-4088-8cae-7cbc9676a5c0 VfModuleModelInvariantUUID:abebef11-d5fc-429c-a318-ee223a4a79f2 VfModuleModelDescription:NULL Artifacts UUID List:{ 1fc837a4-a0b8-47c9-9ae4-a592f05de184 , 1563669e-0d79-47be-9586-702c4f89bb0d } 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-05-24T12:11:51.567Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw662d3de952f2..base_vfw..module-0", "vfModuleModelInvariantUUID": "abebef11-d5fc-429c-a318-ee223a4a79f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "56ddd492-c801-4088-8cae-7cbc9676a5c0", "vfModuleModelCustomizationUUID": "59bdd6af-f48f-4ab4-82d2-13131d3950ab", "isBase": true, "artifacts": [ "1fc837a4-a0b8-47c9-9ae4-a592f05de184", "1563669e-0d79-47be-9586-702c4f89bb0d" ], "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-05-24T12:11:51.568Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw662d3de952f2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:56ddd492-c801-4088-8cae-7cbc9676a5c0 VfModuleModelInvariantUUID:abebef11-d5fc-429c-a318-ee223a4a79f2 VfModuleModelDescription:NULL Artifacts UUID List:{ 1fc837a4-a0b8-47c9-9ae4-a592f05de184 , 1563669e-0d79-47be-9586-702c4f89bb0d } 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-05-24T12:11:51.568Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fc837a4-a0b8-47c9-9ae4-a592f05de184 from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml 2022-05-24T12:11:51.568Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:11:51.569Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml 2022-05-24T12:11:51.620Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:11:51.622Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml 1fc837a4-a0b8-47c9-9ae4-a592f05de184 20368 2022-05-24T12:11:51.622Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-24T12:11:51.623Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml 2022-05-24T12:11:51.623Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:11:51.623Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:51.626Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:51.626Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394311622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:51.726Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:51.728Z||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-05-24T12:11:51.728Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:51.742Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:51.744Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:52.627Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1563669e-0d79-47be-9586-702c4f89bb0d from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env 2022-05-24T12:11:52.628Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:11:52.629Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env 2022-05-24T12:11:52.684Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:11:52.685Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env 1563669e-0d79-47be-9586-702c4f89bb0d 2098 2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env 2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:52.689Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:52.689Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394312686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:11:52.789Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:11:52.791Z||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-05-24T12:11:52.791Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:52.805Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:52.806Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:53.690Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b40f9ec6-2462-45e1-8adc-eab25233ea58 2022-05-24T12:11:53.691Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 662d3de9-52f2 0 e3106a51-e43a-4cda-acbc-8e87a2049984 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-05-24T12:11:53.728Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3acf4b1b, org.onap.sdc.toscaparser.api.parameters.Input@5953fc60, org.onap.sdc.toscaparser.api.parameters.Input@b67f404, org.onap.sdc.toscaparser.api.parameters.Input@477ded3f, org.onap.sdc.toscaparser.api.parameters.Input@72af158] 2022-05-24T12:11:53.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-24T12:11:53.733Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 218d1fde-f47e-4018-a6f0-fa87c2d2716b 2022-05-24T12:11:53.733Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 218d1fde-f47e-4018-a6f0-fa87c2d2716b matches Tosca VF Customization UUID: 218d1fde-f47e-4018-a6f0-fa87c2d2716b 2022-05-24T12:11:53.733Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 218d1fde-f47e-4018-a6f0-fa87c2d2716b 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-05-24T12:11:53.741Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.741Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 218d1fde-f47e-4018-a6f0-fa87c2d2716b: {\"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-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@274bc77 2022-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:11:53.744Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59bdd6af-f48f-4ab4-82d2-13131d3950ab 2022-05-24T12:11:53.745Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59bdd6af-f48f-4ab4-82d2-13131d3950ab 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-05-24T12:11:53.753Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.753Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:53.754Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:53.754Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3bcd7db6-61a1-4860-8f55-14f6838b22d5 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-05-24T12:11:53.768Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.769Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:53.769Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:53.773Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-24T12:11:53.773Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.773Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be4e24c2-fa17-47a8-83c9-0d7bbf7b479c 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-05-24T12:11:53.776Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.776Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:53.776Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:53.778Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria 2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-24T12:11:53.782Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c42a384-79bf-466b-ae1f-e0662ad9f368 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-05-24T12:11:53.784Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.784Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria 2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=218d1fde-f47e-4018-a6f0-fa87c2d2716b 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-05-24T12:11:53.787Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.788Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.788Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b40f9ec6-2462-45e1-8adc-eab25233ea58: vFW 662d3de9-52f2 2022-05-24T12:11:53.788Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.789Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.789Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.789Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.791Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:11:53.791Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:11:53.791Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-24 12-09-06 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-05-24T12:11:54.121Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 662d3de9-52f2 e3106a51-e43a-4cda-acbc-8e87a2049984 1 ASDC deployResourceStructure 2022-05-24T12:11:54.122Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json ASDC sendASDCNotification 2022-05-24T12:11:54.122Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json 2022-05-24T12:11:54.122Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:11:54.123Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:54.126Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:54.126Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394314122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:11:54.226Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:54.228Z||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-05-24T12:11:54.228Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:54.244Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:54.245Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:11:55.127Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-24T12:11:55.127Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml 2022-05-24T12:11:55.127Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:11:55.128Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:55.130Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:55.131Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394315127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:11:55.231Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:55.232Z||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-05-24T12:11:55.232Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:55.248Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:55.249Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env 2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:56.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:56.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394316132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-24T12:11:56.234Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:56.236Z||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-05-24T12:11:56.236Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:56.256Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:56.257Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:57.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar ASDC sendASDCNotification 2022-05-24T12:11:57.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar 2022-05-24T12:11:57.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:11:57.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:11:57.139Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:11:57.139Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394317135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:11:57.239Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:11:57.241Z||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-05-24T12:11:57.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:11:57.257Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:11:57.258Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:11:58.140Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:11:58.160Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:11:58.164Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:11:58.164Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:11:58.164Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:11:58.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:11:58.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:11:58.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:12:28.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-05-24T12:12:28.188Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 and serviceModelVersionId: b40f9ec6-2462-45e1-8adc-eab25233ea58 2022-05-24T12:12:28.188Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 796fe858-13d8-418d-87a4-ff5082b5cc43 2022-05-24T12:12:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:12:37.047Z||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-05-24T12:12:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:12:37.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:37.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-24T12:12:37.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:12:37.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-24T12:12:44.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0 2022-05-24T12:12:44.302Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:12:44.864Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|INFO|500||Invoke 2022-05-24T12:12:44.872Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f0d00c1-5039-4411-80b6-6a1ecc6d5e61], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3fd33a17-91b3-4f22-ac06-2c5521f4b3c4], X-ECOMP-RequestID=[7f0d00c1-5039-4411-80b6-6a1ecc6d5e61], X-TransactionId=[], X-ONAP-RequestID=[7f0d00c1-5039-4411-80b6-6a1ecc6d5e61], Content-Type=[application/merge-patch+json]} 2022-05-24T12:12:44.999Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:12:46.039Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?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/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:12:44:249-87773], vertex-id=[393240], Content-Length=[0], Date=[Tue, 24 May 2022 12:12:44 GMT], Content-Type=[application/json]} 2022-05-24T12:12:46.041Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:12:46.042Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|INFO|500||InvokeReturn 2022-05-24T12:12:46.046Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:12:46.047Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:12:46.052Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:12:46.053Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:12:46.054Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:12:46.055Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:46.056Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:46.057Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394366053, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:12:46.157Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:46.158Z||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-05-24T12:12:46.159Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:46.173Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:46.174Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-24T12:12:47.069Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:12:47.070Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|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-05-24T12:12:47.070Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:12:47.691Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:47.693Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-24T12:12:47.693Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"796eab7d-c1ab-4b58-a711-9528f894acc4","serviceName":"basic_onboard_MzQXba","serviceVersion":"1.0","serviceUUID":"b4ed1a64-d394-4728-a740-7a3c5c635512","serviceDescription":"service","serviceInvariantUUID":"4b98c38d-5cba-4c3f-8b70-47252533c9c4","resources":[{"resourceInstanceName":"basic_onboard_MzQXba 0","resourceName":"basic_onboard_MzQXba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8","resourceInvariantUUID":"59a246c2-2706-424c-83c3-6177adecb8e4","resourceCustomizationUUID":"864bcbd6-7a8a-43ba-b73a-e313d62ee6a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml","artifactChecksum":"NTI5YTdmMzI2NmZjYmZmMTRlODczYWEwMTFjMzc4NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a58cb43-b1d1-42e5-a246-28392f98aa62","artifactVersion":"1"},{"artifactName":"basic_onboard_mzqxba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json","artifactChecksum":"ODQ3ODFmM2ZhMTQ5NzcwOWRlNGM3NzlmMjBlMThiYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43d9c626-1c06-4089-b673-ece50408dd08","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"49fb5e35-c876-4f4d-8d38-59523b7cb436","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da53e6ef-48bb-4808-80ad-10b7971653ba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7011f5b5-a785-4908-b265-0dcdc59ee4f2","artifactVersion":"2","generatedFromUUID":"49fb5e35-c876-4f4d-8d38-59523b7cb436"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMzqxba-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml","artifactChecksum":"YzZjOGYwYjI5N2I5NTY3MjczNDJlZjQ2NTkzYTRlNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d57727fa-bf8c-44a8-b547-29dc9f321c8a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMzqxba-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar","artifactChecksum":"MDJiY2VlNWExM2NmNWU4N2UxZTc2OTU3ZDhlY2Y1YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b826279d-4354-4705-814d-2a0ec89a7ce9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:12:47.697Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:47.697Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:47.699Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:47.700Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:12:47.801Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:12:47.802Z||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-05-24T12:12:47.802Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:47.820Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:47.821Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:48.700Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:48.701Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:48.704Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:48.704Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:12:48.804Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:48.805Z||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-05-24T12:12:48.806Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:48.820Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:48.821Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:49.704Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:49.705Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:49.707Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:49.707Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-24T12:12:49.807Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:12:49.809Z||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-05-24T12:12:49.809Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:49.823Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:49.824Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:50.708Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:50.710Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:50.712Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:50.712Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:12:50.812Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:50.813Z||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-05-24T12:12:50.813Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:50.825Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:50.826Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:51.713Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:51.714Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:51.718Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:51.719Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-24T12:12:51.818Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-24T12:12:51.820Z||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-05-24T12:12:51.820Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:51.836Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:51.837Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:52.720Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:52.721Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:52.724Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:52.724Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:12:52.824Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:52.825Z||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-05-24T12:12:52.825Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:52.840Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:52.841Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:53.725Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:12:53.726Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:53.729Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:53.729Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:12:53.829Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:53.830Z||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-05-24T12:12:53.830Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:53.849Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:53.850Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:54.731Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "serviceName": "basic_onboard_MzQXba", "serviceVersion": "1.0", "serviceUUID": "b4ed1a64-d394-4728-a740-7a3c5c635512", "serviceDescription": "service", "serviceInvariantUUID": "4b98c38d-5cba-4c3f-8b70-47252533c9c4", "resources": [ { "resourceInstanceName": "basic_onboard_MzQXba 0", "resourceCustomizationUUID": "864bcbd6-7a8a-43ba-b73a-e313d62ee6a7", "resourceName": "basic_onboard_MzQXba", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8", "resourceInvariantUUID": "59a246c2-2706-424c-83c3-6177adecb8e4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mzqxba0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "artifactChecksum": "ODQ3ODFmM2ZhMTQ5NzcwOWRlNGM3NzlmMjBlMThiYzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "43d9c626-1c06-4089-b673-ece50408dd08", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "49fb5e35-c876-4f4d-8d38-59523b7cb436", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7011f5b5-a785-4908-b265-0dcdc59ee4f2", "generatedFromUUID": "49fb5e35-c876-4f4d-8d38-59523b7cb436" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7011f5b5-a785-4908-b265-0dcdc59ee4f2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMzqxba-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "artifactChecksum": "MDJiY2VlNWExM2NmNWU4N2UxZTc2OTU3ZDhlY2Y1YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b826279d-4354-4705-814d-2a0ec89a7ce9" } ], "workloadContext": "Production" } 2022-05-24T12:12:54.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:12:54.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4ed1a64-d394-4728-a740-7a3c5c635512 ASDC 2022-05-24T12:12:54.733Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:796eab7d-c1ab-4b58-a711-9528f894acc4 ServiceName:basic_onboard_MzQXba ServiceVersion:1.0 ServiceUUID:b4ed1a64-d394-4728-a740-7a3c5c635512 ServiceInvariantUUID:4b98c38d-5cba-4c3f-8b70-47252533c9c4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMzqxba-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar ArtifactUUID:b826279d-4354-4705-814d-2a0ec89a7ce9 ArtifactChecksum:MDJiY2VlNWExM2NmNWU4N2UxZTc2OTU3ZDhlY2Y1YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_MzQXba 0 ResourceCustomizationUUID:864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 ResourceInvariantUUID:59a246c2-2706-424c-83c3-6177adecb8e4 ResourceName:basic_onboard_MzQXba ResourceType:VF ResourceUUID:fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mzqxba0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json ArtifactUUID:43d9c626-1c06-4089-b673-ece50408dd08 ArtifactChecksum:ODQ3ODFmM2ZhMTQ5NzcwOWRlNGM3NzlmMjBlMThiYzQ= 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/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml ArtifactUUID:49fb5e35-c876-4f4d-8d38-59523b7cb436 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/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env ArtifactUUID:7011f5b5-a785-4908-b265-0dcdc59ee4f2 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/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env ArtifactUUID:7011f5b5-a785-4908-b265-0dcdc59ee4f2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-24T12:12:54.733Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4ed1a64-d394-4728-a740-7a3c5c635512 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-05-24T12:12:54.761Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:12:54.762Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-24T12:12:54.762Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-24T12:12:54.762Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b826279d-4354-4705-814d-2a0ec89a7ce9 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:54.763Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:12:54.763Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:54.834Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar b826279d-4354-4705-814d-2a0ec89a7ce9 71606 2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar ASDC sendASDCNotification 2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:12:54.838Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:54.855Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:54.855Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394374837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:12:54.940Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-05-24T12:12:54.941Z||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-05-24T12:12:54.942Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:54.954Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:54.955Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:55.856Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:12:55.857Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-24T12:12:55.858Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b826279d-4354-4705-814d-2a0ec89a7ce9, URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar to file: /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:55.858Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:55.859Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:55.859Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:56.019Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11226945794307101073/Definitions/service-BasicOnboardMzqxba-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-05-24T12:12:57.327Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:12:57.328Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.338Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.338Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MzQXba 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-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.338Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:12:57.339Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-24T12:12:57.339Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.340Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.340Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.342Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:12:57.342Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-24T12:12:57.342Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:12:57.343Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.343Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is not matching search criteria 2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-24T12:12:57.345Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-24T12:12:57.345Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-24T12:12:57.345Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-24T12:12:57.346Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.346Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:12:57.346Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.347Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:12:57.347Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:12:57.348Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.348Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:12:57.348Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:12:57.349Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.349Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:12:57.349Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:12:57.350Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.350Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is not matching search criteria 2022-05-24T12:12:57.351Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-24T12:12:57.351Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-24T12:12:57.351Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91a298fd-0631-4696-8c39-f5bc769f8296 2022-05-24T12:12:57.352Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.352Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.352Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.353Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.353Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.353Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.354Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:12:57.354Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:12:57.354Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_MzQXba Description:service Model UUID:b4ed1a64-d394-4728-a740-7a3c5c635512 Model Version:NULL Model InvariantUuid:4b98c38d-5cba-4c3f-8b70-47252533c9c4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_MzQXba Model UUID:22d28e75-5cf0-4108-ba4c-6bc13ef7530c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:59a246c2-2706-424c-83c3-6177adecb8e4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9e7258af-54b4-4aca-b7e3-dea47d80537a ModelName:BasicOnboardMzqxba..base_ubuntu18..module-0 ModelUuid:e0c69e6f-30d3-4ee9-870d-b854befa6718 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:91a298fd-0631-4696-8c39-f5bc769f8296 ModelInvariantUuid:278ebe48-d6ae-4296-bece-d986290758f8 ModelName:basic_onboard_MzQXba-nodes.ubuntu18Cvfc ModelUuid:00250405-6098-4544-aba8-7e3978b9b201 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:933527b4-7269-4ea9-a27e-59c5a99c43b6 ModelInvariantUuid:8c1e6921-6f37-4fa8-9c35-ca834cc12209 ModelName:BasicOnboardMzqxba.compute.nodes.heat.ubuntu18 ModelUuid:30ee3f2a-f55f-4a7c-b4db-a7c21b5e23f0 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-05-24T12:12:57.359Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 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-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||basic_onboard_MzQXba 0 2022-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 2022-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43d9c626-1c06-4089-b673-ece50408dd08 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json 2022-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:12:57.363Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json 2022-05-24T12:12:57.415Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json 43d9c626-1c06-4089-b673-ece50408dd08 798 2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json ASDC sendASDCNotification 2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json 2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:12:57.417Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:57.419Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:57.419Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394377416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:12:57.519Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:57.520Z||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-05-24T12:12:57.521Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:57.535Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:57.536Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:12:58.420Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMzqxba..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9e7258af-54b4-4aca-b7e3-dea47d80537a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e0c69e6f-30d3-4ee9-870d-b854befa6718", "vfModuleModelCustomizationUUID": "6db01ed7-7bf1-4884-95eb-02369b571638", "isBase": true, "artifacts": [ "49fb5e35-c876-4f4d-8d38-59523b7cb436", "7011f5b5-a785-4908-b265-0dcdc59ee4f2" ], "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-05-24T12:12:58.425Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMzqxba..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e0c69e6f-30d3-4ee9-870d-b854befa6718 VfModuleModelInvariantUUID:9e7258af-54b4-4aca-b7e3-dea47d80537a VfModuleModelDescription:NULL Artifacts UUID List:{ 49fb5e35-c876-4f4d-8d38-59523b7cb436 , 7011f5b5-a785-4908-b265-0dcdc59ee4f2 } 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-05-24T12:12:58.428Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMzqxba..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9e7258af-54b4-4aca-b7e3-dea47d80537a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e0c69e6f-30d3-4ee9-870d-b854befa6718", "vfModuleModelCustomizationUUID": "6db01ed7-7bf1-4884-95eb-02369b571638", "isBase": true, "artifacts": [ "49fb5e35-c876-4f4d-8d38-59523b7cb436", "7011f5b5-a785-4908-b265-0dcdc59ee4f2" ], "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-05-24T12:12:58.428Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMzqxba..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e0c69e6f-30d3-4ee9-870d-b854befa6718 VfModuleModelInvariantUUID:9e7258af-54b4-4aca-b7e3-dea47d80537a VfModuleModelDescription:NULL Artifacts UUID List:{ 49fb5e35-c876-4f4d-8d38-59523b7cb436 , 7011f5b5-a785-4908-b265-0dcdc59ee4f2 } 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-05-24T12:12:58.428Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 49fb5e35-c876-4f4d-8d38-59523b7cb436 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml 2022-05-24T12:12:58.429Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:12:58.429Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml 2022-05-24T12:12:58.472Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:12:58.472Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml 49fb5e35-c876-4f4d-8d38-59523b7cb436 5033 2022-05-24T12:12:58.472Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-24T12:12:58.473Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml 2022-05-24T12:12:58.473Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:12:58.473Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:58.475Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:58.475Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394378472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:12:58.575Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:58.576Z||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-05-24T12:12:58.576Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:58.590Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:58.591Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:12:59.476Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7011f5b5-a785-4908-b265-0dcdc59ee4f2 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env 2022-05-24T12:12:59.477Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-24T12:12:59.477Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env 2022-05-24T12:12:59.521Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-24T12:12:59.521Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env 7011f5b5-a785-4908-b265-0dcdc59ee4f2 909 2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env 2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:12:59.524Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:12:59.524Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394379522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:12:59.625Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:12:59.626Z||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-05-24T12:12:59.626Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:12:59.640Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:12:59.641Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:13:00.525Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b4ed1a64-d394-4728-a740-7a3c5c635512 2022-05-24T12:13:00.526Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MzQXba 0 fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 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-05-24T12:13:00.538Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a0b02bc, org.onap.sdc.toscaparser.api.parameters.Input@21a80345, org.onap.sdc.toscaparser.api.parameters.Input@63bb00df, org.onap.sdc.toscaparser.api.parameters.Input@18c9d34c, org.onap.sdc.toscaparser.api.parameters.Input@4a853c0b] 2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 matches Tosca VF Customization UUID: 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 2022-05-24T12:13:00.541Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 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-05-24T12:13:00.543Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.543Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7: {\"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-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46d50e8d 2022-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:13:00.545Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6db01ed7-7bf1-4884-95eb-02369b571638 2022-05-24T12:13:00.545Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6db01ed7-7bf1-4884-95eb-02369b571638 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-05-24T12:13:00.547Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.547Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is not matching search criteria 2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-24T12:13:00.550Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91a298fd-0631-4696-8c39-f5bc769f8296 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-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria 2022-05-24T12:13:00.553Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 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-05-24T12:13:00.554Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.554Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b4ed1a64-d394-4728-a740-7a3c5c635512: basic_onboard_MzQXba 2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:13:00.557Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_MzQXba 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-05-24T12:13:00.641Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MzQXba fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 1 ASDC deployResourceStructure 2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json ASDC sendASDCNotification 2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json 2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:13:00.645Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:13:00.645Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394380642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:13:00.745Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:13:00.746Z||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-05-24T12:13:00.746Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:13:00.759Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:13:00.760Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:13:01.646Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-24T12:13:01.647Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml 2022-05-24T12:13:01.647Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:13:01.647Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:13:01.650Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:13:01.650Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394381646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:13:01.750Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:13:01.752Z||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-05-24T12:13:01.753Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:13:01.767Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:13:01.767Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:13:02.651Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-24T12:13:02.651Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env 2022-05-24T12:13:02.651Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:13:02.652Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:13:02.654Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:13:02.654Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394382650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-24T12:13:02.754Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:13:02.755Z||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-05-24T12:13:02.755Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:13:02.765Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:13:02.766Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:13:03.656Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar ASDC sendASDCNotification 2022-05-24T12:13:03.657Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar 2022-05-24T12:13:03.657Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:13:03.657Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:13:03.660Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:13:03.660Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394383655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:13:03.760Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:13:03.761Z||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-05-24T12:13:03.762Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:13:03.774Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:13:03.775Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:13:04.660Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:13:04.674Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:13:04.677Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:13:04.677Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:13:04.678Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:13:34.678Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:13:34.688Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:13:34.691Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:13:34.691Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:13:34.691Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:13:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:13:37.048Z||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-05-24T12:13:37.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 E6aoNUABqExhLQqG) ... 2022-05-24T12:13:37.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:13:37.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "NOTIFIED" } 2022-05-24T12:13:37.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394297040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394305365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394310539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394311622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394312686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394314122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394315127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394316132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-24T12:13:37.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:13:37.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:13:37.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394317135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:13:37.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:04.692Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:14:04.703Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:14:04.705Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:14:04.706Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:14:04.706Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:14:34.706Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:14:34.722Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:14:34.725Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:14:34.725Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:14:34.725Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:14:37.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:14:37.048Z||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-05-24T12:14:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:14:37.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:14:37.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394351845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "ves-openapi-manager", "timestamp": 1653394355944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394366053, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394359710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:14:37.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394360156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394366946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394367766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "cds", "timestamp": 1653394367953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-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-05-24T12:14:37.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4 2022-05-24T12:14:37.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:14:37.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394368038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:14:37.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-24T12:14:37.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394369777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394370780, "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-05-24T12:14:37.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4 2022-05-24T12:14:37.641Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:14:37.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:14:37.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-24T12:14:37.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394364555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394373004, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394367069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394367695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-24T12:14:37.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "aai-ml", "timestamp": 1653394374007, "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-05-24T12:14:37.657Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4 2022-05-24T12:14:37.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:14:37.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394374837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394375421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:14:37.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394376426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394368708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "policy-id", "timestamp": 1653394377429, "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-05-24T12:14:37.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4 2022-05-24T12:14:37.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:14:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394376443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394377416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394377504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394378472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394378537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394378553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394379522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:14:37.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394379577, "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-05-24T12:14:37.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4 2022-05-24T12:14:37.691Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:14:37.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394380642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394380545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653394380582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394381646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "clamp", "timestamp": 1653394381548, "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-05-24T12:14:37.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4 2022-05-24T12:14:37.704Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:14:37.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394382650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:14:37.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-24T12:14:37.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394383655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:14:37.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:15:04.726Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:15:04.744Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:15:04.750Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:15:04.750Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:15:04.750Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:15:04.751Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:15:04.751Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:15:04.751Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:15:04.758Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:15:34.759Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 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-05-24T12:15:34.768Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 and serviceModelVersionId: b4ed1a64-d394-4728-a740-7a3c5c635512 2022-05-24T12:15:34.768Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b98c38d-5cba-4c3f-8b70-47252533c9c4 2022-05-24T12:15:34.770Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0 2022-05-24T12:15:34.781Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:15:34.884Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|INFO|500||Invoke 2022-05-24T12:15:34.886Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[796eab7d-c1ab-4b58-a711-9528f894acc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0fd672e-ffb0-498c-8aee-a5c3a507e7b8], X-ECOMP-RequestID=[796eab7d-c1ab-4b58-a711-9528f894acc4], X-TransactionId=[], X-ONAP-RequestID=[796eab7d-c1ab-4b58-a711-9528f894acc4], Content-Type=[application/merge-patch+json]} 2022-05-24T12:15:34.932Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:15:35.116Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?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/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:15:34:173-48884], vertex-id=[204912], Content-Length=[0], Date=[Tue, 24 May 2022 12:15:34 GMT], Content-Type=[application/json]} 2022-05-24T12:15:35.117Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:15:35.118Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|INFO|500||InvokeReturn 2022-05-24T12:15:35.119Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:15:35.119Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:15:35.125Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:15:35.126Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 796eab7d-c1ab-4b58-a711-9528f894acc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:15:35.127Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:15:35.127Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:15:35.131Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:15:35.131Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394535127, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:15:35.231Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:15:35.232Z||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-05-24T12:15:35.232Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:15:35.255Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:15:35.256Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-05-24T12:15:36.142Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:15:36.143Z|796eab7d-c1ab-4b58-a711-9528f894acc4|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-05-24T12:15:36.143Z|796eab7d-c1ab-4b58-a711-9528f894acc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:15:37.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:15:37.048Z||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-05-24T12:15:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:15:37.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:15:37.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:15:37.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394535127, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:15:37.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:15:46.421Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:15:46.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:15:46.422Z||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-05-24T12:15:46.422Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:15:55.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:15:55.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:15:55.968Z||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-05-24T12:15:55.969Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:16:05.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:16:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:16:37.042Z||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-05-24T12:16:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:16:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:16:37.047Z||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-05-24T12:16:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:16:46.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:16:46.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:17:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:17:37.041Z||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-05-24T12:17:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:17:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:17:37.047Z||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-05-24T12:17:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:17:46.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:17:46.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:18:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:18:37.041Z||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-05-24T12:18:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:18:37.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:18:37.047Z||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-05-24T12:18:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:18:46.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:18:46.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:19:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:19:37.042Z||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-05-24T12:19:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:19:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:19:37.047Z||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-05-24T12:19:37.052Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:19:46.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:19:46.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:20:37.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:20:37.041Z||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-05-24T12:20:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:20:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:20:37.047Z||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-05-24T12:20:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:20:46.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:20:46.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:37.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:21:37.041Z||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-05-24T12:21:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:21:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:21:37.047Z||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-05-24T12:21:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:21:37.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:37.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "clamp", "timestamp": 1653394844555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394848708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "policy-id", "timestamp": 1653394847696, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "cds", "timestamp": 1653394846846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "clamp", "timestamp": 1653394844555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:37.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394848708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "policy-id", "timestamp": 1653394847696, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "cds", "timestamp": 1653394846846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "cds", "timestamp": 1653394854047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:21:37.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "policy-id", "timestamp": 1653394854926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:21:37.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "cds", "timestamp": 1653394855062, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-24T12:21:37.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e 2022-05-24T12:21:37.615Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-05-24T12:21:37.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "policy-id", "timestamp": 1653394855937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:21:37.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "policy-id", "timestamp": 1653394856944, "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-05-24T12:21:37.630Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e 2022-05-24T12:21:37.630Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-05-24T12:21:37.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "ves-openapi-manager", "timestamp": 1653394855944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "clamp", "timestamp": 1653394856613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "ves-openapi-manager", "timestamp": 1653394855944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "clamp", "timestamp": 1653394857630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:21:37.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "clamp", "timestamp": 1653394858633, "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-05-24T12:21:37.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e 2022-05-24T12:21:37.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394869710, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "aai-ml", "timestamp": 1653394870156, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394869710, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:37.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "aai-ml", "timestamp": 1653394870156, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:37.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394872759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:21:37.656Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "aai-ml", "timestamp": 1653394873731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:21:37.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394874209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:21:37.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394875212, "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-05-24T12:21:37.662Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e 2022-05-24T12:21:37.662Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-05-24T12:21:37.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "aai-ml", "timestamp": 1653394878022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:21:37.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:21:37.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "aai-ml", "timestamp": 1653394879026, "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-05-24T12:21:37.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:37.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3fdf6fc-b92e-4117-a18b-e32eea5d710e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"26c7235b-1a26-469b-88fd-dc6343a7e3a8","serviceDescription":"service","serviceInvariantUUID":"c9196117-235a-422d-a4be-626af01d9c28","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b","resourceInvariantUUID":"643b7743-d3cc-4b41-87f0-950537555ef8","resourceCustomizationUUID":"8f939108-9e78-4856-a9be-79bb8f4d23e3","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":"OGVmNTFhYTg1OWJkODA1MTc0OWFmNzg4OTUwMzA1MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d4ca966-85ef-47d8-93fb-a4ddf432681a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yjg0NmUzNmVlMjYzNTIwMDViY2FiNTBmZDk2YWM0YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0e7e071-f008-4ef9-9f24-c6be929c0ce6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:21:37.675Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e 2022-05-24T12:21:37.676Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-05-24T12:21:37.680Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:21:37.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.685Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:21:37.685Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:21:37.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:21:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:21:37.785Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:21:37.786Z||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-05-24T12:21:37.786Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:21:37.800Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:37.801Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:21:38.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:21:38.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:21:38.689Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:21:38.689Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:21:38.790Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:21:38.792Z||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-05-24T12:21:38.792Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:21:38.808Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:38.808Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:21:39.691Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "26c7235b-1a26-469b-88fd-dc6343a7e3a8", "serviceDescription": "service", "serviceInvariantUUID": "c9196117-235a-422d-a4be-626af01d9c28", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8f939108-9e78-4856-a9be-79bb8f4d23e3", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b", "resourceInvariantUUID": "643b7743-d3cc-4b41-87f0-950537555ef8", "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": "Yjg0NmUzNmVlMjYzNTIwMDViY2FiNTBmZDk2YWM0YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0e7e071-f008-4ef9-9f24-c6be929c0ce6" } ], "workloadContext": "Production" } 2022-05-24T12:21:39.691Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:21:39.692Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26c7235b-1a26-469b-88fd-dc6343a7e3a8 ASDC 2022-05-24T12:21:39.692Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c3fdf6fc-b92e-4117-a18b-e32eea5d710e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:26c7235b-1a26-469b-88fd-dc6343a7e3a8 ServiceInvariantUUID:c9196117-235a-422d-a4be-626af01d9c28 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:b0e7e071-f008-4ef9-9f24-c6be929c0ce6 ArtifactChecksum:Yjg0NmUzNmVlMjYzNTIwMDViY2FiNTBmZDk2YWM0YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8f939108-9e78-4856-a9be-79bb8f4d23e3 ResourceInvariantUUID:643b7743-d3cc-4b41-87f0-950537555ef8 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-24T12:21:39.692Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26c7235b-1a26-469b-88fd-dc6343a7e3a8 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-05-24T12:21:39.726Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0e7e071-f008-4ef9-9f24-c6be929c0ce6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-24T12:21:39.728Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-24T12:21:39.992Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-24T12:21:39.995Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0e7e071-f008-4ef9-9f24-c6be929c0ce6 52510 2022-05-24T12:21:39.995Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-24T12:21:39.996Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-24T12:21:39.996Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:21:39.996Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:21:39.999Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:21:39.999Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394899995, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:21:40.099Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:21:40.100Z||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-05-24T12:21:40.100Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:21:40.114Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:40.115Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:21:41.000Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:21:41.001Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-24T12:21:41.001Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0e7e071-f008-4ef9-9f24-c6be929c0ce6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-24T12:21:41.002Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-24T12:21:41.002Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-24T12:21:41.002Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-24T12:21:41.133Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP113677594642073595/Definitions/service-BasicNetwork-template.yml 2022-05-24T12:21:41.754Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:21:41.755Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|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-BasicNetwork-csar.csar 2022-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-24T12:21:41.758Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.758Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.758Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-24T12:21:41.759Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-24T12:21:41.759Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:21:41.759Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:21:41.761Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.761Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.761Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.762Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.762Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.763Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.763Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.763Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.764Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.764Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.764Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:26c7235b-1a26-469b-88fd-dc6343a7e3a8 Model Version:NULL Model InvariantUuid:c9196117-235a-422d-a4be-626af01d9c28 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:643b7743-d3cc-4b41-87f0-950537555ef8 Model UUID:79ce1a96-1e26-467b-ad10-14fd328ff414 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8f939108-9e78-4856-a9be-79bb8f4d23e3 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-05-24T12:21:41.776Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b 2022-05-24T12:21:41.776Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||No resources found for Service: 26c7235b-1a26-469b-88fd-dc6343a7e3a8 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-05-24T12:21:41.786Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500|| 2022-05-24T12:21:41.786Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-24T12:21:41.788Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 26c7235b-1a26-469b-88fd-dc6343a7e3a8 2022-05-24T12:21:41.788Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 26c7235b-1a26-469b-88fd-dc6343a7e3a8 2022-05-24T12:21:41.788Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-24T12:21:41.789Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.800Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f774f46, org.onap.sdc.toscaparser.api.parameters.Input@6aef9fe6, org.onap.sdc.toscaparser.api.parameters.Input@44c7439f, org.onap.sdc.toscaparser.api.parameters.Input@4059e28, org.onap.sdc.toscaparser.api.parameters.Input@10dfc91] 2022-05-24T12:21:41.802Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.802Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.802Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.803Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.803Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 26c7235b-1a26-469b-88fd-dc6343a7e3a8: Generic NeutronNet 2022-05-24T12:21:41.804Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.804Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.804Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.805Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.853Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.853Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.854Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.854Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.854Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:21:41.855Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:21:41.855Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||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-05-24T12:21:41.958Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-24T12:21:41.959Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-24T12:21:41.959Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-24T12:21:41.960Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:21:41.960Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:21:41.963Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:21:41.963Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394901959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:21:42.063Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:21:42.064Z||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-05-24T12:21:42.064Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:21:42.076Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:21:42.077Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:21:42.964Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:21:42.976Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:21:42.981Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|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-05-24T12:21:42.985Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:22:12.985Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-05-24T12:22:12.993Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e and serviceModelVersionId: 26c7235b-1a26-469b-88fd-dc6343a7e3a8 2022-05-24T12:22:12.993Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9196117-235a-422d-a4be-626af01d9c28 2022-05-24T12:22:12.994Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0 2022-05-24T12:22:12.999Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:22:13.047Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|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/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?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-05-24T12:22:13.048Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0|INFO|500||Invoke 2022-05-24T12:22:13.089Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:22:14.252Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0|INFO|500||InvokeReturn 2022-05-24T12:22:14.253Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|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/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220524-12:22:12:325-38222], vertex-id=[176312], Content-Length=[0], Date=[Tue, 24 May 2022 12:22:12 GMT], Content-Type=[application/json]} 2022-05-24T12:22:14.254Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:22:14.255Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:22:14.256Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|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-05-24T12:22:14.261Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|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-05-24T12:22:14.262Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3fdf6fc-b92e-4117-a18b-e32eea5d710e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:22:14.262Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:22:14.262Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:14.264Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:14.264Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394934262, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:22:14.365Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:14.366Z||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-05-24T12:22:14.366Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:14.385Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:14.386Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-24T12:22:15.278Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-24T12:22:15.278Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7553e263-3f63-4eb1-8fd6-0dc84c717204","serviceName":"Demo_pNF_1lD99uKYRWG6o21PSnzf","serviceVersion":"1.0","serviceUUID":"0489b453-006d-428e-83c6-77673bac602c","serviceDescription":"catalog service description","serviceInvariantUUID":"905a1d44-7dbb-44ad-a1fe-36b063ce00b3","resources":[{"resourceInstanceName":"pNF f6a940e7-4b45 0","resourceName":"pNF f6a940e7-4b45","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f7b795c-571f-4dba-acdc-3274d613f26a","resourceInvariantUUID":"9e60da79-6c45-4607-b9a3-d1d280a505a1","resourceCustomizationUUID":"343cd2e9-6e92-4e88-b8f1-bcd65b3471bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml","artifactChecksum":"MjU3YWY5YTZhN2E5ZjRhMjkxMzM4MDBmNjE1MDMwMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b88e98aa-2c5e-4d0c-af6b-30421a41bd91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar","artifactChecksum":"Y2EwMTNjOTNiMzc0MWRiODc4M2M4ZWJlMGI1MTBlNjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d6b5aed-3268-4240-8036-28b7b48ddf4f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8fb5c1c-8a86-460a-a00f-841bd2a0e985","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml","artifactChecksum":"MDYwZGFhNjZlYjhkYjI3NGUyYzM4NmRmZDhjMzAxMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"19e2f85e-f02f-4d46-95ad-c9fae2515f03","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81015707-c8ff-4e9b-b44f-0b26630ac043","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"390cb86f-2075-4598-b079-e588d1d60f89","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml","artifactChecksum":"MzVhNzBiODAyMDQ4NTUxZmQ3MWY5YmZlYWM4NzZlNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c526a091-6eb2-4bea-b752-668e6a8c455d","artifactVersion":"1"},{"artifactName":"service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar","artifactChecksum":"N2VlZGIyOGMzMmUzMTZiZDcwZDBlMjU5ZjFiMGZmZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2b6ef58-c0e1-4096-ae19-58b855e2bb04","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:22:15.278Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:15.279Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:15.281Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:15.281Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:15.381Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:15.382Z||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-05-24T12:22:15.382Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:15.395Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:15.396Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:22:16.281Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:16.282Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:16.284Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:16.284Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:16.384Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:16.385Z||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-05-24T12:22:16.385Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:16.398Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:16.398Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:22:17.284Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:17.285Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:17.287Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:17.287Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:17.388Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:17.389Z||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-05-24T12:22:17.389Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:17.401Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:17.402Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:22:18.288Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:18.289Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:18.292Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:18.292Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:18.392Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:18.393Z||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-05-24T12:22:18.393Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:18.411Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:18.412Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:22:19.293Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:19.294Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:19.296Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:19.296Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:19.396Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:19.397Z||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-05-24T12:22:19.397Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:19.409Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:19.409Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:22:20.296Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:20.298Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:20.320Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:20.320Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:20.401Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-05-24T12:22:20.402Z||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-05-24T12:22:20.402Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:20.416Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:20.417Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:22:21.321Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:21.323Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:21.326Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:21.327Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:21.435Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-05-24T12:22:21.436Z||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-05-24T12:22:21.436Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:21.459Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:21.459Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:22:22.331Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:22:22.333Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:22.335Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:22.335Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:22:22.435Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:22.436Z||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-05-24T12:22:22.437Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:22.450Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:22.451Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:22:23.337Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "serviceName": "Demo_pNF_1lD99uKYRWG6o21PSnzf", "serviceVersion": "1.0", "serviceUUID": "0489b453-006d-428e-83c6-77673bac602c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "905a1d44-7dbb-44ad-a1fe-36b063ce00b3", "resources": [ { "resourceInstanceName": "pNF f6a940e7-4b45 0", "resourceCustomizationUUID": "343cd2e9-6e92-4e88-b8f1-bcd65b3471bd", "resourceName": "pNF f6a940e7-4b45", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0f7b795c-571f-4dba-acdc-3274d613f26a", "resourceInvariantUUID": "9e60da79-6c45-4607-b9a3-d1d280a505a1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "artifactChecksum": "N2VlZGIyOGMzMmUzMTZiZDcwZDBlMjU5ZjFiMGZmZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2b6ef58-c0e1-4096-ae19-58b855e2bb04" } ], "workloadContext": "Production" } 2022-05-24T12:22:23.337Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:22:23.337Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0489b453-006d-428e-83c6-77673bac602c ASDC 2022-05-24T12:22:23.338Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:7553e263-3f63-4eb1-8fd6-0dc84c717204 ServiceName:Demo_pNF_1lD99uKYRWG6o21PSnzf ServiceVersion:1.0 ServiceUUID:0489b453-006d-428e-83c6-77673bac602c ServiceInvariantUUID:905a1d44-7dbb-44ad-a1fe-36b063ce00b3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar ArtifactUUID:b2b6ef58-c0e1-4096-ae19-58b855e2bb04 ArtifactChecksum:N2VlZGIyOGMzMmUzMTZiZDcwZDBlMjU5ZjFiMGZmZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f6a940e7-4b45 0 ResourceCustomizationUUID:343cd2e9-6e92-4e88-b8f1-bcd65b3471bd ResourceInvariantUUID:9e60da79-6c45-4607-b9a3-d1d280a505a1 ResourceName:pNF f6a940e7-4b45 ResourceType:PNF ResourceUUID:0f7b795c-571f-4dba-acdc-3274d613f26a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-24T12:22:23.338Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0489b453-006d-428e-83c6-77673bac602c 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-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b2b6ef58-c0e1-4096-ae19-58b855e2bb04 from URL: /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:23.362Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-24T12:22:23.362Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:23.431Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-24T12:22:23.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar b2b6ef58-c0e1-4096-ae19-58b855e2bb04 82651 2022-05-24T12:22:23.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar ASDC sendASDCNotification 2022-05-24T12:22:23.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:23.436Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:22:23.436Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:23.438Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:23.438Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394943435, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:22:23.538Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:23.540Z||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-05-24T12:22:23.540Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:23.554Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:23.555Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:22:24.439Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:22:24.440Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-24T12:22:24.440Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b2b6ef58-c0e1-4096-ae19-58b855e2bb04, URL: /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar to file: /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:24.441Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:24.441Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:24.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:24.578Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8920690552424511755/Definitions/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml 2022-05-24T12:22:25.421Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f6a940e7-4b45 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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Node template pNF f6a940e7-4b45 0 is matching search criteria 2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f6a940e7-4b45 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Node template pNF f6a940e7-4b45 0 is matching search criteria 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f6a940e7-4b45 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1lD99uKYRWG6o21PSnzf Description:catalog service description Model UUID:0489b453-006d-428e-83c6-77673bac602c Model Version:NULL Model InvariantUuid:905a1d44-7dbb-44ad-a1fe-36b063ce00b3 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-05-24T12:22:25.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f7b795c-571f-4dba-acdc-3274d613f26a 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-05-24T12:22:25.441Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||pNF f6a940e7-4b45 0 2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f7b795c-571f-4dba-acdc-3274d613f26a 2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0489b453-006d-428e-83c6-77673bac602c 2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0489b453-006d-428e-83c6-77673bac602c 2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f6a940e7-4b45 0 0f7b795c-571f-4dba-acdc-3274d613f26a 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-05-24T12:22:25.450Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c23de7a, org.onap.sdc.toscaparser.api.parameters.Input@770f943f, org.onap.sdc.toscaparser.api.parameters.Input@354b5b49, org.onap.sdc.toscaparser.api.parameters.Input@314a5448, org.onap.sdc.toscaparser.api.parameters.Input@3288c15] 2022-05-24T12:22:25.450Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.450Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0489b453-006d-428e-83c6-77673bac602c: pNF f6a940e7-4b45 2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0f7b795c-571f-4dba-acdc-3274d613f26a 2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Resource customization UUID: 343cd2e9-6e92-4e88-b8f1-bcd65b3471bd is the same as notified resource customizationUUID: 343cd2e9-6e92-4e88-b8f1-bcd65b3471bd 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-05-24T12:22:25.504Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f6a940e7-4b45 0f7b795c-571f-4dba-acdc-3274d613f26a 0 ASDC deployResourceStructure 2022-05-24T12:22:25.505Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar ASDC sendASDCNotification 2022-05-24T12:22:25.505Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar 2022-05-24T12:22:25.505Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:22:25.505Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:22:25.508Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:22:25.508Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394945505, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:22:25.608Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:22:25.609Z||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-05-24T12:22:25.609Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:22:25.624Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:25.625Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:22:26.511Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:22:26.524Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:22:26.529Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:22:26.529Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:22:26.530Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:22:37.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:22:37.048Z||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-05-24T12:22:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:22:37.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:22:37.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:22:37.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:22:37.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:22:56.530Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:22:56.543Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:22:56.548Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:22:56.548Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:22:56.549Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:23:26.549Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:23:26.569Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:23:26.571Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:23:26.571Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:23:26.571Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:23:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:23:37.048Z||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-05-24T12:23:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:23:37.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:23:37.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:23:37.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:23:37.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:23:56.574Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:23:56.595Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:23:56.600Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:23:56.600Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:23:56.600Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:24:26.601Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:24:26.645Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:24:26.648Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:24:26.649Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:24:26.649Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:24:37.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:24:37.048Z||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-05-24T12:24:37.049Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:24:37.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:24:37.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "multicloud-k8s-id", "timestamp": 1653394888708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394887695, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394900172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394891844, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394899995, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394901177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394900771, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "policy-id", "timestamp": 1653394902180, "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-05-24T12:24:37.096Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7553e263-3f63-4eb1-8fd6-0dc84c717204 2022-05-24T12:24:37.097Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:24:37.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-24T12:24:37.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394901959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "cds", "timestamp": 1653394901824, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-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-05-24T12:24:37.117Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7553e263-3f63-4eb1-8fd6-0dc84c717204 2022-05-24T12:24:37.117Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:24:37.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394895944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394905105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394906235, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "ves-openapi-manager", "timestamp": 1653394907240, "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-05-24T12:24:37.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7553e263-3f63-4eb1-8fd6-0dc84c717204 2022-05-24T12:24:37.146Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:24:37.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394899711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394900157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394908788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394909269, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394910446, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394911453, "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-05-24T12:24:37.163Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7553e263-3f63-4eb1-8fd6-0dc84c717204 2022-05-24T12:24:37.164Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:24:37.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394904555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394913423, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "aai-ml", "timestamp": 1653394914427, "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-05-24T12:24:37.178Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7553e263-3f63-4eb1-8fd6-0dc84c717204 2022-05-24T12:24:37.178Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:24:37.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394915622, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394917629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "clamp", "timestamp": 1653394918633, "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-05-24T12:24:37.193Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7553e263-3f63-4eb1-8fd6-0dc84c717204 2022-05-24T12:24:37.193Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:24:37.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394934262, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:24:37.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394897040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394943435, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653394945505, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "ves-openapi-manager", "timestamp": 1653394935944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394934555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394936844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394951146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-24T12:24:37.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "cds", "timestamp": 1653394952153, "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-05-24T12:24:37.234Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d005fea9-a5fc-446e-9418-0021f109f602 2022-05-24T12:24:37.234Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:24:37.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:24:37.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-24T12:24:37.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394947695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:24:37.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:37.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:24:37.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:24:37.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:24:56.650Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:24:56.661Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:24:56.664Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:24:56.664Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:24:56.664Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:24:56.664Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:24:56.664Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.665Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.665Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.665Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.665Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.665Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.666Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:24:56.666Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-05-24T12:24:56.671Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:25:26.672Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 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-05-24T12:25:26.679Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7553e263-3f63-4eb1-8fd6-0dc84c717204 and serviceModelVersionId: 0489b453-006d-428e-83c6-77673bac602c 2022-05-24T12:25:26.679Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 905a1d44-7dbb-44ad-a1fe-36b063ce00b3 2022-05-24T12:25:26.680Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0 2022-05-24T12:25:26.687Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:25:26.776Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0|INFO|500||Invoke 2022-05-24T12:25:26.777Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7553e263-3f63-4eb1-8fd6-0dc84c717204], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22cfdbd2-1cc3-4a28-8678-2fbcfe8339e0], X-ECOMP-RequestID=[7553e263-3f63-4eb1-8fd6-0dc84c717204], X-TransactionId=[], X-ONAP-RequestID=[7553e263-3f63-4eb1-8fd6-0dc84c717204], Content-Type=[application/merge-patch+json]} 2022-05-24T12:25:26.823Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:25:26.912Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?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/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:25:26:052-92220], vertex-id=[430104], Content-Length=[0], Date=[Tue, 24 May 2022 12:25:26 GMT], Content-Type=[application/json]} 2022-05-24T12:25:26.912Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:25:26.913Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a1d44-7dbb-44ad-a1fe-36b063ce00b3/model-vers/model-ver/0489b453-006d-428e-83c6-77673bac602c?depth=0|INFO|500||InvokeReturn 2022-05-24T12:25:26.913Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:25:26.914Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-05-24T12:25:26.920Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-05-24T12:25:26.922Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7553e263-3f63-4eb1-8fd6-0dc84c717204 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:25:26.922Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:25:26.922Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:26.926Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:26.926Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395126922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:25:27.026Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:27.027Z||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-05-24T12:25:27.027Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:27.048Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:27.048Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-24T12:25:27.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:25:27.942Z||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-05-24T12:25:27.942Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:25:32.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:32.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:25:32.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d005fea9-a5fc-446e-9418-0021f109f602","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"39e4aace-247a-4ced-bdd1-497f37820840","serviceDescription":"service","serviceInvariantUUID":"498eb72c-a1c6-473b-8c6e-bfd9102d52aa","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa","resourceInvariantUUID":"c68c1a93-5028-4d95-b216-2047e2aec063","resourceCustomizationUUID":"443b3cd8-7a75-4b6d-ac44-512c66d5fbfb","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":"YmIwYzE0N2NmYzk3NTYyMDczNDhiZGNlZGI1NTcwNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41df0db4-3cdc-443a-b955-1c1d348dff8b","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":"4508a171-fdfd-487b-af89-ddf2caa4a09f","artifactVersion":"2","generatedFromUUID":"5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4"},{"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":"5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4","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":"Y2I1YTZkMmQxNmUwNmNiZTAyNjEzYzc0ODg1NmVhYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a528593b-0d6d-47c4-b174-b3d4276d0c2f","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":"ea8f6a3d-5317-410a-ad84-a3926cd88e97","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":"ad2752a5-a392-4a28-9beb-bbb892f35c63","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":"2ed73fac-95d5-4e60-8a05-798239aaf909","artifactVersion":"2","generatedFromUUID":"ea8f6a3d-5317-410a-ad84-a3926cd88e97"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmQ1NWNiMzVjOGMyZTYwODZlOTJlZWU5ZTZlMDYwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e3af55a-d927-423c-914e-6975507e73ef","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWM4YjJmN2Y0MTI0ZDQxOTMyYjg1MjMyMjYyYmM2MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1aed933a-64e4-44d7-abda-8cbc5f390a2f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:25:32.367Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:32.368Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:32.370Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:32.370Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:32.470Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:32.472Z||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-05-24T12:25:32.472Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:32.512Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:32.513Z||pool-51-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:33.372Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:33.372Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:33.375Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:33.375Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-24T12:25:33.475Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:33.476Z||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-05-24T12:25:33.477Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:33.493Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:33.494Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:34.375Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:34.376Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:34.378Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:34.378Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-24T12:25:34.479Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:25:34.480Z||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-05-24T12:25:34.480Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:34.495Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:34.496Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:35.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:35.380Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:35.382Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:35.382Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:25:35.482Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:35.483Z||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-05-24T12:25:35.483Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:35.496Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:35.497Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:36.383Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:36.384Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:36.386Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:36.387Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:36.487Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:36.488Z||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-05-24T12:25:36.488Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:36.529Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:36.530Z||pool-55-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:25:37.047Z||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-05-24T12:25:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:25:37.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:37.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394957754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394948708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394958765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "policy-id", "timestamp": 1653394959768, "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-05-24T12:25:37.094Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d005fea9-a5fc-446e-9418-0021f109f602 2022-05-24T12:25:37.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:25:37.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394958798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394959628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394960097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394953156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394961592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394961640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "ves-openapi-manager", "timestamp": 1653394955945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "clamp", "timestamp": 1653394962644, "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-05-24T12:25:37.117Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d005fea9-a5fc-446e-9418-0021f109f602 2022-05-24T12:25:37.118Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:25:37.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394963636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394963434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "cds", "timestamp": 1653394964641, "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-05-24T12:25:37.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 744d4876-3d2a-4848-b543-ea40ff973ce2 2022-05-24T12:25:37.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:25:37.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394964487, "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-05-24T12:25:37.151Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d005fea9-a5fc-446e-9418-0021f109f602 2022-05-24T12:25:37.151Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:25:37.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "multicloud-k8s-id", "timestamp": 1653394965491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:25:37.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394969459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394969936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:25:37.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394971381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394964555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394972384, "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-05-24T12:25:37.179Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d005fea9-a5fc-446e-9418-0021f109f602 2022-05-24T12:25:37.180Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:25:37.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394967695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-24T12:25:37.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394975269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394974645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394966845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394976274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "aai-ml", "timestamp": 1653394975648, "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-05-24T12:25:37.200Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d005fea9-a5fc-446e-9418-0021f109f602 2022-05-24T12:25:37.200Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:25:37.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394976152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "policy-id", "timestamp": 1653394977277, "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-05-24T12:25:37.216Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 744d4876-3d2a-4848-b543-ea40ff973ce2 2022-05-24T12:25:37.216Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:25:37.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394976416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394977466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "cds", "timestamp": 1653394978070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-24T12:25:37.239Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7850e49f-d94e-488d-87ff-7191e84d453e 2022-05-24T12:25:37.239Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:25:37.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394977630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394978522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394959710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394979546, "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-05-24T12:25:37.257Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 744d4876-3d2a-4848-b543-ea40ff973ce2 2022-05-24T12:25:37.257Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:25:37.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394979637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394980564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "multicloud-k8s-id", "timestamp": 1653394980550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "clamp", "timestamp": 1653394980641, "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-05-24T12:25:37.269Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 744d4876-3d2a-4848-b543-ea40ff973ce2 2022-05-24T12:25:37.269Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:25:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394982453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394960156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:25:37.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394983456, "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-05-24T12:25:37.290Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 744d4876-3d2a-4848-b543-ea40ff973ce2 2022-05-24T12:25:37.290Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:25:37.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394983947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-24T12:25:37.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394968707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394989923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394981850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394991031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394992059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394992418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "aai-ml", "timestamp": 1653394993063, "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-05-24T12:25:37.332Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 744d4876-3d2a-4848-b543-ea40ff973ce2 2022-05-24T12:25:37.332Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:25:37.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394993233, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "ves-openapi-manager", "timestamp": 1653394975944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394993436, "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-05-24T12:25:37.349Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7850e49f-d94e-488d-87ff-7191e84d453e 2022-05-24T12:25:37.349Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:25:37.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394987695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "cds", "timestamp": 1653394994420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-24T12:25:37.372Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a95ab31-7dad-493a-9577-db33a46b2e51 2022-05-24T12:25:37.373Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a95ab31-7dad-493a-9577-db33a46b2e51 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-05-24T12:25:37.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "multicloud-k8s-id", "timestamp": 1653394994439, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394996133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394997138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "policy-id", "timestamp": 1653394998157, "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-05-24T12:25:37.387Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:37.388Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:37.390Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:37.390Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7850e49f-d94e-488d-87ff-7191e84d453e 2022-05-24T12:25:37.393Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:25:37.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394998550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395000475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395001478, "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-05-24T12:25:37.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7850e49f-d94e-488d-87ff-7191e84d453e 2022-05-24T12:25:37.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:25:37.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-24T12:25:37.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653395002782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653394995944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653394996844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653395005761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653395006550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653395006156, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653395006773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "ves-openapi-manager", "timestamp": 1653395007776, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:25:37.440Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f7e15605-820b-469f-b825-e3e249e66c57 2022-05-24T12:25:37.441Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7e15605-820b-469f-b825-e3e249e66c57 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-05-24T12:25:37.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "cds", "timestamp": 1653395007712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:25:37.465Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7e15605-820b-469f-b825-e3e249e66c57 2022-05-24T12:25:37.465Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7e15605-820b-469f-b825-e3e249e66c57 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-05-24T12:25:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653395007759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653395007248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "aai-ml", "timestamp": 1653395008762, "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-05-24T12:25:37.477Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7850e49f-d94e-488d-87ff-7191e84d453e 2022-05-24T12:25:37.477Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:25:37.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653395008299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653395009503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653395010557, "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-05-24T12:25:37.490Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:37.491Z||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-05-24T12:25:37.491Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:37.494Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a95ab31-7dad-493a-9577-db33a46b2e51 2022-05-24T12:25:37.494Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a95ab31-7dad-493a-9577-db33a46b2e51 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-05-24T12:25:37.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653394989710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "multicloud-k8s-id", "timestamp": 1653395011565, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653395011635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395012581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395014479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653395014639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395015482, "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-05-24T12:25:37.512Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a95ab31-7dad-493a-9577-db33a46b2e51 2022-05-24T12:25:37.512Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a95ab31-7dad-493a-9577-db33a46b2e51 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=? 2022-05-24T12:25:37.516Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-24T12:25:37.518Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:37.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395007695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:37.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:25:37.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:25:37.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "clamp", "timestamp": 1653395015643, "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-05-24T12:25:37.529Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7850e49f-d94e-488d-87ff-7191e84d453e 2022-05-24T12:25:37.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:25:38.390Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:38.391Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:38.393Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:38.393Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-24T12:25:38.493Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:38.494Z||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-05-24T12:25:38.495Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:38.506Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:38.507Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:39.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:39.395Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:39.398Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:39.398Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:25:39.498Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:39.499Z||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-05-24T12:25:39.500Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:39.513Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:39.514Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:40.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:25:40.400Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:40.404Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:40.404Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:25:40.506Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-24T12:25:40.507Z||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-05-24T12:25:40.507Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:40.524Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:40.524Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:41.408Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "39e4aace-247a-4ced-bdd1-497f37820840", "serviceDescription": "service", "serviceInvariantUUID": "498eb72c-a1c6-473b-8c6e-bfd9102d52aa", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "443b3cd8-7a75-4b6d-ac44-512c66d5fbfb", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa", "resourceInvariantUUID": "c68c1a93-5028-4d95-b216-2047e2aec063", "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": "4508a171-fdfd-487b-af89-ddf2caa4a09f", "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": "5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4", "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": "Y2I1YTZkMmQxNmUwNmNiZTAyNjEzYzc0ODg1NmVhYWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a528593b-0d6d-47c4-b174-b3d4276d0c2f", "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": "ea8f6a3d-5317-410a-ad84-a3926cd88e97", "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": "2ed73fac-95d5-4e60-8a05-798239aaf909", "generatedFromUUID": "ea8f6a3d-5317-410a-ad84-a3926cd88e97" }, "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": "2ed73fac-95d5-4e60-8a05-798239aaf909", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWM4YjJmN2Y0MTI0ZDQxOTMyYjg1MjMyMjYyYmM2MDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1aed933a-64e4-44d7-abda-8cbc5f390a2f" } ], "workloadContext": "Production" } 2022-05-24T12:25:41.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:25:41.408Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 39e4aace-247a-4ced-bdd1-497f37820840 ASDC 2022-05-24T12:25:41.409Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d005fea9-a5fc-446e-9418-0021f109f602 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:39e4aace-247a-4ced-bdd1-497f37820840 ServiceInvariantUUID:498eb72c-a1c6-473b-8c6e-bfd9102d52aa 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:1aed933a-64e4-44d7-abda-8cbc5f390a2f ArtifactChecksum:YWM4YjJmN2Y0MTI0ZDQxOTMyYjg1MjMyMjYyYmM2MDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:443b3cd8-7a75-4b6d-ac44-512c66d5fbfb ResourceInvariantUUID:c68c1a93-5028-4d95-b216-2047e2aec063 ResourceName:basic_cnf ResourceType:VF ResourceUUID:b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa 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:4508a171-fdfd-487b-af89-ddf2caa4a09f 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:5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4 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:a528593b-0d6d-47c4-b174-b3d4276d0c2f ArtifactChecksum:Y2I1YTZkMmQxNmUwNmNiZTAyNjEzYzc0ODg1NmVhYWI= 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:ea8f6a3d-5317-410a-ad84-a3926cd88e97 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:2ed73fac-95d5-4e60-8a05-798239aaf909 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:2ed73fac-95d5-4e60-8a05-798239aaf909 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-24T12:25:41.411Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39e4aace-247a-4ced-bdd1-497f37820840 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-05-24T12:25:41.471Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:25:41.472Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:25:41.472Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:25:41.472Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1aed933a-64e4-44d7-abda-8cbc5f390a2f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-24T12:25:41.472Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:25:41.472Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-24T12:25:42.110Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:25:42.114Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1aed933a-64e4-44d7-abda-8cbc5f390a2f 68956 2022-05-24T12:25:42.114Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-24T12:25:42.115Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-24T12:25:42.115Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:25:42.115Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:42.118Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:42.118Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395142114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:42.218Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:42.219Z||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-05-24T12:25:42.219Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:42.230Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:42.231Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:43.119Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:25:43.120Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:25:43.121Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1aed933a-64e4-44d7-abda-8cbc5f390a2f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-24T12:25:43.121Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-24T12:25:43.122Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-24T12:25:43.122Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-24T12:25:43.367Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18072073239867401314/Definitions/service-BasicCnf-template.yml 2022-05-24T12:25:44.680Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:25:44.680Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:25:44.680Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-24T12:25:44.680Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-24T12:25:44.681Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:44.681Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:44.681Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-24T12:25:44.681Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:44.681Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:25:44.681Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.682Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.682Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:44.682Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:25:44.682Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:25:44.682Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.683Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.683Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:44.683Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:25:44.683Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:25:44.683Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.683Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.684Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.684Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-24T12:25:44.684Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-24T12:25:44.684Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-24T12:25:44.684Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-24T12:25:44.685Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.685Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:25:44.685Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.685Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:44.685Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:25:44.686Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.686Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:44.686Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:25:44.686Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.686Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:44.687Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:25:44.687Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.687Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-24T12:25:44.688Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-24T12:25:44.688Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2502fb26-3682-43e0-9756-e8cb4c7846ba 2022-05-24T12:25:44.688Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.688Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.689Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.689Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.689Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.690Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.690Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:44.690Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:44.690Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:39e4aace-247a-4ced-bdd1-497f37820840 Model Version:NULL Model InvariantUuid:498eb72c-a1c6-473b-8c6e-bfd9102d52aa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:956b9740-af5b-4289-a265-079a05628152 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c68c1a93-5028-4d95-b216-2047e2aec063 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:443b3cd8-7a75-4b6d-ac44-512c66d5fbfb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:43afea44-0f13-406a-8fa7-f5be2acbad3d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:1369f3d3-c7f1-4fc3-b005-07caa6369882 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2502fb26-3682-43e0-9756-e8cb4c7846ba ModelInvariantUuid:20a8348d-6a87-4ff6-a492-9aa95a4c60aa ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:720966fa-6deb-47b8-ba46-8c875e631aee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:844ffc5c-3e04-4035-a682-bf15c0fe8c8f ModelInvariantUuid:453afeac-70a1-4456-a0f0-74e15216174d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:4dc27d0c-a33e-4a24-97af-3f417f4505b9 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-05-24T12:25:44.695Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa 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-05-24T12:25:44.698Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-05-24T12:25:44.698Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa 2022-05-24T12:25:44.699Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4508a171-fdfd-487b-af89-ddf2caa4a09f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-24T12:25:44.699Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:25:44.699Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:45.089Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:25:45.089Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4508a171-fdfd-487b-af89-ddf2caa4a09f 12 2022-05-24T12:25:45.090Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:45.090Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:45.090Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:25:45.090Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:45.092Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:45.092Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395145090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:45.192Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:45.193Z||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-05-24T12:25:45.193Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:45.205Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:45.206Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:46.093Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-24T12:25:46.093Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:25:46.094Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:46.396Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:25:46.396Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4 2688 2022-05-24T12:25:46.397Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:46.397Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:46.397Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:25:46.397Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:46.399Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:46.399Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395146397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:46.499Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:46.500Z||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-05-24T12:25:46.500Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:46.513Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:46.514Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:47.400Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a528593b-0d6d-47c4-b174-b3d4276d0c2f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-24T12:25:47.400Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:25:47.400Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:47.492Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:25:47.493Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a528593b-0d6d-47c4-b174-b3d4276d0c2f 828 2022-05-24T12:25:47.493Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:47.493Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:47.493Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:25:47.493Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:47.500Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:47.500Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395147493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:47.597Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-24T12:25:47.598Z||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-05-24T12:25:47.598Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:47.609Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:47.609Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:48.501Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "43afea44-0f13-406a-8fa7-f5be2acbad3d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1369f3d3-c7f1-4fc3-b005-07caa6369882", "vfModuleModelCustomizationUUID": "4ab1c8c6-d5db-43e9-a5d4-b5fc7f907439", "isBase": true, "artifacts": [ "5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4", "ea8f6a3d-5317-410a-ad84-a3926cd88e97", "2ed73fac-95d5-4e60-8a05-798239aaf909" ], "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-05-24T12:25:48.505Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1369f3d3-c7f1-4fc3-b005-07caa6369882 VfModuleModelInvariantUUID:43afea44-0f13-406a-8fa7-f5be2acbad3d VfModuleModelDescription:NULL Artifacts UUID List:{ 5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4 , ea8f6a3d-5317-410a-ad84-a3926cd88e97 , 2ed73fac-95d5-4e60-8a05-798239aaf909 } 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-05-24T12:25:48.507Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "43afea44-0f13-406a-8fa7-f5be2acbad3d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1369f3d3-c7f1-4fc3-b005-07caa6369882", "vfModuleModelCustomizationUUID": "4ab1c8c6-d5db-43e9-a5d4-b5fc7f907439", "isBase": true, "artifacts": [ "5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4", "ea8f6a3d-5317-410a-ad84-a3926cd88e97", "2ed73fac-95d5-4e60-8a05-798239aaf909" ], "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-05-24T12:25:48.507Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1369f3d3-c7f1-4fc3-b005-07caa6369882 VfModuleModelInvariantUUID:43afea44-0f13-406a-8fa7-f5be2acbad3d VfModuleModelDescription:NULL Artifacts UUID List:{ 5fce0fbd-3a3c-4fae-b6f3-c7a1446cb6a4 , ea8f6a3d-5317-410a-ad84-a3926cd88e97 , 2ed73fac-95d5-4e60-8a05-798239aaf909 } 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-05-24T12:25:48.507Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ea8f6a3d-5317-410a-ad84-a3926cd88e97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-24T12:25:48.507Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:25:48.507Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:48.668Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:25:48.669Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ea8f6a3d-5317-410a-ad84-a3926cd88e97 1164 2022-05-24T12:25:48.669Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:48.669Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:48.669Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:25:48.670Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:48.671Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:48.671Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395148669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:48.772Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:48.773Z||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-05-24T12:25:48.773Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:48.787Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:48.787Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:49.672Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2ed73fac-95d5-4e60-8a05-798239aaf909 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-24T12:25:49.674Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:25:49.676Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:49.959Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:25:49.959Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2ed73fac-95d5-4e60-8a05-798239aaf909 200 2022-05-24T12:25:49.960Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:49.960Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:49.960Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:25:49.960Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:49.962Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:49.962Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395149960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:25:50.062Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:50.063Z||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-05-24T12:25:50.064Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:50.078Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:50.079Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:50.962Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 39e4aace-247a-4ced-bdd1-497f37820840 2022-05-24T12:25:50.962Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-05-24T12:25:50.978Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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 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-05-24T12:25:50.981Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57f7ba4, org.onap.sdc.toscaparser.api.parameters.Input@31bbc644, org.onap.sdc.toscaparser.api.parameters.Input@42279215, org.onap.sdc.toscaparser.api.parameters.Input@478d1968, org.onap.sdc.toscaparser.api.parameters.Input@39d1f866] 2022-05-24T12:25:50.983Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.983Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.983Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-24T12:25:50.983Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 443b3cd8-7a75-4b6d-ac44-512c66d5fbfb 2022-05-24T12:25:50.983Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 443b3cd8-7a75-4b6d-ac44-512c66d5fbfb matches Tosca VF Customization UUID: 443b3cd8-7a75-4b6d-ac44-512c66d5fbfb 2022-05-24T12:25:50.984Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 443b3cd8-7a75-4b6d-ac44-512c66d5fbfb 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-05-24T12:25:50.986Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.986Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.987Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 443b3cd8-7a75-4b6d-ac44-512c66d5fbfb: {\"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-05-24T12:25:50.987Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7171d29 2022-05-24T12:25:50.987Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.987Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:25:50.987Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ab1c8c6-d5db-43e9-a5d4-b5fc7f907439 2022-05-24T12:25:50.987Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ab1c8c6-d5db-43e9-a5d4-b5fc7f907439 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-05-24T12:25:50.990Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.990Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:50.990Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:25:50.990Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.990Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:50.991Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:25:50.991Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.991Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-24T12:25:50.991Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-24T12:25:50.991Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2502fb26-3682-43e0-9756-e8cb4c7846ba 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-05-24T12:25:50.994Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.994Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:50.994Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:25:50.995Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.995Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-24T12:25:50.995Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=443b3cd8-7a75-4b6d-ac44-512c66d5fbfb 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-05-24T12:25:50.997Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.997Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.997Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 39e4aace-247a-4ced-bdd1-497f37820840: basic_cnf 2022-05-24T12:25:50.997Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.997Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.998Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.998Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.998Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.998Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.998Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.998Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.999Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:25:50.999Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:25:50.999Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:51.072Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b7398f12-4b4a-41d2-91a9-3b7cf3b4dafa 1 ASDC deployResourceStructure 2022-05-24T12:25:51.073Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:51.073Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:51.073Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-24T12:25:51.073Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:51.075Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:51.076Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395151072, "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-05-24T12:25:51.176Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:51.177Z||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-05-24T12:25:51.177Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:51.193Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:51.194Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:52.077Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:52.077Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:52.077Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-24T12:25:52.077Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:52.079Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:52.079Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395152077, "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-05-24T12:25:52.179Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:52.181Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-24T12:25:52.182Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:52.192Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:52.193Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:53.080Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:53.081Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:53.081Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:25:53.081Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:53.084Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:53.084Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395153080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:25:53.184Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:53.185Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-24T12:25:53.185Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:53.199Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:53.200Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:54.086Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:54.087Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:54.088Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:25:54.088Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:54.091Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:54.092Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395154086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:25:54.203Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-05-24T12:25:54.204Z||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-05-24T12:25:54.204Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:54.219Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:54.219Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:25:55.094Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:55.095Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||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-05-24T12:25:55.095Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:25:55.095Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:55.097Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:55.097Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395155094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-24T12:25:55.198Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:25:55.199Z||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-05-24T12:25:55.199Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:55.214Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:55.215Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:56.099Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-24T12:25:56.100Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-24T12:25:56.100Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:25:56.100Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:25:56.103Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:25:56.103Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395156099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:25:56.203Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:25:56.203Z||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-05-24T12:25:56.204Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:25:56.216Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:25:56.216Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:25:57.103Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d005fea9-a5fc-446e-9418-0021f109f602 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:25:57.113Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d005fea9-a5fc-446e-9418-0021f109f602 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:25:57.116Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:25:57.116Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:25:57.117Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:25:57.117Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:25:57.117Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:25:57.117Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:25:57.117Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:25:57.118Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:25:57.118Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:25:57.118Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:25:57.118Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:25:57.123Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:26:27.124Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d005fea9-a5fc-446e-9418-0021f109f602 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-05-24T12:26:27.129Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d005fea9-a5fc-446e-9418-0021f109f602 and serviceModelVersionId: 39e4aace-247a-4ced-bdd1-497f37820840 2022-05-24T12:26:27.129Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 498eb72c-a1c6-473b-8c6e-bfd9102d52aa 2022-05-24T12:26:27.130Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/498eb72c-a1c6-473b-8c6e-bfd9102d52aa/model-vers/model-ver/39e4aace-247a-4ced-bdd1-497f37820840?depth=0 2022-05-24T12:26:27.137Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:26:27.221Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498eb72c-a1c6-473b-8c6e-bfd9102d52aa/model-vers/model-ver/39e4aace-247a-4ced-bdd1-497f37820840?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-05-24T12:26:27.222Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498eb72c-a1c6-473b-8c6e-bfd9102d52aa/model-vers/model-ver/39e4aace-247a-4ced-bdd1-497f37820840?depth=0|INFO|500||Invoke 2022-05-24T12:26:27.256Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498eb72c-a1c6-473b-8c6e-bfd9102d52aa/model-vers/model-ver/39e4aace-247a-4ced-bdd1-497f37820840?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:26:27.348Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498eb72c-a1c6-473b-8c6e-bfd9102d52aa/model-vers/model-ver/39e4aace-247a-4ced-bdd1-497f37820840?depth=0|INFO|500||InvokeReturn 2022-05-24T12:26:27.349Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498eb72c-a1c6-473b-8c6e-bfd9102d52aa/model-vers/model-ver/39e4aace-247a-4ced-bdd1-497f37820840?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220524-12:26:26:487-58929], vertex-id=[221248], Content-Length=[0], Date=[Tue, 24 May 2022 12:26:26 GMT], Content-Type=[application/json]} 2022-05-24T12:26:27.349Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:26:27.350Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:26:27.350Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:26:27.355Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:26:27.355Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d005fea9-a5fc-446e-9418-0021f109f602 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:26:27.355Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:26:27.356Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:27.358Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:27.358Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395187355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:26:27.457Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:26:27.458Z||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-05-24T12:26:27.458Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:27.482Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:27.482Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-24T12:26:28.368Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:26:28.368Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"744d4876-3d2a-4848-b543-ea40ff973ce2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b5c70faf-1786-4a0c-b45e-9fed0a34d2ab","serviceDescription":"service","serviceInvariantUUID":"aa2289f8-4e90-4534-a5a2-60c4856d2bce","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e41ee76-5633-4a43-854a-c6b26e8fed76","resourceInvariantUUID":"af7e6689-6506-44ee-9b2a-e4e2bed221f7","resourceCustomizationUUID":"e5309cde-4b2b-448f-ba8e-88d40acfca65","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":"MDc4N2ZkYTkxNGM5ZDUyZjJiYjk3MmQyYzk3MmUxYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2e71086-70b8-4aaa-92fd-f2d4a7b9e285","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":"MTAwY2FlNTYwM2FiMmMwNWU0NDQ2M2ZiYzBiNDZkODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4541749b-d371-4894-b81e-814752460b79","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":"0c3aa2bf-f57f-4572-8d66-fd1c714565aa","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":"af8ebc75-77ef-4a6f-86cf-cac1716da3ba","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":"67fae51a-97be-4c4a-a8c8-5568c679425a","artifactVersion":"2","generatedFromUUID":"0c3aa2bf-f57f-4572-8d66-fd1c714565aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmJiMTg2ZDgxMzMxZDlmNWRjZDVlZDY0NWQ5NTc3MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"207124e1-4b26-432a-abb8-3d81c152e685","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWJhMjkyZGJmMzkzZWE4M2MyNjZkZTFlOWJmZjBkZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bf1d5e9-f47b-4cb0-8223-8186158f34a2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:26:28.369Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:28.369Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:28.371Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:28.371Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:28.471Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:28.473Z||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-05-24T12:26:28.473Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:28.491Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:28.492Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:29.371Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:29.372Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:29.374Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:29.374Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:26:29.474Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:29.475Z||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-05-24T12:26:29.475Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:29.489Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:29.490Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:30.375Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:30.376Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:30.377Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:30.377Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:26:30.478Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:26:30.478Z||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-05-24T12:26:30.479Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:30.491Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:30.491Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:31.378Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:31.379Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:31.381Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:31.382Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:31.481Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:26:31.482Z||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-05-24T12:26:31.482Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:31.497Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:31.497Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:26:32.382Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:32.383Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:32.386Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:32.386Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-24T12:26:32.486Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:32.487Z||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-05-24T12:26:32.487Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:32.500Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:32.501Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:33.386Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:33.388Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:33.389Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:33.390Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:33.490Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:33.491Z||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-05-24T12:26:33.491Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:33.534Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:33.535Z||pool-78-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:34.390Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:26:34.392Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:34.394Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:34.394Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:34.494Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:26:34.496Z||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-05-24T12:26:34.496Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:34.509Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:34.510Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:35.396Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b5c70faf-1786-4a0c-b45e-9fed0a34d2ab", "serviceDescription": "service", "serviceInvariantUUID": "aa2289f8-4e90-4534-a5a2-60c4856d2bce", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e5309cde-4b2b-448f-ba8e-88d40acfca65", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e41ee76-5633-4a43-854a-c6b26e8fed76", "resourceInvariantUUID": "af7e6689-6506-44ee-9b2a-e4e2bed221f7", "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": "MTAwY2FlNTYwM2FiMmMwNWU0NDQ2M2ZiYzBiNDZkODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4541749b-d371-4894-b81e-814752460b79", "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": "0c3aa2bf-f57f-4572-8d66-fd1c714565aa", "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": "67fae51a-97be-4c4a-a8c8-5568c679425a", "generatedFromUUID": "0c3aa2bf-f57f-4572-8d66-fd1c714565aa" }, "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": "67fae51a-97be-4c4a-a8c8-5568c679425a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWJhMjkyZGJmMzkzZWE4M2MyNjZkZTFlOWJmZjBkZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4bf1d5e9-f47b-4cb0-8223-8186158f34a2" } ], "workloadContext": "Production" } 2022-05-24T12:26:35.397Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:26:35.397Z|d005fea9-a5fc-446e-9418-0021f109f602|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5c70faf-1786-4a0c-b45e-9fed0a34d2ab ASDC 2022-05-24T12:26:35.397Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:744d4876-3d2a-4848-b543-ea40ff973ce2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b5c70faf-1786-4a0c-b45e-9fed0a34d2ab ServiceInvariantUUID:aa2289f8-4e90-4534-a5a2-60c4856d2bce 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:4bf1d5e9-f47b-4cb0-8223-8186158f34a2 ArtifactChecksum:MWJhMjkyZGJmMzkzZWE4M2MyNjZkZTFlOWJmZjBkZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e5309cde-4b2b-448f-ba8e-88d40acfca65 ResourceInvariantUUID:af7e6689-6506-44ee-9b2a-e4e2bed221f7 ResourceName:basic_vm ResourceType:VF ResourceUUID:4e41ee76-5633-4a43-854a-c6b26e8fed76 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:4541749b-d371-4894-b81e-814752460b79 ArtifactChecksum:MTAwY2FlNTYwM2FiMmMwNWU0NDQ2M2ZiYzBiNDZkODQ= 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:0c3aa2bf-f57f-4572-8d66-fd1c714565aa 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:67fae51a-97be-4c4a-a8c8-5568c679425a 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:67fae51a-97be-4c4a-a8c8-5568c679425a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-24T12:26:35.397Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5c70faf-1786-4a0c-b45e-9fed0a34d2ab 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-05-24T12:26:35.431Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:26:35.432Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:26:35.432Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:26:35.433Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4bf1d5e9-f47b-4cb0-8223-8186158f34a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-24T12:26:35.433Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:26:35.434Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-24T12:26:35.783Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:26:35.789Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4bf1d5e9-f47b-4cb0-8223-8186158f34a2 71061 2022-05-24T12:26:35.790Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-24T12:26:35.790Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-24T12:26:35.790Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:26:35.791Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:35.794Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:35.794Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395195790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:35.894Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:26:35.895Z||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-05-24T12:26:35.896Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:35.909Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:35.910Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:36.795Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:26:36.796Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:26:36.797Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4bf1d5e9-f47b-4cb0-8223-8186158f34a2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:36.797Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-24T12:26:36.797Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:36.797Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:36.996Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3432021137352697780/Definitions/service-BasicVm-template.yml 2022-05-24T12:26:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:26:37.047Z||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-05-24T12:26:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:26:37.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:37.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395018278, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395019282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "policy-id", "timestamp": 1653395020285, "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-05-24T12:26:37.084Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a95ab31-7dad-493a-9577-db33a46b2e51 2022-05-24T12:26:37.084Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a95ab31-7dad-493a-9577-db33a46b2e51 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-05-24T12:26:37.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653395019963, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "multicloud-k8s-id", "timestamp": 1653394995443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395019710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653395029521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395029561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "aai-ml", "timestamp": 1653395030525, "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-05-24T12:26:37.124Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a95ab31-7dad-493a-9577-db33a46b2e51 2022-05-24T12:26:37.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a95ab31-7dad-493a-9577-db33a46b2e51 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-05-24T12:26:37.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395031181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395032185, "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-05-24T12:26:37.137Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7e15605-820b-469f-b825-e3e249e66c57 2022-05-24T12:26:37.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7e15605-820b-469f-b825-e3e249e66c57 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-05-24T12:26:37.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395027695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395037321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395038326, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653395037638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "policy-id", "timestamp": 1653395039331, "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-05-24T12:26:37.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7e15605-820b-469f-b825-e3e249e66c57 2022-05-24T12:26:37.154Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7e15605-820b-469f-b825-e3e249e66c57 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-05-24T12:26:37.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653394994066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653395040760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653395041644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "clamp", "timestamp": 1653395042648, "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-05-24T12:26:37.168Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a95ab31-7dad-493a-9577-db33a46b2e51 2022-05-24T12:26:37.168Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a95ab31-7dad-493a-9577-db33a46b2e51 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-05-24T12:26:37.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653395044937, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "aai-ml", "timestamp": 1653395045940, "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-05-24T12:26:37.183Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7e15605-820b-469f-b825-e3e249e66c57 2022-05-24T12:26:37.183Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7e15605-820b-469f-b825-e3e249e66c57 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-05-24T12:26:37.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653394994555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:26:37.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-24T12:26:37.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653395063649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:37.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653395065649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:37.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:26:37.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-24T12:26:37.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "clamp", "timestamp": 1653395066652, "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-05-24T12:26:37.206Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7e15605-820b-469f-b825-e3e249e66c57 2022-05-24T12:26:37.207Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7e15605-820b-469f-b825-e3e249e66c57 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 (?, ?, ?, ?, ?) 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-05-24T12:26:38.339Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:26:38.340Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:26:38.340Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:38.340Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-24T12:26:38.340Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.340Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-24T12:26:38.341Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:26:38.342Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.342Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.342Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:38.342Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:26:38.342Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.343Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.344Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.345Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4a012230-a56d-4ad9-b035-5921586c4a5e 2022-05-24T12:26:38.346Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.347Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.347Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.347Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.347Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.347Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.348Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:38.348Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:38.348Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b5c70faf-1786-4a0c-b45e-9fed0a34d2ab Model Version:NULL Model InvariantUuid:aa2289f8-4e90-4534-a5a2-60c4856d2bce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:634e19c1-589d-480f-b9e7-74b2caad5fa0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af7e6689-6506-44ee-9b2a-e4e2bed221f7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5309cde-4b2b-448f-ba8e-88d40acfca65 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5c555aa6-e9f5-451f-860e-77e72373abe0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d14984ba-8d5c-4ce4-b8d2-45a32a9cc0b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4a012230-a56d-4ad9-b035-5921586c4a5e ModelInvariantUuid:55315e7b-2fdd-412b-8a81-4e954c8efedf ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6b2129f4-833c-4766-808d-480f39fa12e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:da4491a2-b904-408d-bf89-424a5308f493 ModelInvariantUuid:5bb4fb7c-4a5e-4c0b-8487-7a7ad9e0f34f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:dc24f50d-a145-42bf-bf42-52878ae363e2 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-05-24T12:26:38.362Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e41ee76-5633-4a43-854a-c6b26e8fed76 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-05-24T12:26:38.365Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-05-24T12:26:38.365Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e41ee76-5633-4a43-854a-c6b26e8fed76 2022-05-24T12:26:38.365Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4541749b-d371-4894-b81e-814752460b79 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-24T12:26:38.365Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:26:38.365Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.675Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:26:38.675Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4541749b-d371-4894-b81e-814752460b79 787 2022-05-24T12:26:38.676Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.676Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:38.676Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:26:38.676Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:38.679Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:38.679Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395198676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:38.779Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:38.780Z||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-05-24T12:26:38.780Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:38.797Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:38.798Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:39.680Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5c555aa6-e9f5-451f-860e-77e72373abe0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d14984ba-8d5c-4ce4-b8d2-45a32a9cc0b4", "vfModuleModelCustomizationUUID": "95a3ceca-8dbe-47cd-8bdd-3d08930cc51e", "isBase": true, "artifacts": [ "0c3aa2bf-f57f-4572-8d66-fd1c714565aa", "67fae51a-97be-4c4a-a8c8-5568c679425a" ], "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-05-24T12:26:39.684Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d14984ba-8d5c-4ce4-b8d2-45a32a9cc0b4 VfModuleModelInvariantUUID:5c555aa6-e9f5-451f-860e-77e72373abe0 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c3aa2bf-f57f-4572-8d66-fd1c714565aa , 67fae51a-97be-4c4a-a8c8-5568c679425a } 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-05-24T12:26:39.687Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5c555aa6-e9f5-451f-860e-77e72373abe0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d14984ba-8d5c-4ce4-b8d2-45a32a9cc0b4", "vfModuleModelCustomizationUUID": "95a3ceca-8dbe-47cd-8bdd-3d08930cc51e", "isBase": true, "artifacts": [ "0c3aa2bf-f57f-4572-8d66-fd1c714565aa", "67fae51a-97be-4c4a-a8c8-5568c679425a" ], "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-05-24T12:26:39.688Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d14984ba-8d5c-4ce4-b8d2-45a32a9cc0b4 VfModuleModelInvariantUUID:5c555aa6-e9f5-451f-860e-77e72373abe0 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c3aa2bf-f57f-4572-8d66-fd1c714565aa , 67fae51a-97be-4c4a-a8c8-5568c679425a } 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-05-24T12:26:39.688Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c3aa2bf-f57f-4572-8d66-fd1c714565aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-24T12:26:39.688Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:26:39.689Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:40.173Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:26:40.174Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0c3aa2bf-f57f-4572-8d66-fd1c714565aa 5033 2022-05-24T12:26:40.174Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:40.178Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:40.178Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:26:40.179Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:40.181Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:40.181Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395200174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:40.285Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-24T12:26:40.286Z||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-05-24T12:26:40.286Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:40.337Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:40.338Z||pool-82-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:41.182Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 67fae51a-97be-4c4a-a8c8-5568c679425a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-24T12:26:41.183Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:26:41.184Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:41.407Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:26:41.408Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 67fae51a-97be-4c4a-a8c8-5568c679425a 903 2022-05-24T12:26:41.409Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:41.409Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:41.409Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:26:41.410Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:41.413Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:41.413Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395201409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:26:41.513Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:41.514Z||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-05-24T12:26:41.515Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:41.537Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:41.538Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:42.414Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b5c70faf-1786-4a0c-b45e-9fed0a34d2ab 2022-05-24T12:26:42.414Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4e41ee76-5633-4a43-854a-c6b26e8fed76 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-05-24T12:26:42.433Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a457622, org.onap.sdc.toscaparser.api.parameters.Input@76bf07a0, org.onap.sdc.toscaparser.api.parameters.Input@75bb1d31, org.onap.sdc.toscaparser.api.parameters.Input@2da5fe57, org.onap.sdc.toscaparser.api.parameters.Input@7c8079a7] 2022-05-24T12:26:42.435Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.435Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.435Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-24T12:26:42.435Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e5309cde-4b2b-448f-ba8e-88d40acfca65 2022-05-24T12:26:42.436Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5309cde-4b2b-448f-ba8e-88d40acfca65 matches Tosca VF Customization UUID: e5309cde-4b2b-448f-ba8e-88d40acfca65 2022-05-24T12:26:42.436Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e5309cde-4b2b-448f-ba8e-88d40acfca65 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-05-24T12:26:42.438Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.439Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.440Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e5309cde-4b2b-448f-ba8e-88d40acfca65: {\"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-05-24T12:26:42.440Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d26309a 2022-05-24T12:26:42.440Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.440Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:26:42.440Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95a3ceca-8dbe-47cd-8bdd-3d08930cc51e 2022-05-24T12:26:42.441Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95a3ceca-8dbe-47cd-8bdd-3d08930cc51e 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-05-24T12:26:42.443Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.443Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:42.444Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:26:42.444Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.444Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:42.444Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:26:42.445Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.445Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-24T12:26:42.445Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-24T12:26:42.445Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-24T12:26:42.445Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4a012230-a56d-4ad9-b035-5921586c4a5e 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-05-24T12:26:42.448Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.448Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:42.448Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:26:42.449Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.449Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-24T12:26:42.449Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e5309cde-4b2b-448f-ba8e-88d40acfca65 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-05-24T12:26:42.451Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.452Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.452Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b5c70faf-1786-4a0c-b45e-9fed0a34d2ab: basic_vm 2022-05-24T12:26:42.452Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.452Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.452Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.453Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.453Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.453Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.453Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.453Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.454Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:26:42.454Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:26:42.454Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:42.529Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4e41ee76-5633-4a43-854a-c6b26e8fed76 1 ASDC deployResourceStructure 2022-05-24T12:26:42.530Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:42.530Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:42.530Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:26:42.530Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:42.536Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:42.536Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395202530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:26:42.633Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-24T12:26:42.634Z||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-05-24T12:26:42.634Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:42.650Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:42.651Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:43.538Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:43.538Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:43.538Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:26:43.538Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:43.540Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:43.541Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395203537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:26:43.641Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:43.642Z||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-05-24T12:26:43.642Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:43.663Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:43.664Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:44.541Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:44.542Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||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-05-24T12:26:44.542Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:26:44.542Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:44.544Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:44.544Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395204541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-24T12:26:44.644Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:44.645Z||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-05-24T12:26:44.645Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:44.658Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:44.659Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:26:45.545Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-24T12:26:45.545Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-24T12:26:45.546Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:26:45.546Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:26:45.547Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:26:45.548Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395205545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:26:45.648Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:26:45.649Z||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-05-24T12:26:45.649Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:26:45.665Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:26:45.666Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:26:46.548Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 744d4876-3d2a-4848-b543-ea40ff973ce2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:26:46.560Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 744d4876-3d2a-4848-b543-ea40ff973ce2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:26:46.563Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:26:46.564Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:26:46.569Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:27:16.571Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 744d4876-3d2a-4848-b543-ea40ff973ce2 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-05-24T12:27:16.584Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 744d4876-3d2a-4848-b543-ea40ff973ce2 and serviceModelVersionId: b5c70faf-1786-4a0c-b45e-9fed0a34d2ab 2022-05-24T12:27:16.584Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa2289f8-4e90-4534-a5a2-60c4856d2bce 2022-05-24T12:27:16.585Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0 2022-05-24T12:27:16.592Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:27:16.674Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0|INFO|500||Invoke 2022-05-24T12:27:16.675Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[744d4876-3d2a-4848-b543-ea40ff973ce2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[065ebd2c-f84d-4120-ad7d-b55385efa9e1], X-ECOMP-RequestID=[744d4876-3d2a-4848-b543-ea40ff973ce2], X-TransactionId=[], X-ONAP-RequestID=[744d4876-3d2a-4848-b543-ea40ff973ce2], Content-Type=[application/merge-patch+json]} 2022-05-24T12:27:16.705Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:27:17.196Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?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/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:27:15:931-9939], vertex-id=[237632], Content-Length=[0], Date=[Tue, 24 May 2022 12:27:15 GMT], Content-Type=[application/json]} 2022-05-24T12:27:17.196Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:27:17.197Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2289f8-4e90-4534-a5a2-60c4856d2bce/model-vers/model-ver/b5c70faf-1786-4a0c-b45e-9fed0a34d2ab?depth=0|INFO|500||InvokeReturn 2022-05-24T12:27:17.198Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:27:17.198Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:27:17.207Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:27:17.208Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 744d4876-3d2a-4848-b543-ea40ff973ce2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:27:17.208Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:27:17.208Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:17.210Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:17.211Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395237208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:27:17.311Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:17.312Z||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-05-24T12:27:17.312Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:17.330Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:17.330Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 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-05-24T12:27:18.228Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:27:18.228Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7850e49f-d94e-488d-87ff-7191e84d453e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842","serviceDescription":"service","serviceInvariantUUID":"305e0fc1-99c9-444d-a47e-614452a75964","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fdc388db-322a-4f74-87b0-0a91f1467113","resourceInvariantUUID":"9b5ec1bf-d43f-4c19-b5f5-02579650b922","resourceCustomizationUUID":"5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862","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":"YWMxZmIwODM0ZjNlMTkxZDk0YzM1NWI4NTcyOWM5MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"035294fc-73ce-407a-a5ab-9a7bf7dc99a1","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":"NWVhMDQxZDA3YzJhNGFmOTRkNjliNDZlYzIxOGE2Yjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2657227-3503-41a8-96c3-ef8b89574f6e","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":"a5782234-fd74-4b21-934a-8331760d3dea","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":"5b933425-9aaf-4e78-8305-6d7b7748154c","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":"5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5","artifactVersion":"2","generatedFromUUID":"a5782234-fd74-4b21-934a-8331760d3dea"},{"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":"MjExMWE4NGVkZjNmNjdiYmRmYzY1ZWM5MzI2ZTk5YWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4275c476-e176-4f3d-9abe-4881b9eeb84b","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":"YWIyZGYyMDFkM2IxZDlhMGViN2NjYWZhOTc0NTUyNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1982623b-1dbc-4b60-bfb8-00c2855787e6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWU3ZmYwNTE2ODg2MTk1OThmY2RhZjY2N2UzOTY5NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"872899a4-b1bf-4a0e-ac39-50b1a1584025","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:27:18.228Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:18.229Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:18.239Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:18.240Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:27:18.339Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-24T12:27:18.340Z||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-05-24T12:27:18.340Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:18.350Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:18.350Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:19.242Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:19.242Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:19.245Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:19.245Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:27:19.346Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:27:19.347Z||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-05-24T12:27:19.347Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:19.362Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:19.363Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:20.247Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:20.247Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:20.275Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:20.275Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:27:20.360Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-05-24T12:27:20.361Z||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-05-24T12:27:20.361Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:20.418Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:20.419Z||pool-91-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:27:21.292Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:21.293Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:21.309Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:21.309Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:27:21.413Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-05-24T12:27:21.414Z||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-05-24T12:27:21.414Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:21.452Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:21.453Z||pool-92-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:22.310Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:22.311Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:22.315Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:22.315Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-24T12:27:22.413Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-24T12:27:22.415Z||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-05-24T12:27:22.415Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:22.428Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:22.429Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:23.316Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:23.317Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:23.320Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:23.320Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:27:23.420Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:27:23.421Z||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-05-24T12:27:23.421Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:23.435Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:23.436Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:24.321Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:24.322Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:24.325Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:24.325Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:27:24.425Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:27:24.426Z||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-05-24T12:27:24.426Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:24.443Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:24.444Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:25.326Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:27:25.327Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:25.329Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:25.329Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:27:25.430Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:25.431Z||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-05-24T12:27:25.431Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:25.450Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:25.451Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:26.331Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842", "serviceDescription": "service", "serviceInvariantUUID": "305e0fc1-99c9-444d-a47e-614452a75964", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fdc388db-322a-4f74-87b0-0a91f1467113", "resourceInvariantUUID": "9b5ec1bf-d43f-4c19-b5f5-02579650b922", "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": "NWVhMDQxZDA3YzJhNGFmOTRkNjliNDZlYzIxOGE2Yjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2657227-3503-41a8-96c3-ef8b89574f6e", "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": "a5782234-fd74-4b21-934a-8331760d3dea", "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": "5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5", "generatedFromUUID": "a5782234-fd74-4b21-934a-8331760d3dea" }, "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": "5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YWU3ZmYwNTE2ODg2MTk1OThmY2RhZjY2N2UzOTY5NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "872899a4-b1bf-4a0e-ac39-50b1a1584025" } ], "workloadContext": "Production" } 2022-05-24T12:27:26.331Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:27:26.332Z|744d4876-3d2a-4848-b543-ea40ff973ce2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842 ASDC 2022-05-24T12:27:26.333Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7850e49f-d94e-488d-87ff-7191e84d453e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842 ServiceInvariantUUID:305e0fc1-99c9-444d-a47e-614452a75964 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:872899a4-b1bf-4a0e-ac39-50b1a1584025 ArtifactChecksum:YWU3ZmYwNTE2ODg2MTk1OThmY2RhZjY2N2UzOTY5NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 ResourceInvariantUUID:9b5ec1bf-d43f-4c19-b5f5-02579650b922 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fdc388db-322a-4f74-87b0-0a91f1467113 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:a2657227-3503-41a8-96c3-ef8b89574f6e ArtifactChecksum:NWVhMDQxZDA3YzJhNGFmOTRkNjliNDZlYzIxOGE2Yjc= 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:a5782234-fd74-4b21-934a-8331760d3dea 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:5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5 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:5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-24T12:27:26.333Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842 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-05-24T12:27:26.366Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:27:26.367Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:27:26.367Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:27:26.367Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 872899a4-b1bf-4a0e-ac39-50b1a1584025 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-24T12:27:26.367Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:27:26.368Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-24T12:27:26.510Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:27:26.513Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 872899a4-b1bf-4a0e-ac39-50b1a1584025 78819 2022-05-24T12:27:26.514Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-24T12:27:26.514Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-24T12:27:26.514Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:27:26.514Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:26.516Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:26.516Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395246514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:27:26.616Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:26.618Z||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-05-24T12:27:26.618Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:26.651Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:26.651Z||pool-97-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:27:27.517Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:27:27.518Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:27:27.518Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 872899a4-b1bf-4a0e-ac39-50b1a1584025, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:27.519Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-24T12:27:27.519Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:27.520Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:27.725Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4324499312478184031/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-05-24T12:27:29.072Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:29.073Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:29.074Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:27:29.075Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-24T12:27:29.076Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-24T12:27:29.077Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.077Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:27:29.077Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.077Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:29.077Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:27:29.077Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-24T12:27:29.078Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-24T12:27:29.079Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-24T12:27:29.079Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab9f9bf7-df36-422c-91cf-dae9ac6f7c35 2022-05-24T12:27:29.079Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.079Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.079Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.080Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.080Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.080Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.080Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:29.080Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:29.080Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842 Model Version:NULL Model InvariantUuid:305e0fc1-99c9-444d-a47e-614452a75964 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6687a6f5-923d-4379-9b00-028d5806c82f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9b5ec1bf-d43f-4c19-b5f5-02579650b922 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f8c444a9-ca45-4996-ab57-d74eb3511ddb ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f477e3fc-7e35-4325-aa71-06011188e796 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ab9f9bf7-df36-422c-91cf-dae9ac6f7c35 ModelInvariantUuid:ae194de1-13ba-4b27-8ce1-027e8e7f2c0f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:8932aedf-3e41-4a70-a193-67d15b067611 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8d3c6cfc-7844-496f-a877-37d13eaecf12 ModelInvariantUuid:728477d2-db86-451c-9f5c-2888e0d6a4bd ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:9b7756c4-66a0-46a8-810a-865447d3f00a 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-05-24T12:27:29.087Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fdc388db-322a-4f74-87b0-0a91f1467113 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-05-24T12:27:29.090Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-05-24T12:27:29.091Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fdc388db-322a-4f74-87b0-0a91f1467113 2022-05-24T12:27:29.091Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a2657227-3503-41a8-96c3-ef8b89574f6e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-24T12:27:29.091Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:27:29.091Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.142Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:27:29.143Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a2657227-3503-41a8-96c3-ef8b89574f6e 792 2022-05-24T12:27:29.143Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.144Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:29.144Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:27:29.144Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:29.147Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:29.147Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395249143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:27:29.248Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:27:29.249Z||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-05-24T12:27:29.249Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:29.261Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:29.262Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:30.148Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f8c444a9-ca45-4996-ab57-d74eb3511ddb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f477e3fc-7e35-4325-aa71-06011188e796", "vfModuleModelCustomizationUUID": "d3211091-d213-4aab-8f8b-a89f41c46fac", "isBase": true, "artifacts": [ "a5782234-fd74-4b21-934a-8331760d3dea", "5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5" ], "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-05-24T12:27:30.152Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f477e3fc-7e35-4325-aa71-06011188e796 VfModuleModelInvariantUUID:f8c444a9-ca45-4996-ab57-d74eb3511ddb VfModuleModelDescription:NULL Artifacts UUID List:{ a5782234-fd74-4b21-934a-8331760d3dea , 5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5 } 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-05-24T12:27:30.154Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f8c444a9-ca45-4996-ab57-d74eb3511ddb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f477e3fc-7e35-4325-aa71-06011188e796", "vfModuleModelCustomizationUUID": "d3211091-d213-4aab-8f8b-a89f41c46fac", "isBase": true, "artifacts": [ "a5782234-fd74-4b21-934a-8331760d3dea", "5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5" ], "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-05-24T12:27:30.154Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f477e3fc-7e35-4325-aa71-06011188e796 VfModuleModelInvariantUUID:f8c444a9-ca45-4996-ab57-d74eb3511ddb VfModuleModelDescription:NULL Artifacts UUID List:{ a5782234-fd74-4b21-934a-8331760d3dea , 5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5 } 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-05-24T12:27:30.154Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a5782234-fd74-4b21-934a-8331760d3dea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-24T12:27:30.154Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:27:30.155Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:30.286Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:27:30.286Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a5782234-fd74-4b21-934a-8331760d3dea 5033 2022-05-24T12:27:30.287Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:30.287Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:30.287Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:27:30.287Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:30.289Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:30.289Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395250287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:27:30.389Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:30.390Z||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-05-24T12:27:30.390Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:30.412Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:30.412Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:31.290Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-24T12:27:31.291Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:27:31.291Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:31.477Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:27:31.478Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5605c4ed-b8d6-49d9-ab7a-6fa5a928eeb5 903 2022-05-24T12:27:31.478Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:31.478Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:31.478Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:27:31.478Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:31.481Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:31.481Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395251478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:27:31.581Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:31.582Z||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-05-24T12:27:31.583Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:31.598Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:31.598Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:32.482Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842 2022-05-24T12:27:32.483Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fdc388db-322a-4f74-87b0-0a91f1467113 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-05-24T12:27:32.496Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7609faac, org.onap.sdc.toscaparser.api.parameters.Input@2396ae2d, org.onap.sdc.toscaparser.api.parameters.Input@2eff0469, org.onap.sdc.toscaparser.api.parameters.Input@136d5465, org.onap.sdc.toscaparser.api.parameters.Input@2a08103e] 2022-05-24T12:27:32.498Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.498Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.499Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-24T12:27:32.499Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 2022-05-24T12:27:32.500Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 matches Tosca VF Customization UUID: 5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 2022-05-24T12:27:32.500Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 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-05-24T12:27:32.503Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.503Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.504Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862: {\"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-05-24T12:27:32.504Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13441c69 2022-05-24T12:27:32.505Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.505Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:27:32.506Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3211091-d213-4aab-8f8b-a89f41c46fac 2022-05-24T12:27:32.506Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3211091-d213-4aab-8f8b-a89f41c46fac 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-05-24T12:27:32.509Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.510Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:32.510Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:27:32.511Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.511Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:32.512Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:27:32.512Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.513Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-24T12:27:32.513Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-24T12:27:32.513Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-24T12:27:32.514Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab9f9bf7-df36-422c-91cf-dae9ac6f7c35 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-05-24T12:27:32.518Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.518Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:32.518Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:27:32.519Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.519Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-24T12:27:32.519Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5b90c9e1-f76d-4aa6-8cd3-2d1d297ae862 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-05-24T12:27:32.522Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.522Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.523Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842: basic_vm_macro 2022-05-24T12:27:32.523Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.523Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.523Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.524Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.524Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.524Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.525Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.525Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.525Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:27:32.525Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:27:32.526Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:32.617Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fdc388db-322a-4f74-87b0-0a91f1467113 1 ASDC deployResourceStructure 2022-05-24T12:27:32.617Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:32.617Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:32.617Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:27:32.617Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:32.619Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:32.619Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395252617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:27:32.720Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:27:32.721Z||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-05-24T12:27:32.721Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:32.752Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:32.752Z||pool-101-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:33.620Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:33.621Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:33.621Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:27:33.621Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:33.623Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:33.623Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395253620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:27:33.723Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:33.724Z||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-05-24T12:27:33.724Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:33.738Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:33.738Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:34.624Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:34.625Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||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-05-24T12:27:34.625Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:27:34.625Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:34.628Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:34.628Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395254624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-24T12:27:34.728Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:34.729Z||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-05-24T12:27:34.729Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:34.741Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:34.741Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:35.629Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-24T12:27:35.631Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-24T12:27:35.631Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:27:35.632Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:27:35.633Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:27:35.634Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395255629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:27:35.734Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:27:35.735Z||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-05-24T12:27:35.735Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:27:35.758Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:35.759Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:27:36.635Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7850e49f-d94e-488d-87ff-7191e84d453e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:27:36.652Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7850e49f-d94e-488d-87ff-7191e84d453e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:27:36.656Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:27:36.657Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:27:36.657Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:27:36.657Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:27:36.657Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:27:36.658Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:27:36.658Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:27:36.658Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:27:36.658Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:27:36.658Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:27:36.659Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:27:36.666Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:27:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:27:37.047Z||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-05-24T12:27:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:27:37.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:27:37.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-24T12:27:37.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395126922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:27:37.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-24T12:27:37.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-24T12:27:37.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:06.667Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7850e49f-d94e-488d-87ff-7191e84d453e 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-05-24T12:28:06.674Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7850e49f-d94e-488d-87ff-7191e84d453e and serviceModelVersionId: 4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842 2022-05-24T12:28:06.675Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 305e0fc1-99c9-444d-a47e-614452a75964 2022-05-24T12:28:06.676Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0 2022-05-24T12:28:06.684Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:28:06.748Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0|INFO|500||Invoke 2022-05-24T12:28:06.749Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7850e49f-d94e-488d-87ff-7191e84d453e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee5142b1-f913-4bd2-be55-a6b00d7f7303], X-ECOMP-RequestID=[7850e49f-d94e-488d-87ff-7191e84d453e], X-TransactionId=[], X-ONAP-RequestID=[7850e49f-d94e-488d-87ff-7191e84d453e], Content-Type=[application/merge-patch+json]} 2022-05-24T12:28:06.783Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:28:07.493Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?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/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:28:06:009-33774], vertex-id=[303200], Content-Length=[0], Date=[Tue, 24 May 2022 12:28:06 GMT], Content-Type=[application/json]} 2022-05-24T12:28:07.494Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:28:07.495Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305e0fc1-99c9-444d-a47e-614452a75964/model-vers/model-ver/4a28e3e7-ed5d-49a3-8e4d-bc7d3ef8b842?depth=0|INFO|500||InvokeReturn 2022-05-24T12:28:07.496Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:28:07.496Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:28:07.503Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:28:07.504Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7850e49f-d94e-488d-87ff-7191e84d453e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:28:07.505Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:28:07.505Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:07.507Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:07.507Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395287504, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:28:07.608Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:07.609Z||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-05-24T12:28:07.609Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:07.624Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:07.624Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 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-05-24T12:28:08.520Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:28:08.520Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a95ab31-7dad-493a-9577-db33a46b2e51","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1886e68a-52a2-4d52-bbe0-50e0a23a13bd","serviceDescription":"service","serviceInvariantUUID":"d6754013-40ef-4b39-8c7d-ac27d972f376","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca1c7677-8a23-4a58-8591-3e7b0f0159d8","resourceInvariantUUID":"b4dd179d-3a08-4196-bd8d-b60e1a4b0140","resourceCustomizationUUID":"913c370f-b492-47bf-9357-06f13819d44f","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":"YjkwMmRiNjJhY2M2NWU2MmM3ZWFjN2U3M2Y2YmEzMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35ebbc13-d685-4f3c-8b79-0e7ba6cbd656","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":"N2MxMzMxYTUxMzI1YWJiNGU1YjEwN2JlNzQxNWY3ZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21026137-78b0-41d7-b801-d7742e80d5b5","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":"0ac7668f-0437-405d-b80b-191e32d03f55","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":"a038080a-da64-4ea1-995b-14dd39d07bfa","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":"5d8ec775-04c6-4eef-9644-9f54449ca8fe","artifactVersion":"2","generatedFromUUID":"9f865dad-4265-4820-85a2-abac699b92f1"},{"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":"b292c13d-e994-4d37-9c22-71d032d3380b","artifactVersion":"2","generatedFromUUID":"0ac7668f-0437-405d-b80b-191e32d03f55"},{"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":"9f865dad-4265-4820-85a2-abac699b92f1","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":"153b9e3e-e767-4439-ac74-9d5d110bb060","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":"YjA3MGUyZTgzMDVjMjRkYTYzNzUyNWM2MzViNWI5OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0139443a-49da-4987-9858-00a20fc312d8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmFlNDBkZTdhNmE0YmRmNjBjMzVkMDI2OWNlOGNhMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0e55640-f14a-4672-916a-96c7ee8fd321","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:28:08.521Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:08.521Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:08.524Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:08.524Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:08.624Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:08.625Z||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-05-24T12:28:08.625Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:08.646Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:08.647Z||pool-106-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:09.525Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:09.526Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:09.528Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:09.528Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:28:09.628Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:09.629Z||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-05-24T12:28:09.629Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:09.660Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:09.661Z||pool-107-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:10.528Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:10.529Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:10.531Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:10.531Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-24T12:28:10.632Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:28:10.632Z||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-05-24T12:28:10.632Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:10.646Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:10.647Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:11.532Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:11.533Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:11.536Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:11.536Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:11.636Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:11.638Z||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-05-24T12:28:11.638Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:11.660Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:11.660Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:28:12.537Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:12.538Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:12.540Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:12.540Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-24T12:28:12.640Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:28:12.641Z||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-05-24T12:28:12.641Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:12.658Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:12.659Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:13.541Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:13.542Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:13.545Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:13.545Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-24T12:28:13.645Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:13.646Z||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-05-24T12:28:13.646Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:13.663Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:13.664Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:14.546Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:14.547Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:14.549Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:14.549Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-24T12:28:14.649Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:28:14.650Z||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-05-24T12:28:14.650Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:14.665Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:14.665Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:15.550Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:15.551Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:15.554Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:15.554Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:15.654Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:15.655Z||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-05-24T12:28:15.655Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:15.670Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:15.671Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:28:16.555Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:16.555Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:16.557Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:16.558Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:16.658Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:16.658Z||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-05-24T12:28:16.659Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:16.671Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:16.672Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:17.559Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:28:17.560Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:17.563Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:17.563Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:28:17.663Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:17.665Z||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-05-24T12:28:17.665Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:17.679Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:17.680Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:18.564Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1886e68a-52a2-4d52-bbe0-50e0a23a13bd", "serviceDescription": "service", "serviceInvariantUUID": "d6754013-40ef-4b39-8c7d-ac27d972f376", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "913c370f-b492-47bf-9357-06f13819d44f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ca1c7677-8a23-4a58-8591-3e7b0f0159d8", "resourceInvariantUUID": "b4dd179d-3a08-4196-bd8d-b60e1a4b0140", "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": "N2MxMzMxYTUxMzI1YWJiNGU1YjEwN2JlNzQxNWY3ZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21026137-78b0-41d7-b801-d7742e80d5b5", "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": "0ac7668f-0437-405d-b80b-191e32d03f55", "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": "b292c13d-e994-4d37-9c22-71d032d3380b", "generatedFromUUID": "0ac7668f-0437-405d-b80b-191e32d03f55" }, "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": "5d8ec775-04c6-4eef-9644-9f54449ca8fe", "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": "b292c13d-e994-4d37-9c22-71d032d3380b", "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": "9f865dad-4265-4820-85a2-abac699b92f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NmFlNDBkZTdhNmE0YmRmNjBjMzVkMDI2OWNlOGNhMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0e55640-f14a-4672-916a-96c7ee8fd321" } ], "workloadContext": "Production" } 2022-05-24T12:28:18.565Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:28:18.565Z|7850e49f-d94e-488d-87ff-7191e84d453e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1886e68a-52a2-4d52-bbe0-50e0a23a13bd ASDC 2022-05-24T12:28:18.566Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:0a95ab31-7dad-493a-9577-db33a46b2e51 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1886e68a-52a2-4d52-bbe0-50e0a23a13bd ServiceInvariantUUID:d6754013-40ef-4b39-8c7d-ac27d972f376 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:d0e55640-f14a-4672-916a-96c7ee8fd321 ArtifactChecksum:NmFlNDBkZTdhNmE0YmRmNjBjMzVkMDI2OWNlOGNhMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:913c370f-b492-47bf-9357-06f13819d44f ResourceInvariantUUID:b4dd179d-3a08-4196-bd8d-b60e1a4b0140 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:ca1c7677-8a23-4a58-8591-3e7b0f0159d8 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:21026137-78b0-41d7-b801-d7742e80d5b5 ArtifactChecksum:N2MxMzMxYTUxMzI1YWJiNGU1YjEwN2JlNzQxNWY3ZDU= 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:0ac7668f-0437-405d-b80b-191e32d03f55 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:b292c13d-e994-4d37-9c22-71d032d3380b 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:5d8ec775-04c6-4eef-9644-9f54449ca8fe 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:b292c13d-e994-4d37-9c22-71d032d3380b 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:9f865dad-4265-4820-85a2-abac699b92f1 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-24T12:28:18.566Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1886e68a-52a2-4d52-bbe0-50e0a23a13bd 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-05-24T12:28:18.606Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:28:18.606Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:28:18.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:28:18.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d0e55640-f14a-4672-916a-96c7ee8fd321 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:18.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:28:18.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:19.265Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:28:19.272Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d0e55640-f14a-4672-916a-96c7ee8fd321 158212 2022-05-24T12:28:19.272Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-24T12:28:19.273Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:19.273Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:28:19.273Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:19.274Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:19.275Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395299272, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:19.375Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:19.376Z||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-05-24T12:28:19.376Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:19.391Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:19.392Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:20.276Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:28:20.277Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:28:20.277Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d0e55640-f14a-4672-916a-96c7ee8fd321, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:20.278Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-24T12:28:20.279Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:20.279Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:20.461Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15865204235957818947/Definitions/service-BasicCnfMacro-template.yml 2022-05-24T12:28:21.597Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:28:21.598Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:28:21.598Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:21.599Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-24T12:28:21.599Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:21.599Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:21.599Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:21.600Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:21.600Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:28:21.600Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.600Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.601Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:21.601Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:28:21.601Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:28:21.602Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.602Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.602Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:21.602Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:28:21.602Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:28:21.603Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.603Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.604Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.604Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-24T12:28:21.605Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-24T12:28:21.605Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-24T12:28:21.606Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-24T12:28:21.606Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.606Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:28:21.606Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:21.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:28:21.607Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.608Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:21.608Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:28:21.608Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.609Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:21.609Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:28:21.609Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.609Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:21.609Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:28:21.610Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.610Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-24T12:28:21.610Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-24T12:28:21.610Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=dd454c76-f4a0-4768-80df-bbf5f3aa6930 2022-05-24T12:28:21.610Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.611Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.611Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.611Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.611Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.612Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.612Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:21.612Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:21.612Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1886e68a-52a2-4d52-bbe0-50e0a23a13bd Model Version:NULL Model InvariantUuid:d6754013-40ef-4b39-8c7d-ac27d972f376 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:8e6cd888-6421-4715-aa4c-1751f4c3061c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b4dd179d-3a08-4196-bd8d-b60e1a4b0140 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:913c370f-b492-47bf-9357-06f13819d44f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38ac255a-0e46-4826-9ff6-df87fd7269d6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:c031044a-3228-4629-958f-1b4251af7029 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:bc6ade7f-c0a2-4f9a-98e4-82bb906483d6 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:2db058da-8429-4f22-8ebe-76733818813d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dd454c76-f4a0-4768-80df-bbf5f3aa6930 ModelInvariantUuid:63cd035c-1fac-4dda-a429-dc31262c2cf3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f9b9744c-e28d-4d6e-9fe1-4e864ce5ae02 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7a89cf81-f5f9-4171-b620-ad76ed7ba604 ModelInvariantUuid:7030243c-30d7-47c5-aec4-d241e76a9902 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:132e302d-c7fd-4d09-89ed-a5349cea6baf 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-05-24T12:28:21.619Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ca1c7677-8a23-4a58-8591-3e7b0f0159d8 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-05-24T12:28:21.622Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-05-24T12:28:21.623Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca1c7677-8a23-4a58-8591-3e7b0f0159d8 2022-05-24T12:28:21.623Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21026137-78b0-41d7-b801-d7742e80d5b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-24T12:28:21.624Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:28:21.624Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:21.675Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:28:21.676Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 21026137-78b0-41d7-b801-d7742e80d5b5 1565 2022-05-24T12:28:21.676Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:21.676Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:21.676Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:28:21.676Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:21.679Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:21.680Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395301676, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:21.780Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:21.782Z||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-05-24T12:28:21.782Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:21.799Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:21.800Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:22.681Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bc6ade7f-c0a2-4f9a-98e4-82bb906483d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2db058da-8429-4f22-8ebe-76733818813d", "vfModuleModelCustomizationUUID": "7187cbfd-1260-4ab6-976f-dd69a1a938d8", "isBase": true, "artifacts": [ "0ac7668f-0437-405d-b80b-191e32d03f55", "b292c13d-e994-4d37-9c22-71d032d3380b" ], "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": "38ac255a-0e46-4826-9ff6-df87fd7269d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c031044a-3228-4629-958f-1b4251af7029", "vfModuleModelCustomizationUUID": "9a838f26-e70e-43d2-97a6-93c213218b58", "isBase": false, "artifacts": [ "9f865dad-4265-4820-85a2-abac699b92f1" ], "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-05-24T12:28:22.685Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2db058da-8429-4f22-8ebe-76733818813d VfModuleModelInvariantUUID:bc6ade7f-c0a2-4f9a-98e4-82bb906483d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ac7668f-0437-405d-b80b-191e32d03f55 , b292c13d-e994-4d37-9c22-71d032d3380b } 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:c031044a-3228-4629-958f-1b4251af7029 VfModuleModelInvariantUUID:38ac255a-0e46-4826-9ff6-df87fd7269d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 9f865dad-4265-4820-85a2-abac699b92f1 } 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-05-24T12:28:22.688Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bc6ade7f-c0a2-4f9a-98e4-82bb906483d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2db058da-8429-4f22-8ebe-76733818813d", "vfModuleModelCustomizationUUID": "7187cbfd-1260-4ab6-976f-dd69a1a938d8", "isBase": true, "artifacts": [ "0ac7668f-0437-405d-b80b-191e32d03f55", "b292c13d-e994-4d37-9c22-71d032d3380b" ], "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": "38ac255a-0e46-4826-9ff6-df87fd7269d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c031044a-3228-4629-958f-1b4251af7029", "vfModuleModelCustomizationUUID": "9a838f26-e70e-43d2-97a6-93c213218b58", "isBase": false, "artifacts": [ "9f865dad-4265-4820-85a2-abac699b92f1" ], "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-05-24T12:28:22.688Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2db058da-8429-4f22-8ebe-76733818813d VfModuleModelInvariantUUID:bc6ade7f-c0a2-4f9a-98e4-82bb906483d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ac7668f-0437-405d-b80b-191e32d03f55 , b292c13d-e994-4d37-9c22-71d032d3380b } 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:c031044a-3228-4629-958f-1b4251af7029 VfModuleModelInvariantUUID:38ac255a-0e46-4826-9ff6-df87fd7269d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 9f865dad-4265-4820-85a2-abac699b92f1 } 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-05-24T12:28:22.689Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ac7668f-0437-405d-b80b-191e32d03f55 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-24T12:28:22.689Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:28:22.690Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:22.738Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:28:22.738Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0ac7668f-0437-405d-b80b-191e32d03f55 914 2022-05-24T12:28:22.738Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:22.739Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:22.739Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:28:22.739Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:22.741Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:22.741Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395302738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:22.841Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:22.842Z||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-05-24T12:28:22.842Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:22.859Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:22.860Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:23.746Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d8ec775-04c6-4eef-9644-9f54449ca8fe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-24T12:28:23.747Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:28:23.747Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:23.794Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:28:23.795Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5d8ec775-04c6-4eef-9644-9f54449ca8fe 12 2022-05-24T12:28:23.795Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:23.795Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:23.795Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:28:23.796Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:23.797Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:23.798Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395303795, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:23.898Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:23.899Z||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-05-24T12:28:23.899Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:23.911Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:23.911Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:24.801Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b292c13d-e994-4d37-9c22-71d032d3380b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-24T12:28:24.802Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:28:24.802Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:24.853Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:28:24.855Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b292c13d-e994-4d37-9c22-71d032d3380b 96 2022-05-24T12:28:24.856Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:24.856Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:24.857Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:28:24.858Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:24.888Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:24.888Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395304856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:24.970Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2022-05-24T12:28:24.971Z||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-05-24T12:28:24.971Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:25.007Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:25.007Z||pool-120-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:25.889Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9f865dad-4265-4820-85a2-abac699b92f1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-24T12:28:25.890Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:28:25.891Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:25.936Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:28:25.937Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9f865dad-4265-4820-85a2-abac699b92f1 20206 2022-05-24T12:28:25.937Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:25.937Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:25.938Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:28:25.938Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:25.940Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:25.940Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395305937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:26.040Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:26.042Z||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-05-24T12:28:26.042Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:26.057Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:26.058Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:26.944Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1886e68a-52a2-4d52-bbe0-50e0a23a13bd 2022-05-24T12:28:26.945Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ca1c7677-8a23-4a58-8591-3e7b0f0159d8 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-05-24T12:28:26.953Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35bc4227, org.onap.sdc.toscaparser.api.parameters.Input@64c29ac9, org.onap.sdc.toscaparser.api.parameters.Input@464b0b71, org.onap.sdc.toscaparser.api.parameters.Input@52732e72, org.onap.sdc.toscaparser.api.parameters.Input@509e361] 2022-05-24T12:28:26.954Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.955Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.955Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-24T12:28:26.956Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 913c370f-b492-47bf-9357-06f13819d44f 2022-05-24T12:28:26.956Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 913c370f-b492-47bf-9357-06f13819d44f matches Tosca VF Customization UUID: 913c370f-b492-47bf-9357-06f13819d44f 2022-05-24T12:28:26.956Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 913c370f-b492-47bf-9357-06f13819d44f 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-05-24T12:28:26.959Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.959Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.960Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 913c370f-b492-47bf-9357-06f13819d44f: {\"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-05-24T12:28:26.960Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20a81b34 2022-05-24T12:28:26.960Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.961Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-24T12:28:26.961Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a838f26-e70e-43d2-97a6-93c213218b58 2022-05-24T12:28:26.961Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a838f26-e70e-43d2-97a6-93c213218b58 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-05-24T12:28:26.964Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.964Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:26.964Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:28:26.964Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.965Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:26.965Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-24T12:28:26.965Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.965Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-24T12:28:26.966Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=913c370f-b492-47bf-9357-06f13819d44f 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-05-24T12:28:26.967Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.967Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.968Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1886e68a-52a2-4d52-bbe0-50e0a23a13bd: basic_cnf_macro 2022-05-24T12:28:26.968Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.968Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.969Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.969Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.970Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.970Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.970Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.970Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.971Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:28:26.971Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:28:26.971Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:27.010Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ca1c7677-8a23-4a58-8591-3e7b0f0159d8 2 ASDC deployResourceStructure 2022-05-24T12:28:27.011Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:27.011Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:27.011Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:28:27.011Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:27.014Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:27.014Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395307011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:28:27.114Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:27.115Z||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-05-24T12:28:27.115Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:27.128Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:27.129Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:28:28.015Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:28.016Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:28.016Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:28:28.016Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:28.018Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:28.019Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395308015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:28:28.119Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:28.120Z||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-05-24T12:28:28.120Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:28.135Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:28.136Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:29.020Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:29.021Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:29.021Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-24T12:28:29.022Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:29.024Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:29.024Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395309020, "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-05-24T12:28:29.125Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:29.126Z||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-05-24T12:28:29.126Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:29.146Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:29.147Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:30.026Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:30.026Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:30.027Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:28:30.027Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:30.029Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:30.030Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395310026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-24T12:28:30.130Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:30.131Z||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-05-24T12:28:30.131Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:30.144Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:30.144Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:31.031Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:31.031Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||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-05-24T12:28:31.031Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-24T12:28:31.032Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:31.034Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:31.034Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395311030, "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-05-24T12:28:31.135Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:31.137Z||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-05-24T12:28:31.137Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:31.154Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:31.155Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:32.035Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-24T12:28:32.036Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-24T12:28:32.036Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:28:32.036Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:28:32.038Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:28:32.038Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395312035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:28:32.138Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:28:32.139Z||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-05-24T12:28:32.139Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:28:32.150Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:32.150Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:28:33.043Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a95ab31-7dad-493a-9577-db33a46b2e51 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:28:33.069Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a95ab31-7dad-493a-9577-db33a46b2e51 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:28:33.072Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:28:33.073Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:28:33.073Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:28:33.074Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:28:33.074Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:28:33.074Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:28:33.074Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:28:33.074Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:28:33.075Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:28:33.075Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:28:33.075Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:28:33.083Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:28:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:28:37.047Z||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-05-24T12:28:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:28:37.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:28:37.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:37.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395142114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395145090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395146397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395147493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395148669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395149960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395151072, "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-05-24T12:28:37.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395152077, "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-05-24T12:28:37.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395153080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395154086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395155094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395156099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d005fea9-a5fc-446e-9418-0021f109f602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395187355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:28:37.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:28:37.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395195790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:28:37.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:03.084Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a95ab31-7dad-493a-9577-db33a46b2e51 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-05-24T12:29:03.095Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a95ab31-7dad-493a-9577-db33a46b2e51 and serviceModelVersionId: 1886e68a-52a2-4d52-bbe0-50e0a23a13bd 2022-05-24T12:29:03.095Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6754013-40ef-4b39-8c7d-ac27d972f376 2022-05-24T12:29:03.096Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0 2022-05-24T12:29:03.101Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:29:03.143Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0|INFO|500||Invoke 2022-05-24T12:29:03.144Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a95ab31-7dad-493a-9577-db33a46b2e51], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80fd9129-a3f6-4785-9db1-c24932db1763], X-ECOMP-RequestID=[0a95ab31-7dad-493a-9577-db33a46b2e51], X-TransactionId=[], X-ONAP-RequestID=[0a95ab31-7dad-493a-9577-db33a46b2e51], Content-Type=[application/merge-patch+json]} 2022-05-24T12:29:03.163Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:29:03.412Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?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/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220524-12:29:02:387-91693], vertex-id=[311392], Content-Length=[0], Date=[Tue, 24 May 2022 12:29:02 GMT], Content-Type=[application/json]} 2022-05-24T12:29:03.412Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:29:03.413Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6754013-40ef-4b39-8c7d-ac27d972f376/model-vers/model-ver/1886e68a-52a2-4d52-bbe0-50e0a23a13bd?depth=0|INFO|500||InvokeReturn 2022-05-24T12:29:03.413Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:29:03.413Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:29:03.418Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:29:03.418Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a95ab31-7dad-493a-9577-db33a46b2e51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:29:03.419Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:29:03.419Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:03.421Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:03.421Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395343418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:29:03.521Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:03.522Z||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-05-24T12:29:03.522Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:03.540Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:03.541Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 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-05-24T12:29:04.435Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:29:04.435Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7e15605-820b-469f-b825-e3e249e66c57","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"56c95929-9e87-47d0-b647-e7af37710a6f","serviceDescription":"service","serviceInvariantUUID":"4cc3117c-46cf-43af-8b1e-875504f91dde","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"02c9df96-ee0a-42d3-9068-2eb67aeec6db","resourceInvariantUUID":"47196c51-576c-4e92-8042-08e882164c97","resourceCustomizationUUID":"8f0ea63d-fa03-4703-8d0e-59a2f8e32a1f","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":"Zjk1NTExMDJiNWU0ZDFjZjM2YTI3ODgyNTQ0OWFkMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a593f2d-6bcc-459e-845c-4a435b92be42","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":"d03d3a49-7ce2-4586-82d8-50b0984942a4","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":"f291af8c-bb0b-4f76-9b13-b4679072b05c","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":"ODZjMzg3NDM2MjExMzVhYjM1YmY5MDI2OTJiYzZhMWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"db36353a-4dee-42dd-a3fc-45d7871ecc98","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":"4b102248-060d-4399-a669-0039916b84f6","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":"f0e73221-0eda-4f75-9410-a88065b2c316","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":"444245fd-e9f6-49d7-9445-dc095707f5a0","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":"YmYzOTExOGQ2NTU0YzFmNjlmNzQ2MDUyMTFlNjg3YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6e499b4-6c4f-4737-b125-5729a335f827","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmY0ZWI0ZDI2NWEyZTk5N2U3NTA1ODUwNjYyNDc1YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b894493-744d-41fc-b10a-60883abda50f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:29:04.436Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:04.436Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:04.439Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:04.439Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:04.539Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:04.540Z||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-05-24T12:29:04.540Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:04.551Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:04.552Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:05.440Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:05.441Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:05.445Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:05.445Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:05.545Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:29:05.546Z||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-05-24T12:29:05.547Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:05.562Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:05.563Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:06.446Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:06.450Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:06.453Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:06.453Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:06.553Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:06.554Z||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-05-24T12:29:06.554Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:06.570Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:06.571Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:07.453Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:07.454Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:07.457Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:07.457Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:07.557Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:07.558Z||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-05-24T12:29:07.558Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:07.571Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:07.571Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:08.457Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:08.459Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:08.461Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:08.461Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:08.561Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:08.562Z||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-05-24T12:29:08.562Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:08.586Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:08.586Z||pool-133-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:09.462Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:09.463Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:09.465Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:09.465Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:09.565Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:09.566Z||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-05-24T12:29:09.566Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:09.580Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:09.581Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:10.465Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:10.466Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:10.467Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:10.468Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:10.568Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:10.569Z||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-05-24T12:29:10.570Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:10.580Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:10.581Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:11.468Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:11.469Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:11.471Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:11.471Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:11.572Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:29:11.572Z||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-05-24T12:29:11.573Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:11.589Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:11.590Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:29:12.472Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:12.473Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:12.474Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:12.475Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:29:12.575Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:12.575Z||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-05-24T12:29:12.576Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:12.588Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:12.588Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:13.476Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "56c95929-9e87-47d0-b647-e7af37710a6f", "serviceDescription": "service", "serviceInvariantUUID": "4cc3117c-46cf-43af-8b1e-875504f91dde", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f0ea63d-fa03-4703-8d0e-59a2f8e32a1f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "02c9df96-ee0a-42d3-9068-2eb67aeec6db", "resourceInvariantUUID": "47196c51-576c-4e92-8042-08e882164c97", "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": "ZmY0ZWI0ZDI2NWEyZTk5N2U3NTA1ODUwNjYyNDc1YTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b894493-744d-41fc-b10a-60883abda50f" } ], "workloadContext": "Production" } 2022-05-24T12:29:13.476Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:29:13.476Z|0a95ab31-7dad-493a-9577-db33a46b2e51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56c95929-9e87-47d0-b647-e7af37710a6f ASDC 2022-05-24T12:29:13.477Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f7e15605-820b-469f-b825-e3e249e66c57 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:56c95929-9e87-47d0-b647-e7af37710a6f ServiceInvariantUUID:4cc3117c-46cf-43af-8b1e-875504f91dde 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:7b894493-744d-41fc-b10a-60883abda50f ArtifactChecksum:ZmY0ZWI0ZDI2NWEyZTk5N2U3NTA1ODUwNjYyNDc1YTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f0ea63d-fa03-4703-8d0e-59a2f8e32a1f ResourceInvariantUUID:47196c51-576c-4e92-8042-08e882164c97 ResourceName:test-pnf ResourceType:PNF ResourceUUID:02c9df96-ee0a-42d3-9068-2eb67aeec6db ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-24T12:29:13.477Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56c95929-9e87-47d0-b647-e7af37710a6f 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-05-24T12:29:13.507Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:29:13.508Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:29:13.508Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:29:13.508Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b894493-744d-41fc-b10a-60883abda50f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-24T12:29:13.509Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:29:13.509Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-24T12:29:14.416Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:29:14.430Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7b894493-744d-41fc-b10a-60883abda50f 105658 2022-05-24T12:29:14.430Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-24T12:29:14.430Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-24T12:29:14.430Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:29:14.431Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:14.433Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:14.433Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395354430, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:14.534Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:29:14.536Z||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-05-24T12:29:14.536Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:14.550Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:14.551Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:15.433Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:29:15.434Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:29:15.435Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7b894493-744d-41fc-b10a-60883abda50f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:15.435Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-24T12:29:15.435Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:15.436Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:15.605Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9474107030672702795/Definitions/service-TestPnfMacro-template.yml 2022-05-24T12:29:16.281Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:29:16.281Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:29:16.281Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||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-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||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-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||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-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||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-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:29:16.282Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.283Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.283Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-24T12:29:16.283Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:29:16.283Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:29:16.283Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.284Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.285Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.285Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.285Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.285Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.285Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.285Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:56c95929-9e87-47d0-b647-e7af37710a6f Model Version:NULL Model InvariantUuid:4cc3117c-46cf-43af-8b1e-875504f91dde 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-05-24T12:29:16.292Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 02c9df96-ee0a-42d3-9068-2eb67aeec6db 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-05-24T12:29:16.294Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-05-24T12:29:16.294Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 02c9df96-ee0a-42d3-9068-2eb67aeec6db 2022-05-24T12:29:16.294Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 56c95929-9e87-47d0-b647-e7af37710a6f 2022-05-24T12:29:16.294Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 56c95929-9e87-47d0-b647-e7af37710a6f 2022-05-24T12:29:16.294Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 02c9df96-ee0a-42d3-9068-2eb67aeec6db 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-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ab16ca9, org.onap.sdc.toscaparser.api.parameters.Input@3b8a7607, org.onap.sdc.toscaparser.api.parameters.Input@6b23c0d3, org.onap.sdc.toscaparser.api.parameters.Input@27f3c191, org.onap.sdc.toscaparser.api.parameters.Input@36b635e2] 2022-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 56c95929-9e87-47d0-b647-e7af37710a6f: test-pnf 2022-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Processing PNF resource: 02c9df96-ee0a-42d3-9068-2eb67aeec6db 2022-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:29:16.298Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:29:16.299Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8f0ea63d-fa03-4703-8d0e-59a2f8e32a1f is the same as notified resource customizationUUID: 8f0ea63d-fa03-4703-8d0e-59a2f8e32a1f 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-05-24T12:29:16.326Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 02c9df96-ee0a-42d3-9068-2eb67aeec6db 0 ASDC deployResourceStructure 2022-05-24T12:29:16.327Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-24T12:29:16.327Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-24T12:29:16.327Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:29:16.327Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:16.329Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:16.329Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395356327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:29:16.429Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:16.430Z||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-05-24T12:29:16.430Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:16.446Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:16.447Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:17.330Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7e15605-820b-469f-b825-e3e249e66c57 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:29:17.345Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7e15605-820b-469f-b825-e3e249e66c57 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:29:17.348Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:29:17.348Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:29:17.348Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:29:17.349Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:29:17.354Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:29:37.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:29:37.048Z||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-05-24T12:29:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:29:37.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:37.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395198676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395200174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395201409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395202530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395203537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395204541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395205545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "744d4876-3d2a-4848-b543-ea40ff973ce2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395237208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:29:37.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:37.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:29:37.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-24T12:29:37.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:37.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-24T12:29:37.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:37.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:37.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:29:37.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:29:37.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395246514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395249143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395250287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395251478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395252617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395253620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395254624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395255629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:29:37.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:29:47.354Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7e15605-820b-469f-b825-e3e249e66c57 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-05-24T12:29:47.359Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7e15605-820b-469f-b825-e3e249e66c57 and serviceModelVersionId: 56c95929-9e87-47d0-b647-e7af37710a6f 2022-05-24T12:29:47.359Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cc3117c-46cf-43af-8b1e-875504f91dde 2022-05-24T12:29:47.360Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0 2022-05-24T12:29:47.364Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:29:47.400Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0|INFO|500||Invoke 2022-05-24T12:29:47.401Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7e15605-820b-469f-b825-e3e249e66c57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2115e68-a6ae-40f2-8662-11be1ab6a743], X-ECOMP-RequestID=[f7e15605-820b-469f-b825-e3e249e66c57], X-TransactionId=[], X-ONAP-RequestID=[f7e15605-820b-469f-b825-e3e249e66c57], Content-Type=[application/merge-patch+json]} 2022-05-24T12:29:47.420Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:29:47.898Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?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/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:29:46:644-8410], vertex-id=[229496], Content-Length=[0], Date=[Tue, 24 May 2022 12:29:46 GMT], Content-Type=[application/json]} 2022-05-24T12:29:47.899Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:29:47.899Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cc3117c-46cf-43af-8b1e-875504f91dde/model-vers/model-ver/56c95929-9e87-47d0-b647-e7af37710a6f?depth=0|INFO|500||InvokeReturn 2022-05-24T12:29:47.899Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:29:47.900Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:29:47.906Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:29:47.907Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7e15605-820b-469f-b825-e3e249e66c57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:29:47.907Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:29:47.907Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:47.909Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:47.909Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395387907, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:29:48.009Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:48.010Z||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-05-24T12:29:48.011Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:48.027Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:48.027Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-24T12:29:48.921Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:29:48.922Z|f7e15605-820b-469f-b825-e3e249e66c57|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-05-24T12:29:48.922Z|f7e15605-820b-469f-b825-e3e249e66c57|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:29:53.337Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:53.338Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:29:53.338Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa8d3d94-21ed-4fe0-802e-02e5685d797c","serviceName":"Demo_pNF_H3leGJ8BosJU4eQdaO8r","serviceVersion":"1.0","serviceUUID":"d5a09579-4959-415d-bafa-67f6effd9996","serviceDescription":"catalog service description","serviceInvariantUUID":"14c43cfc-8037-42ab-945c-3c4b9be85c27","resources":[{"resourceInstanceName":"pNF 38a5f348-708f 0","resourceName":"pNF 38a5f348-708f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e55df782-8b92-46b0-888f-85722c3be3a7","resourceInvariantUUID":"ce7e04dd-4bbc-4f14-96ab-08b76495a48f","resourceCustomizationUUID":"4785b149-6d16-45f1-bd81-e9ed98848b4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDMyMDU4ZmY3ZDQ4MTQzZmM1NDE2ZDA0NDNkZmY2OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c7e4c81-6dfc-4874-8b4c-c4b618498ba9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar","artifactChecksum":"Y2EwMTNjOTNiMzc0MWRiODc4M2M4ZWJlMGI1MTBlNjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11bbb6e4-e953-4fa4-99f9-da7a6fc3fd39","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad56f88-58d1-4f13-a7d2-224054de44e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml","artifactChecksum":"MzVhMGQ1NmJhZGI5YWQ2ZWNjODYzN2M3ZjgyOTljOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04feae87-72aa-44fc-ab72-3eb3fe83d98d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59f68a93-0379-458d-a20e-35037488d0e5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9594df75-a578-4430-b0c1-00cc09eb5ba0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH3legj8bosju4eqdao8r-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml","artifactChecksum":"ZTQxMDU4ZDU4MmJmY2MyNWViM2NmMDExOTI1NWYxMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"962bc759-8822-4fe9-afb6-f3607b19123b","artifactVersion":"1"},{"artifactName":"service-DemoPnfH3legj8bosju4eqdao8r-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar","artifactChecksum":"Njk2OTJkZDdkNTQ0ZjZiYjBhZWFkYzRmMDZkY2U5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f379b250-bcac-4aac-b063-01b25bc39f3d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:29:53.340Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:53.340Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:53.342Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:53.342Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:53.445Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:29:53.446Z||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-05-24T12:29:53.446Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:53.460Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:53.460Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:54.343Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:54.347Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:54.356Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:54.356Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:54.450Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-05-24T12:29:54.451Z||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-05-24T12:29:54.453Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:54.469Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:54.470Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:55.357Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:55.357Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:55.361Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:55.361Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:55.461Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:55.462Z||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-05-24T12:29:55.462Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:55.477Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:55.477Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:56.361Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:56.362Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:56.364Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:56.364Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:56.464Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-24T12:29:56.465Z||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-05-24T12:29:56.465Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:56.478Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:56.478Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:57.365Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:57.365Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:57.367Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:57.368Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:57.468Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:57.468Z||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-05-24T12:29:57.469Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:57.483Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:57.484Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:29:58.370Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:58.372Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:58.373Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:58.374Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:58.474Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:58.474Z||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-05-24T12:29:58.474Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:58.504Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:58.504Z||pool-146-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:29:59.374Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:29:59.375Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:29:59.378Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:29:59.378Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:29:59.479Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:29:59.480Z||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-05-24T12:29:59.480Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:29:59.494Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:29:59.494Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:30:00.380Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:30:00.381Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:30:00.383Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:30:00.383Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:30:00.483Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:30:00.484Z||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-05-24T12:30:00.484Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:30:00.497Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:30:00.497Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:30:01.387Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "serviceName": "Demo_pNF_H3leGJ8BosJU4eQdaO8r", "serviceVersion": "1.0", "serviceUUID": "d5a09579-4959-415d-bafa-67f6effd9996", "serviceDescription": "catalog service description", "serviceInvariantUUID": "14c43cfc-8037-42ab-945c-3c4b9be85c27", "resources": [ { "resourceInstanceName": "pNF 38a5f348-708f 0", "resourceCustomizationUUID": "4785b149-6d16-45f1-bd81-e9ed98848b4e", "resourceName": "pNF 38a5f348-708f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e55df782-8b92-46b0-888f-85722c3be3a7", "resourceInvariantUUID": "ce7e04dd-4bbc-4f14-96ab-08b76495a48f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "artifactChecksum": "Njk2OTJkZDdkNTQ0ZjZiYjBhZWFkYzRmMDZkY2U5ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f379b250-bcac-4aac-b063-01b25bc39f3d" } ], "workloadContext": "Production" } 2022-05-24T12:30:01.387Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:30:01.388Z|f7e15605-820b-469f-b825-e3e249e66c57|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5a09579-4959-415d-bafa-67f6effd9996 ASDC 2022-05-24T12:30:01.389Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:fa8d3d94-21ed-4fe0-802e-02e5685d797c ServiceName:Demo_pNF_H3leGJ8BosJU4eQdaO8r ServiceVersion:1.0 ServiceUUID:d5a09579-4959-415d-bafa-67f6effd9996 ServiceInvariantUUID:14c43cfc-8037-42ab-945c-3c4b9be85c27 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfH3legj8bosju4eqdao8r-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar ArtifactUUID:f379b250-bcac-4aac-b063-01b25bc39f3d ArtifactChecksum:Njk2OTJkZDdkNTQ0ZjZiYjBhZWFkYzRmMDZkY2U5ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 38a5f348-708f 0 ResourceCustomizationUUID:4785b149-6d16-45f1-bd81-e9ed98848b4e ResourceInvariantUUID:ce7e04dd-4bbc-4f14-96ab-08b76495a48f ResourceName:pNF 38a5f348-708f ResourceType:PNF ResourceUUID:e55df782-8b92-46b0-888f-85722c3be3a7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-24T12:30:01.389Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5a09579-4959-415d-bafa-67f6effd9996 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-05-24T12:30:01.434Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:30:01.435Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:30:01.435Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:30:01.435Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f379b250-bcac-4aac-b063-01b25bc39f3d from URL: /sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:01.435Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:30:01.436Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:01.678Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:30:01.682Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar f379b250-bcac-4aac-b063-01b25bc39f3d 82648 2022-05-24T12:30:01.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar ASDC sendASDCNotification 2022-05-24T12:30:01.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:01.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:30:01.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:30:01.690Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:30:01.691Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395401682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:01.786Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-05-24T12:30:01.787Z||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-05-24T12:30:01.787Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:30:01.801Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:30:01.802Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:30:02.691Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:30:02.693Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:30:02.693Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f379b250-bcac-4aac-b063-01b25bc39f3d, URL: /sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar to file: /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:02.693Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:02.694Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:02.694Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:02.814Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8276401604755450020/Definitions/service-DemoPnfH3legj8bosju4eqdao8r-template.yml 2022-05-24T12:30:03.681Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:30:03.682Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:30:03.682Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.682Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-24T12:30:03.682Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||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-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||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-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 38a5f348-708f 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-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.683Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:30:03.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Node template pNF 38a5f348-708f 0 is matching search criteria 2022-05-24T12:30:03.684Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:30:03.685Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 38a5f348-708f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:30:03.685Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.685Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.685Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Node template pNF 38a5f348-708f 0 is matching search criteria 2022-05-24T12:30:03.686Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:30:03.686Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 38a5f348-708f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:30:03.686Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.686Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.686Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.686Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.687Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.687Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.687Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.687Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.687Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.688Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.688Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_H3leGJ8BosJU4eQdaO8r Description:catalog service description Model UUID:d5a09579-4959-415d-bafa-67f6effd9996 Model Version:NULL Model InvariantUuid:14c43cfc-8037-42ab-945c-3c4b9be85c27 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-05-24T12:30:03.694Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: e55df782-8b92-46b0-888f-85722c3be3a7 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-05-24T12:30:03.698Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||pNF 38a5f348-708f 0 2022-05-24T12:30:03.698Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e55df782-8b92-46b0-888f-85722c3be3a7 2022-05-24T12:30:03.698Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d5a09579-4959-415d-bafa-67f6effd9996 2022-05-24T12:30:03.698Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d5a09579-4959-415d-bafa-67f6effd9996 2022-05-24T12:30:03.698Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 38a5f348-708f 0 e55df782-8b92-46b0-888f-85722c3be3a7 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-05-24T12:30:03.703Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6053fc53, org.onap.sdc.toscaparser.api.parameters.Input@d3acf2d, org.onap.sdc.toscaparser.api.parameters.Input@692b69ae, org.onap.sdc.toscaparser.api.parameters.Input@3d1cc1c5, org.onap.sdc.toscaparser.api.parameters.Input@42d21351] 2022-05-24T12:30:03.703Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.703Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.704Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d5a09579-4959-415d-bafa-67f6effd9996: pNF 38a5f348-708f 2022-05-24T12:30:03.704Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Processing PNF resource: e55df782-8b92-46b0-888f-85722c3be3a7 2022-05-24T12:30:03.704Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:30:03.704Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_H3leGJ8BosJU4eQdaO8r is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:30:03.704Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 4785b149-6d16-45f1-bd81-e9ed98848b4e is the same as notified resource customizationUUID: 4785b149-6d16-45f1-bd81-e9ed98848b4e 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-05-24T12:30:03.740Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 38a5f348-708f e55df782-8b92-46b0-888f-85722c3be3a7 0 ASDC deployResourceStructure 2022-05-24T12:30:03.740Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar ASDC sendASDCNotification 2022-05-24T12:30:03.740Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar 2022-05-24T12:30:03.741Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:30:03.741Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:30:03.743Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:30:03.743Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395403740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:30:03.843Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:30:03.844Z||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-05-24T12:30:03.844Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:30:03.855Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:30:03.856Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:30:04.744Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:30:04.751Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:30:04.753Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:30:04.753Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:30:04.753Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:30:34.753Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:30:34.764Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:30:34.770Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:30:34.770Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:30:34.770Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:30:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:30:37.048Z||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-05-24T12:30:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:30:37.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:30:37.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7850e49f-d94e-488d-87ff-7191e84d453e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395287504, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:30:37.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:30:37.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-24T12:30:37.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-24T12:30:37.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:30:37.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-24T12:30:37.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-24T12:30:37.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-24T12:30:37.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:30:37.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:30:37.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:30:37.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:30:37.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395299272, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:37.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395301676, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:37.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395302738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:37.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395303795, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:37.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395304856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:37.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395305937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-24T12:30:37.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395307011, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-24T12:30:37.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395308015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:30:37.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395309020, "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-05-24T12:30:37.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395310026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-24T12:30:37.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395311030, "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-05-24T12:30:37.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:30:37.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:30:37.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395312035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:30:37.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:31:04.775Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:31:04.797Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:31:04.800Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:31:04.800Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:31:04.800Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:31:34.801Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:31:34.827Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:31:34.829Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:31:34.830Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:31:34.830Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:31:37.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:31:37.048Z||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-05-24T12:31:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:31:37.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:31:37.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a95ab31-7dad-493a-9577-db33a46b2e51", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395343418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:31:37.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:31:37.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:31:37.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395127941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395354430, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395356327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:31:37.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:04.831Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:32:04.840Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:32:04.842Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:32:04.842Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:32:04.843Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:32:34.843Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:32:34.856Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:32:34.858Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:32:34.858Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:32:34.858Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:32:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:32:37.048Z||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-05-24T12:32:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:32:37.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:32:37.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f7e15605-820b-469f-b825-e3e249e66c57", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395387907, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:32:37.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395380156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395384555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395379711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395386844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395387695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395395836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395395920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395395910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395396775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "multicloud-k8s-id", "timestamp": 1653395388708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "cds", "timestamp": 1653395396928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-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-05-24T12:32:37.762Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa8d3d94-21ed-4fe0-802e-02e5685d797c 2022-05-24T12:32:37.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:32:37.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395397781, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:32:37.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395397477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:32:37.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "policy-id", "timestamp": 1653395398785, "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-05-24T12:32:37.784Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa8d3d94-21ed-4fe0-802e-02e5685d797c 2022-05-24T12:32:37.784Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:32:37.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395398481, "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-05-24T12:32:37.810Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa8d3d94-21ed-4fe0-802e-02e5685d797c 2022-05-24T12:32:37.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:32:37.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395399729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:32:37.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395388921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:32:37.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "aai-ml", "timestamp": 1653395400731, "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-05-24T12:32:37.826Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa8d3d94-21ed-4fe0-802e-02e5685d797c 2022-05-24T12:32:37.826Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:32:37.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395401682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-24T12:32:37.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395403740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395395944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395403695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395404839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395405851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/resourceInstances/pnf38a5f348708f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395405711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH3legj8bosju4eqdao8r/1.0/artifacts/service-DemoPnfH3legj8bosju4eqdao8r-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:32:37.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:32:37.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "ves-openapi-manager", "timestamp": 1653395406853, "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-05-24T12:32:37.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fa8d3d94-21ed-4fe0-802e-02e5685d797c 2022-05-24T12:32:37.842Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:32:37.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:32:37.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "clamp", "timestamp": 1653395406715, "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-05-24T12:32:37.855Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa8d3d94-21ed-4fe0-802e-02e5685d797c 2022-05-24T12:32:37.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:33:04.858Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:33:04.875Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:33:04.878Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:33:04.879Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:33:04.879Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:33:04.879Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:33:04.879Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.879Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.880Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.880Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.880Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.880Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.880Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:33:04.880Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:33:04.886Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:33:34.887Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c 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-05-24T12:33:34.892Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa8d3d94-21ed-4fe0-802e-02e5685d797c and serviceModelVersionId: d5a09579-4959-415d-bafa-67f6effd9996 2022-05-24T12:33:34.892Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14c43cfc-8037-42ab-945c-3c4b9be85c27 2022-05-24T12:33:34.894Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0 2022-05-24T12:33:34.903Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:33:34.947Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0|INFO|500||Invoke 2022-05-24T12:33:34.947Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa8d3d94-21ed-4fe0-802e-02e5685d797c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75747d82-6b1c-4b60-b3ee-8ad2eb89bba3], X-ECOMP-RequestID=[fa8d3d94-21ed-4fe0-802e-02e5685d797c], X-TransactionId=[], X-ONAP-RequestID=[fa8d3d94-21ed-4fe0-802e-02e5685d797c], Content-Type=[application/merge-patch+json]} 2022-05-24T12:33:34.978Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:33:35.282Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?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/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220524-12:33:34:198-57033], vertex-id=[249976], Content-Length=[0], Date=[Tue, 24 May 2022 12:33:34 GMT], Content-Type=[application/json]} 2022-05-24T12:33:35.283Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:33:35.284Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14c43cfc-8037-42ab-945c-3c4b9be85c27/model-vers/model-ver/d5a09579-4959-415d-bafa-67f6effd9996?depth=0|INFO|500||InvokeReturn 2022-05-24T12:33:35.284Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:33:35.284Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:33:35.292Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:33:35.292Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa8d3d94-21ed-4fe0-802e-02e5685d797c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:33:35.292Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:33:35.293Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:35.295Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:35.296Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395615292, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:33:35.396Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:35.397Z||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-05-24T12:33:35.397Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:35.418Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:35.418Z||pool-151-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-24T12:33:36.310Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:33:36.311Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|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-05-24T12:33:36.311Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:33:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:33:37.047Z||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-05-24T12:33:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:33:37.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:37.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-24T12:33:37.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa8d3d94-21ed-4fe0-802e-02e5685d797c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395615292, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:33:37.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:33:40.708Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:40.709Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-24T12:33:40.709Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"41952953-9ada-4527-a7be-9c18fb986bc4","serviceName":"Demo_pNF_uaQY0Zh55QPb0vklBy6w","serviceVersion":"1.0","serviceUUID":"fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd4eb60-fb68-4292-8707-16ca8a4c79ff","resources":[{"resourceInstanceName":"pNF 91b8587f-7dee 0","resourceName":"pNF 91b8587f-7dee","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3b2f6b8-cf1f-4408-8d38-6414c20221c9","resourceInvariantUUID":"424028c0-d064-4f74-b936-c28d9850d81e","resourceCustomizationUUID":"f87b2e70-4afb-47ec-8a08-76cc3a38b8e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml","artifactChecksum":"YTM4YmI4NTc2MTQyZTRhZjQyNDQ2NjMyOWJiM2ZkZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64303bfe-c82a-48e4-bb11-2a3f456d2eff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar","artifactChecksum":"Y2EwMTNjOTNiMzc0MWRiODc4M2M4ZWJlMGI1MTBlNjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12816a92-80b0-4459-9a8c-bbec8d0243ee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0676002d-b0bb-4e44-a909-b13953cc4eb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJiN2IwYTJkMzUyZDEyNzFjMGFiYmQxY2RlMzQ0ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6dbf87c8-e3f8-45db-9c73-ad363f1db470","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20c7f72f-36dd-498a-8d89-e02347b55bee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"faca8492-2e6a-42c3-83c0-00bba40ad7b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml","artifactChecksum":"MjUwYTRkYjE4N2YyOTVhNGUxYjg0MzY5MDVkYTkwODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c24529a9-fedc-4a98-ac6d-2cb53cd3fea1","artifactVersion":"1"},{"artifactName":"service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar","artifactChecksum":"YTQzYmM3MTg5NmZmYTA4M2I0MTFlMWI1YzMzMzIxMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6316c9d-cc96-4287-b447-dbc5456a4a60","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-24T12:33:40.711Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:40.712Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:40.713Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:40.714Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:40.814Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:40.815Z||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-05-24T12:33:40.815Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:40.832Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:40.833Z||pool-152-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:33:41.714Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:41.715Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:41.717Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:41.718Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:41.818Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:41.820Z||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-05-24T12:33:41.820Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:41.836Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:41.836Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:42.718Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:42.719Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:42.722Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:42.722Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:42.822Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:42.823Z||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-05-24T12:33:42.824Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:42.838Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:42.839Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:43.723Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:43.724Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:43.726Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:43.726Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:43.826Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:43.827Z||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-05-24T12:33:43.827Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:43.841Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:43.842Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:44.726Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:44.727Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:44.730Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:44.730Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:44.829Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-24T12:33:44.830Z||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-05-24T12:33:44.830Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:44.842Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:44.843Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:33:45.731Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:45.733Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:45.736Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:45.736Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:45.836Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:45.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-05-24T12:33:45.837Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:45.856Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:45.856Z||pool-157-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:46.737Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:46.738Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:46.740Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:46.740Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:33:46.840Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:46.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-05-24T12:33:46.841Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:46.856Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:46.856Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-24T12:33:47.741Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-24T12:33:47.742Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:47.745Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:47.745Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:33:47.846Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:33:47.847Z||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-05-24T12:33:47.847Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:47.860Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:47.860Z||pool-159-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:48.747Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "serviceName": "Demo_pNF_uaQY0Zh55QPb0vklBy6w", "serviceVersion": "1.0", "serviceUUID": "fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8fd4eb60-fb68-4292-8707-16ca8a4c79ff", "resources": [ { "resourceInstanceName": "pNF 91b8587f-7dee 0", "resourceCustomizationUUID": "f87b2e70-4afb-47ec-8a08-76cc3a38b8e7", "resourceName": "pNF 91b8587f-7dee", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e3b2f6b8-cf1f-4408-8d38-6414c20221c9", "resourceInvariantUUID": "424028c0-d064-4f74-b936-c28d9850d81e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "artifactChecksum": "YTQzYmM3MTg5NmZmYTA4M2I0MTFlMWI1YzMzMzIxMDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6316c9d-cc96-4287-b447-dbc5456a4a60" } ], "workloadContext": "Production" } 2022-05-24T12:33:48.747Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-24T12:33:48.747Z|fa8d3d94-21ed-4fe0-802e-02e5685d797c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 ASDC 2022-05-24T12:33:48.748Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:41952953-9ada-4527-a7be-9c18fb986bc4 ServiceName:Demo_pNF_uaQY0Zh55QPb0vklBy6w ServiceVersion:1.0 ServiceUUID:fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 ServiceInvariantUUID:8fd4eb60-fb68-4292-8707-16ca8a4c79ff ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar ArtifactUUID:f6316c9d-cc96-4287-b447-dbc5456a4a60 ArtifactChecksum:YTQzYmM3MTg5NmZmYTA4M2I0MTFlMWI1YzMzMzIxMDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 91b8587f-7dee 0 ResourceCustomizationUUID:f87b2e70-4afb-47ec-8a08-76cc3a38b8e7 ResourceInvariantUUID:424028c0-d064-4f74-b936-c28d9850d81e ResourceName:pNF 91b8587f-7dee ResourceType:PNF ResourceUUID:e3b2f6b8-cf1f-4408-8d38-6414c20221c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-24T12:33:48.748Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 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-05-24T12:33:48.780Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:33:48.781Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:33:48.781Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:33:48.781Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6316c9d-cc96-4287-b447-dbc5456a4a60 from URL: /sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:48.781Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-24T12:33:48.782Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:49.004Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-24T12:33:49.009Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar f6316c9d-cc96-4287-b447-dbc5456a4a60 82657 2022-05-24T12:33:49.009Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar ASDC sendASDCNotification 2022-05-24T12:33:49.009Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:49.009Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-24T12:33:49.009Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:49.012Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:49.012Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395629009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:33:49.112Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:49.113Z||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-05-24T12:33:49.113Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:49.126Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:49.127Z||pool-160-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:50.013Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-24T12:33:50.013Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-24T12:33:50.014Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f6316c9d-cc96-4287-b447-dbc5456a4a60, URL: /sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar to file: /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:50.015Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:50.015Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:50.015Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:50.179Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17840472465057461151/Definitions/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml 2022-05-24T12:33:51.245Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||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-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||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-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.246Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.247Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 91b8587f-7dee 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-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.247Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-24T12:33:51.247Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.247Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.247Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Node template pNF 91b8587f-7dee 0 is matching search criteria 2022-05-24T12:33:51.248Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:33:51.248Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 91b8587f-7dee 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:33:51.248Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.248Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.248Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Node template pNF 91b8587f-7dee 0 is matching search criteria 2022-05-24T12:33:51.248Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 91b8587f-7dee 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.249Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.250Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.250Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.250Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_uaQY0Zh55QPb0vklBy6w Description:catalog service description Model UUID:fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 Model Version:NULL Model InvariantUuid:8fd4eb60-fb68-4292-8707-16ca8a4c79ff 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-05-24T12:33:51.258Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: e3b2f6b8-cf1f-4408-8d38-6414c20221c9 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-05-24T12:33:51.261Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||pNF 91b8587f-7dee 0 2022-05-24T12:33:51.261Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e3b2f6b8-cf1f-4408-8d38-6414c20221c9 2022-05-24T12:33:51.261Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 2022-05-24T12:33:51.261Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 2022-05-24T12:33:51.261Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 91b8587f-7dee 0 e3b2f6b8-cf1f-4408-8d38-6414c20221c9 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-05-24T12:33:51.265Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b6e3846, org.onap.sdc.toscaparser.api.parameters.Input@75d2584e, org.onap.sdc.toscaparser.api.parameters.Input@6f9e990f, org.onap.sdc.toscaparser.api.parameters.Input@1c33f0de, org.onap.sdc.toscaparser.api.parameters.Input@16955716] 2022-05-24T12:33:51.265Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.266Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.266Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69: pNF 91b8587f-7dee 2022-05-24T12:33:51.266Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Processing PNF resource: e3b2f6b8-cf1f-4408-8d38-6414c20221c9 2022-05-24T12:33:51.266Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-24T12:33:51.266Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_uaQY0Zh55QPb0vklBy6w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-24T12:33:51.266Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||Resource customization UUID: f87b2e70-4afb-47ec-8a08-76cc3a38b8e7 is the same as notified resource customizationUUID: f87b2e70-4afb-47ec-8a08-76cc3a38b8e7 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-05-24T12:33:51.322Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 91b8587f-7dee e3b2f6b8-cf1f-4408-8d38-6414c20221c9 0 ASDC deployResourceStructure 2022-05-24T12:33:51.322Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar ASDC sendASDCNotification 2022-05-24T12:33:51.322Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar 2022-05-24T12:33:51.323Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-24T12:33:51.323Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:33:51.327Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:33:51.327Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395631322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:33:51.427Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-24T12:33:51.428Z||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-05-24T12:33:51.428Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:33:51.467Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:33:51.468Z||pool-161-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-05-24T12:33:52.328Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:33:52.347Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:33:52.350Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:33:52.350Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:33:52.350Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:34:22.350Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:34:22.361Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:34:22.363Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:34:22.363Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:34:22.363Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:34:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:34:37.047Z||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-05-24T12:34:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:34:37.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:34:37.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:34:37.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:34:37.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:34:52.364Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:34:52.379Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:34:52.383Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:34:52.383Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:34:52.383Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:35:22.384Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:35:22.397Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:35:22.403Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:35:22.404Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-24T12:35:22.404Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-24T12:35:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:35:37.047Z||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-05-24T12:35:37.048Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:35:37.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:35:37.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395615944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1653395608707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395611845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395625804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395625736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395626816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "cds", "timestamp": 1653395626743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-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-05-24T12:35:37.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41952953-9ada-4527-a7be-9c18fb986bc4 2022-05-24T12:35:37.604Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395616310, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "ves-openapi-manager", "timestamp": 1653395627819, "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-05-24T12:35:37.617Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 41952953-9ada-4527-a7be-9c18fb986bc4 2022-05-24T12:35:37.617Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:35:37.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395620156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395629009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395628769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395629033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395630340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395631322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653395631344, "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-05-24T12:35:37.631Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41952953-9ada-4527-a7be-9c18fb986bc4 2022-05-24T12:35:37.632Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:35:37.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395632548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/resourceInstances/pnf91b8587f7dee0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "aai-ml", "timestamp": 1653395633552, "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-05-24T12:35:37.648Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41952953-9ada-4527-a7be-9c18fb986bc4 2022-05-24T12:35:37.648Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:35:37.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-template.yml", "status": "NOT_NOTIFIED" } 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395627695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "NOTIFIED" } 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395636433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395637439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "policy-id", "timestamp": 1653395638448, "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-05-24T12:35:37.661Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41952953-9ada-4527-a7be-9c18fb986bc4 2022-05-24T12:35:37.661Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:35:37.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395640736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-24T12:35:37.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395642744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUaqy0zh55qpb0vklby6w/1.0/artifacts/service-DemoPnfUaqy0zh55qpb0vklby6w-csar.csar", "status": "DEPLOY_OK" } 2022-05-24T12:35:37.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:35:37.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:35:37.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "clamp", "timestamp": 1653395643748, "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-05-24T12:35:37.672Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41952953-9ada-4527-a7be-9c18fb986bc4 2022-05-24T12:35:37.672Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:35:52.405Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-24T12:35:52.418Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.422Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.423Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.423Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.423Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.423Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-24T12:35:52.424Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-24T12:35:52.431Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-24T12:36:22.431Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41952953-9ada-4527-a7be-9c18fb986bc4 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-05-24T12:36:22.443Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41952953-9ada-4527-a7be-9c18fb986bc4 and serviceModelVersionId: fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69 2022-05-24T12:36:22.443Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd4eb60-fb68-4292-8707-16ca8a4c79ff 2022-05-24T12:36:22.444Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd4eb60-fb68-4292-8707-16ca8a4c79ff/model-vers/model-ver/fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69?depth=0 2022-05-24T12:36:22.449Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-24T12:36:22.488Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd4eb60-fb68-4292-8707-16ca8a4c79ff/model-vers/model-ver/fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69?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-05-24T12:36:22.499Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd4eb60-fb68-4292-8707-16ca8a4c79ff/model-vers/model-ver/fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69?depth=0|INFO|500||Invoke 2022-05-24T12:36:22.518Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd4eb60-fb68-4292-8707-16ca8a4c79ff/model-vers/model-ver/fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-24T12:36:22.601Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd4eb60-fb68-4292-8707-16ca8a4c79ff/model-vers/model-ver/fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69?depth=0|INFO|500||InvokeReturn 2022-05-24T12:36:22.603Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fd4eb60-fb68-4292-8707-16ca8a4c79ff/model-vers/model-ver/fca42a3b-8e1e-4cfc-8b71-6bbac9f0cf69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220524-12:36:21:734-10394], vertex-id=[229536], Content-Length=[0], Date=[Tue, 24 May 2022 12:36:21 GMT], Content-Type=[application/json]} 2022-05-24T12:36:22.603Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-24T12:36:22.604Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-24T12:36:22.604Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-24T12:36:22.608Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-24T12:36:22.609Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41952953-9ada-4527-a7be-9c18fb986bc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-24T12:36:22.609Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-24T12:36:22.610Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-24T12:36:22.612Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-24T12:36:22.612Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395782609, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:36:22.713Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-24T12:36:22.714Z||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-05-24T12:36:22.714Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ... 2022-05-24T12:36:22.732Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:36:22.733Z||pool-162-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-05-24T12:36:23.625Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:36:23.625Z|41952953-9ada-4527-a7be-9c18fb986bc4|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-05-24T12:36:23.626Z|41952953-9ada-4527-a7be-9c18fb986bc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:36:33.937Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:36:33.938Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:36:33.939Z|41952953-9ada-4527-a7be-9c18fb986bc4|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-05-24T12:36:33.939Z|41952953-9ada-4527-a7be-9c18fb986bc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:36:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:36:37.047Z||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-05-24T12:36:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:36:37.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:36:37.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-24T12:36:37.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41952953-9ada-4527-a7be-9c18fb986bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653395782609, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-24T12:36:37.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-24T12:36:43.480Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:36:43.481Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:36:43.481Z|41952953-9ada-4527-a7be-9c18fb986bc4|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-05-24T12:36:43.481Z|41952953-9ada-4527-a7be-9c18fb986bc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:36:53.023Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:36:53.024Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:36:53.025Z|41952953-9ada-4527-a7be-9c18fb986bc4|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-05-24T12:36:53.025Z|41952953-9ada-4527-a7be-9c18fb986bc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:37:02.572Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:02.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:02.573Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:37:02.573Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:37:12.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:12.110Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:12.111Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:37:12.111Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:37:21.654Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:21.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:21.655Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:37:21.656Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:37:31.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:31.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:31.197Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:37:31.197Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:37:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:37.047Z||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-05-24T12:37:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:37:40.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:40.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:40.744Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:37:40.744Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:37:46.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:50.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:50.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:50.292Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:37:50.292Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:37:59.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:37:59.829Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:37:59.829Z||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-05-24T12:37:59.829Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:38:09.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:38:09.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:38:09.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-24T12:38:09.379Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ... 2022-05-24T12:38:18.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:38:18.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:38:18.946Z||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-05-24T12:38:18.946Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:38:28.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:38:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:38:37.041Z||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-05-24T12:38:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:38:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:38:37.047Z||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-05-24T12:38:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:38:46.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:38:46.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:39:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:39:37.042Z||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-05-24T12:39:37.042Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:39:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:39:37.046Z||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-05-24T12:39:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:39:46.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:39:46.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:40:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:40:37.041Z||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-05-24T12:40:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:40:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:40:37.047Z||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-05-24T12:40:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:40:46.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:40:46.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:41:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:41:37.041Z||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-05-24T12:41:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:41:37.046Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:41:37.047Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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-05-24T12:41:37.047Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:41:46.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:41:46.585Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:42:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:42:37.040Z||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-05-24T12:42:37.040Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:42:37.046Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:42:37.047Z|796eab7d-c1ab-4b58-a711-9528f894acc4|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-05-24T12:42:37.047Z|796eab7d-c1ab-4b58-a711-9528f894acc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:42:46.585Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:42:46.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:43:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:43:37.040Z||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-05-24T12:43:37.040Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:43:37.046Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:43:37.046Z|796eab7d-c1ab-4b58-a711-9528f894acc4|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-05-24T12:43:37.047Z|796eab7d-c1ab-4b58-a711-9528f894acc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:43:46.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:43:46.588Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:44:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:44:37.040Z||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-05-24T12:44:37.040Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:44:37.046Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:44:37.047Z|41952953-9ada-4527-a7be-9c18fb986bc4|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-05-24T12:44:37.047Z|41952953-9ada-4527-a7be-9c18fb986bc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:44:46.585Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:44:46.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:45:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:45:37.041Z||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-05-24T12:45:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:45:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:45:37.047Z||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-05-24T12:45:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:45:46.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:45:46.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:46:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:46:37.041Z||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-05-24T12:46:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:46:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:46:37.047Z||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-05-24T12:46:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:46:46.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:46:46.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:47:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:47:37.041Z||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-05-24T12:47:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:47:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:47:37.047Z||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-05-24T12:47:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:47:46.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:47:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:48:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:48:37.041Z||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-05-24T12:48:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:48:37.046Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:48:37.047Z|41952953-9ada-4527-a7be-9c18fb986bc4|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-05-24T12:48:37.047Z|41952953-9ada-4527-a7be-9c18fb986bc4|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 E6aoNUABqExhLQqG) ... 2022-05-24T12:48:46.597Z|41952953-9ada-4527-a7be-9c18fb986bc4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:48:46.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:49:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:49:37.041Z||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-05-24T12:49:37.041Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:49:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-24T12:49:37.047Z||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-05-24T12:49:37.047Z||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 E6aoNUABqExhLQqG) ... 2022-05-24T12:49:46.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-24T12:49:46.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK